Skip to content

Commit

Permalink
RockLib.Logging version 1.0.1
Browse files Browse the repository at this point in the history
Adds the ability to set extended properties on a log entry with any dictionary
with a string key type. Also adds support for non-generic IDictionary - all
items with keys of type string are added.
  • Loading branch information
Brian Friesen committed Jun 29, 2018
1 parent e9d2f29 commit 4a63985
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.0</PackageVersion>
<PackageVersion>1.0.1</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.0</Version>
<Version>1.0.1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 4a63985

Please sign in to comment.