Skip to content

Commit

Permalink
RockLib.Logging.AspNetCore version 1.0.0-alpha04
Browse files Browse the repository at this point in the history
Added `bypassAspNetCoreLogging` flag to `UseRockLibLogging` extension methods.
  • Loading branch information
Brian Friesen committed Jun 8, 2018
1 parent 3087c06 commit acbf22c
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,14 +6,14 @@

<PropertyGroup>
<PackageId>RockLib.Logging.AspNetCore</PackageId>
<PackageVersion>1.0.0-alpha03</PackageVersion>
<PackageVersion>1.0.0-alpha04</PackageVersion>
<Authors>Quicken Loans</Authors>
<Description>Extensions to create hooks into Microsoft.Extensions.Logging</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes></PackageReleaseNotes>
<Copyright>Copyright 2018 (c) Quicken Loans Corporation. All rights reserved.</Copyright>
<PackageTags>RockLib Logging Logger Extensions</PackageTags>
<Version>1.0.0-alpha03</Version>
<Version>1.0.0-alpha04</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit acbf22c

Please sign in to comment.