Skip to content

Commit

Permalink
RockLib.Logging version 1.1.0
Browse files Browse the repository at this point in the history
- Adds `LoggerFactory.CreateFromConfig` method, allowing non-cached instances of `Logger` to be created from `LoggerFactory`.
- Try really, really hard to cleanly shut down all instances of `Logger`, even if the user does not dispose them.
  • Loading branch information
Brian Friesen committed Aug 3, 2018
1 parent 4a4d8c5 commit 7e61c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RockLib.Logging/RockLib.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<PackageId>RockLib.Logging</PackageId>
<PackageVersion>1.0.1</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<Authors>Quicken Loans</Authors>
<Description>A simple logging library.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -15,7 +15,7 @@
<PackageLicenseUrl>https://github.com/RockLib/RockLib.Logging/blob/master/LICENSE.md</PackageLicenseUrl>
<Copyright>Copyright 2018 (c) Quicken Loans Corporation. All rights reserved.</Copyright>
<PackageTags>RockLib Logging Logger</PackageTags>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 7e61c8c

Please sign in to comment.