Skip to content

Commit

Permalink
Updated NHibernate dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand committed Apr 12, 2022
1 parent c935bd3 commit eb5e54f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 23 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-2021 Matthias Gernand
Copyright (c) 2013-2022 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
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
NHibernate Logging Providers
============================
The current version **5.3.10** is available as [NuGet package](http://nuget.org/packages/NHibernate.Logging/).
This version is built against NHibernate 5.3.10 and Common.Logging 3.4.1.
# NHibernate Logging Providers

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

Project Description
-------------------
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
this possible. The provider is developed .NET Standard 2.0.

Available Logging Providers
---------------------------
## Available Logging Providers

The current release contains log providers for the following logging frameworks.

* [Common.Logging 3.4.1](https://github.com/net-commons/common-logging)
Expand All @@ -21,14 +19,14 @@ each of them with NHibernate via Common.Logging 3.4.1 abstraction.
Review the [NHibernate Wiki](http://nhibernate.info/doc/howto/various/using-nlog-via-common-logging-with-nhibernate.html) for additional informations. Please leave a comment if you
like it or not. ;-)

NuGet available
---------------
## NuGet package

The repository contains a *.nuspec file for creating a NuGet package since the last release.
The file was created and contributed by [Matthew Ferreira](https://nuget.org/packages?q=Matthew%20Ferreira).
Thanks again for the effort.

Getting Started
---------------
## Getting Started

Add the [NuGet package](http://nuget.org/packages/NHibernate.Logging/) to your project. Install
all nessessary Common.Logging packages for the logging provider you want to use.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>latest</LangVersion>
<Nullable>disable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="NHibernate" Version="5.3.10" />
<PackageReference Include="NHibernate" Version="5.3.11" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PackageReference Include="FluentAssertions" Version="6.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit eb5e54f

Please sign in to comment.