Skip to content

Commit

Permalink
Updated NHibernate to 5.5.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand authored Jan 4, 2024
1 parent be05364 commit c1d64ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NHibernate Logging Providers

The current version **5.4.6** is available as [NuGet package](http://nuget.org/packages/NHibernate.Logging/).
The current version **5.5.0** is available as [NuGet package](http://nuget.org/packages/NHibernate.Logging/).
This version is built against NHibernate 5.4.6 and Common.Logging 3.4.1.

NHibernate Logging Providers makes it possible to use your favourite logger with NHibernate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

<PropertyGroup>
<IncludeSymbols>false</IncludeSymbols>
<Copyright>Copyright © 2013-2023 Matthias Gernand. All rights reserved.</Copyright>
<Version>5.4.6</Version>
<AssemblyVersion>5.4.6</AssemblyVersion>
<FileVersion>5.4.6</FileVersion>
<Copyright>Copyright © 2013-2024 Matthias Gernand. All rights reserved.</Copyright>
<Version>5.5.0</Version>
<AssemblyVersion>5.5.0</AssemblyVersion>
<FileVersion>5.5.0</FileVersion>
<Authors>Matthias Gernand</Authors>
<Description>Common.Logging logging provider for NHibernate.</Description>
<NeutralLanguage>en</NeutralLanguage>
Expand Down Expand Up @@ -46,7 +46,7 @@

<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="NHibernate" Version="5.4.6" />
<PackageReference Include="NHibernate" Version="5.5.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit c1d64ed

Please sign in to comment.