Skip to content

Commit

Permalink
Version 1.1.7 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyMF committed Sep 25, 2023
1 parent 8879deb commit 4b85805
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NReco.Logging.File/NReco.Logging.File.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ More details and examples: https://github.com/nreco/logging
<Title>NET6+ / .NET Core file logger provider.</Title>
<Copyright>Copyright (c) 2017-2023 Vitalii Fedorchenko and contributors</Copyright>
<AssemblyTitle>NReco.Logging.File</AssemblyTitle>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<Authors>Vitalii Fedorchenko</Authors>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -26,6 +26,9 @@ More details and examples: https://github.com/nreco/logging
<PackageLicenseUrl>https://raw.githubusercontent.com/nreco/logging/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>How to use: https://github.com/nreco/logging

Version 1.1.7 changes:
- bugfix: App deadlock on FileLoggerProvider.WriteEntry #57

Version 1.1.6 changes:
- added ILoggerFactory.AddFile(string fileName, Action&lt;FileLoggerOptions&gt; configure) extension method
- now AddFile methods that accept IConfiguration may use it as a "File" section (only if there is no "File" sub-section) #50
Expand Down

0 comments on commit 4b85805

Please sign in to comment.