From eb5e54f4779f2cb1779c3ca0434d8791b688c37d Mon Sep 17 00:00:00 2001 From: Matthias Gernand Date: Tue, 12 Apr 2022 11:48:11 +0200 Subject: [PATCH] Updated NHibernate dependency. --- LICENSE | 2 +- README.md | 22 +++++++++---------- .../NHibernate.Logging.CommonLogging.csproj | 11 +++++----- .../NHibernate.Logging.UnitTests.csproj | 10 ++++----- 4 files changed, 22 insertions(+), 23 deletions(-) diff --git a/LICENSE b/LICENSE index 8d4d550..66a53c8 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 66895e4..c9a5ffd 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. diff --git a/Source/NHibernate.Logging.CommonLogging/NHibernate.Logging.CommonLogging.csproj b/Source/NHibernate.Logging.CommonLogging/NHibernate.Logging.CommonLogging.csproj index 4b1f9f8..68b222d 100644 --- a/Source/NHibernate.Logging.CommonLogging/NHibernate.Logging.CommonLogging.csproj +++ b/Source/NHibernate.Logging.CommonLogging/NHibernate.Logging.CommonLogging.csproj @@ -5,14 +5,15 @@ false latest disable + true false - Copyright © 2013-2021 Matthias Gernand. All rights reserved. - 5.3.10 - 5.3.10 - 5.3.10 + Copyright © 2013-2022 Matthias Gernand. All rights reserved. + 5.3.11 + 5.3.11 + 5.3.11 Matthias Gernand Common.Logging logging provider for NHibernate. en @@ -45,7 +46,7 @@ - + diff --git a/Source/NHibernate.Logging.UnitTests/NHibernate.Logging.UnitTests.csproj b/Source/NHibernate.Logging.UnitTests/NHibernate.Logging.UnitTests.csproj index 1cadde9..8b5d9a4 100644 --- a/Source/NHibernate.Logging.UnitTests/NHibernate.Logging.UnitTests.csproj +++ b/Source/NHibernate.Logging.UnitTests/NHibernate.Logging.UnitTests.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive