Skip to content

Commit 121408c

Browse files
authored
Version 1.3.0 (#58)
1 parent 6a66c81 commit 121408c

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.1.0.{build}
1+
version: 1.3.0.{build}
22
image: Visual Studio 2019
33
configuration: Release
44
platform: Any CPU
@@ -12,6 +12,6 @@ artifacts:
1212
deploy:
1313
- provider: NuGet
1414
api_key:
15-
secure: N/3SLEg4r4QlbIVrI6epIHgv2KfwkwkrIUeLRyqS8D3AkC29Ql86NMkHxWOfcmUM
15+
secure: 5tuxbM+Ujp0ZtaDCGYET23qKr6bJWo/Vzxlf7uTbspaf8R1R7sIe1JqSDHZoK1gV
1616
on:
1717
branch: master

src/NLog.DiagnosticSource/NLog.DiagnosticSource.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net50;net45;netstandard2.0;netstandard1.3</TargetFrameworks>
4+
<TargetFrameworks>net50;net461;netstandard2.0;netstandard1.3</TargetFrameworks>
55
<RootNamespace>NLog</RootNamespace>
6-
<VersionPrefix>1.2.0</VersionPrefix>
6+
<VersionPrefix>1.3.0</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88

99
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -24,7 +24,8 @@
2424
<PackageProjectUrl>https://github.com/NLog/NLog.DiagnosticSource</PackageProjectUrl>
2525
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
2626
<PackageReleaseNotes>
27-
Added support for ActivityTraceProperty.DurationMs (#39)
27+
Removed target platform net45 and replaced with net461
28+
Fixed offset by one in ActivityTraceProperty.DurationMs (#57)
2829

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

0 commit comments

Comments
 (0)