Skip to content

Commit

Permalink
Updated NuGets
Browse files Browse the repository at this point in the history
  • Loading branch information
vivet committed Nov 2, 2024
1 parent 589c815 commit ac0e715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Nano.Models/Nano.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DynamicExpression" Version="8.0.11" />
<PackageReference Include="DynamicExpression" Version="8.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.10" />
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
Expand Down
6 changes: 3 additions & 3 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>8.2.7</version>
<version>8.2.8</version>
<title>Nano Core</title>
<summary>Rapidly built and deploy rich .NET 8.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,14 +16,14 @@
<projectUrl>https://github.com/Nano-Core</projectUrl>
<repository type="git" url="https://github.com/Nano-Core/Nano.Library.git" />
<releaseNotes>
- Fixed UseDefaultVersion, that broke after lower-case Swagger document filter.
- Updated NuGets.
</releaseNotes>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Azure.Storage.Files.Shares" version="12.20.1" />
<dependency id="Microsoft.Data.SqlClient" version="5.2.2" />
<dependency id="Microsoft.Extensions.Identity.Stores" version="8.0.10" />
<dependency id="DynamicExpression" version="8.0.11" />
<dependency id="DynamicExpression" version="8.0.13" />
<dependency id="NetTopologySuite" version="2.5.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="Microsoft.Extensions.Logging.Log4Net.AspNetCore" version="8.0.0" />
Expand Down

0 comments on commit ac0e715

Please sign in to comment.