Skip to content

Commit

Permalink
Updated NuGets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vivet committed Oct 5, 2023
1 parent 00d9774 commit a5e2e12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Nano.Models/Nano.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DynamicExpression" Version="2.3.2" />
<PackageReference Include="DynamicExpression" Version="2.3.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.11" />
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion Nano.Web/Nano.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="NWebsec.AspNetCore.Mvc" Version="3.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
<PackageReference Include="Vivet.AspNetCore.RequestTimeZone" Version="7.0.2" />
<PackageReference Include="Vivet.AspNetCore.RequestTimeZone" Version="7.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions NanoCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NanoCore</id>
<version>7.2.36</version>
<version>7.2.37</version>
<title>Nano Core</title>
<summary>Rapidly built and deploy rich .NET 7.0 applications. Configuration, Security, Logging, Data, Hosting, Docs, Localization, Versioning, Api, Error-Handling, and much more.</summary>
<description>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.</description>
Expand All @@ -16,13 +16,13 @@
<projectUrl>https://github.com/Nano-Core</projectUrl>
<repository type="git" url="https://github.com/Nano-Core/Nano.Library.git" />
<releaseNotes>
- Fixed null values being serialized.
- Updated NuGets.
</releaseNotes>
<dependencies>
<group targetFramework="net7.0">
<dependency id="Microsoft.Extensions.DependencyInjection" version="7.0.0" />
<dependency id="Microsoft.Extensions.Identity.Stores" version="7.0.11" />
<dependency id="DynamicExpression" version="2.3.2" />
<dependency id="DynamicExpression" version="2.3.3" />
<dependency id="NetTopologySuite" version="2.5.0" />
<dependency id="Microsoft.Extensions.Configuration" version="7.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="7.0.4" />
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency id="NWebsec.AspNetCore.Mvc" version="3.0.0" />
<dependency id="Swashbuckle.AspNetCore" version="6.5.0" />
<dependency id="Swashbuckle.AspNetCore.Annotations" version="6.5.0" />
<dependency id="Vivet.AspNetCore.RequestTimeZone" version="7.0.2" />
<dependency id="Vivet.AspNetCore.RequestTimeZone" version="7.0.4" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 7.2.36.{build}
version: 7.2.37.{build}
skip_tags: true
max_jobs: 1
image: Visual Studio 2022
Expand Down

0 comments on commit a5e2e12

Please sign in to comment.