Skip to content

Commit

Permalink
update to stable nlog version with net standard support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Dryhurst-Smith committed Apr 9, 2019
1 parent be52900 commit f810a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CorrelatorSharp" Version="1.4.0" />
<PackageReference Include="CorrelatorSharp" Version="1.5.0" />
<PackageReference Include="CorrelatorSharp.Logging" Version="1.3.0" />
<PackageReference Include="NLog" Version="4.5.0-rc05" />
<PackageReference Include="NLog" Version="4.6.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageId>CorrelatorSharp.Logging.NLog</PackageId>

<Version>1.3.0-beta2</Version>
<Version>1.3.1</Version>

<!--Bump the assembly version only on major releases-->
<AssemblyVersion>1.1.0.0</AssemblyVersion>
Expand All @@ -18,9 +18,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CorrelatorSharp" Version="[1.4.0,2)" />
<PackageReference Include="CorrelatorSharp" Version="[1.5.0,2)" />
<PackageReference Include="CorrelatorSharp.Logging" Version="[1.3.0,2)" />
<PackageReference Include="NLog" Version="4.5.0-rc05" />
<PackageReference Include="NLog" Version="4.6.2" />
</ItemGroup>

</Project>

0 comments on commit f810a7a

Please sign in to comment.