From b89e4c2643d39ba1d70cc33db9e787a8e25dd65e Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 15 Feb 2025 11:35:58 +0100 Subject: [PATCH 1/4] Update nuget pkgs --- Directory.Packages.props | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 2b310a7..d01a33a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,25 +3,25 @@ true - + - - - - - - - - - + + + + + + + + + - - + + From 8322b2bddf819af4a98d0e2a44c5cb3826cdf98d Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 15 Feb 2025 11:36:18 +0100 Subject: [PATCH 2/4] Update libman pkgs --- src/RDMG.Web/libman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RDMG.Web/libman.json b/src/RDMG.Web/libman.json index 8636b29..fe731dd 100644 --- a/src/RDMG.Web/libman.json +++ b/src/RDMG.Web/libman.json @@ -7,7 +7,7 @@ "destination": "wwwroot/lib/jquery" }, { - "library": "twitter-bootstrap@5.3.2", + "library": "twitter-bootstrap@5.3.3", "destination": "wwwroot/lib/bootstrap" }, { @@ -23,11 +23,11 @@ "destination": "wwwroot/lib/jquery-ajax-unobtrusive/" }, { - "library": "jquery-validate@1.20.0", + "library": "jquery-validate@1.21.0", "destination": "wwwroot/lib/jquery-validation" }, { - "library": "font-awesome@6.5.1", + "library": "font-awesome@6.7.2", "destination": "wwwroot/lib/font-awesome" } ] From fc9dfee78429ca7f085af8ff2ddbfa2048ccfd34 Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 15 Feb 2025 11:36:30 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e81903..d7ba035 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ I just wanted to see how is .NET under Linux so i ported my app to ASP.NET Core + Entity Framework Core. -You will need the .NET 8.0 SDK to build/run this project (simply run dotnet build/run in the terminal). +You will need the .NET 9.0 SDK to build/run this project (simply run dotnet build/run in the terminal). ## Usage From a16adbd568a8692653eed2ce39bbe3023bf9d7b5 Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 15 Feb 2025 11:36:50 +0100 Subject: [PATCH 4/4] Increase version number --- src/RDMG.Web/RDMG.Web.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RDMG.Web/RDMG.Web.csproj b/src/RDMG.Web/RDMG.Web.csproj index ba2b9a8..e3eadd6 100644 --- a/src/RDMG.Web/RDMG.Web.csproj +++ b/src/RDMG.Web/RDMG.Web.csproj @@ -5,7 +5,7 @@ enable true true - 1.0.3.0 + 1.0.3.1 b2a492d1-90ea-4e42-b3e5-5d962495bef1