diff --git a/Nano.Models/Nano.Models.csproj b/Nano.Models/Nano.Models.csproj index 16653f9..10a30f3 100644 --- a/Nano.Models/Nano.Models.csproj +++ b/Nano.Models/Nano.Models.csproj @@ -18,7 +18,7 @@ - + diff --git a/Nano.Web/Nano.Web.csproj b/Nano.Web/Nano.Web.csproj index 08b63fb..e134299 100644 --- a/Nano.Web/Nano.Web.csproj +++ b/Nano.Web/Nano.Web.csproj @@ -52,7 +52,7 @@ - + diff --git a/NanoCore.nuspec b/NanoCore.nuspec index 34129fb..4e82f27 100644 --- a/NanoCore.nuspec +++ b/NanoCore.nuspec @@ -2,7 +2,7 @@ NanoCore - 7.2.36 + 7.2.37 Nano Core Rapidly built and deploy rich .NET 7.0 applications. Configuration, Security, Logging, Data, Hosting, Docs, Localization, Versioning, Api, Error-Handling, and much more. The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar. @@ -16,13 +16,13 @@ https://github.com/Nano-Core - - Fixed null values being serialized. + - Updated NuGets. - + @@ -79,7 +79,7 @@ - + diff --git a/appveyor.yml b/appveyor.yml index 8e512bf..e8436db 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 7.2.36.{build} +version: 7.2.37.{build} skip_tags: true max_jobs: 1 image: Visual Studio 2022