Skip to content

Commit

Permalink
Ver. 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Jan 13, 2021
1 parent 9322905 commit 07ecd1d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/NLog.DiagnosticSource/NLog.DiagnosticSource.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net50;net45;netstandard2.0;netstandard1.3</TargetFrameworks>
<RootNamespace>NLog</RootNamespace>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>

<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand All @@ -24,7 +24,9 @@
<PackageProjectUrl>https://github.com/NLog/NLog.DiagnosticSource</PackageProjectUrl>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageReleaseNotes>
First official release
Updated to System.Diagnostics.DiagnosticSource ver. 5.0.1 (bugfixes)

See https://github.com/NLog/NLog.DiagnosticSource for documentation of ${activity} and DiagnosticListenerTarget
</PackageReleaseNotes>

<IsPackable>true</IsPackable>
Expand All @@ -40,7 +42,7 @@ First official release
</Target>

<ItemGroup>
<None Include="N.png" Pack="true" PackagePath=""/>
<None Include="N.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 07ecd1d

Please sign in to comment.