Skip to content

Commit

Permalink
Upgraded NHibernate to 5.4.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand authored Jan 18, 2023
1 parent 8e7de81 commit a93f53a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2022 Matthias Gernand
Copyright (c) 2013-2023 Matthias Gernand

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NHibernate Logging Providers

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

NHibernate Logging Providers makes it possible to use your favourite logger with NHibernate.
You no longer have to use log4net. The new NHibernate (since NH3) logging abstraction makes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Common.Logging.NLog444" Version="3.4.1" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="System.Data.SQLite" Version="1.0.116" />
<PackageReference Include="System.Data.SQLite" Version="1.0.117" />
</ItemGroup>

<ItemGroup>
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-2022 Matthias Gernand. All rights reserved.</Copyright>
<Version>5.3.14</Version>
<AssemblyVersion>5.3.14</AssemblyVersion>
<FileVersion>5.3.14</FileVersion>
<Copyright>Copyright © 2013-2023 Matthias Gernand. All rights reserved.</Copyright>
<Version>5.4.0</Version>
<AssemblyVersion>5.4.0</AssemblyVersion>
<FileVersion>5.4.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.3.14" />
<PackageReference Include="NHibernate" Version="5.4.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="FluentAssertions" Version="6.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
Expand Down

0 comments on commit a93f53a

Please sign in to comment.