Skip to content

Commit

Permalink
RockLib.Logging.AspNetCore version 1.0.1
Browse files Browse the repository at this point in the history
Adds thread-safety to scoped logging operations and prevents the
disposable scope objects from throwing when disposed multiple times.
  • Loading branch information
Brian Friesen committed Jul 31, 2018
1 parent 9da896d commit b500df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<PackageId>RockLib.Logging.AspNetCore</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<Authors>Quicken Loans</Authors>
<Description>Extensions to create hooks into Microsoft.Extensions.Logging</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 Extensions</PackageTags>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit b500df6

Please sign in to comment.