From a53e0fc57acd3a7b17d808af1c2da0f2b6ac8ef7 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 29 Mar 2025 21:42:19 +0200 Subject: [PATCH] [1.4.0] release notes --- backend/Directory.Build.props | 2 +- backend/ReleaseNotes.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/backend/Directory.Build.props b/backend/Directory.Build.props index 2a424c8..9d32037 100644 --- a/backend/Directory.Build.props +++ b/backend/Directory.Build.props @@ -1,7 +1,7 @@ - 1.3.1 + 1.4.0 Tudor Stanciu STA NetworkResurrector diff --git a/backend/ReleaseNotes.xml b/backend/ReleaseNotes.xml index ffc3f95..684d8e2 100644 --- a/backend/ReleaseNotes.xml +++ b/backend/ReleaseNotes.xml @@ -224,4 +224,13 @@ • The progress bar is displayed at the top of the page and shows the loading status of the application. + + 1.4.0 + 2025-03-29 21:41 + + .NET 8 upgrade + ◾ Upgrade all projects to .NET 8 + ◾ Upgrade packages to the latest versions + + \ No newline at end of file