Skip to content

Commit 10105e1

Browse files
authored
Updated PackageReleaseNotes for v2 (#36)
1 parent 1bfad28 commit 10105e1

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

NLog.Owin.Logging/NLog.Owin.Logging.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<Company>NLog</Company>
55
<Product>NLog.Owin.Logging</Product>
66
<Description>NLog logging adapter for OWIN</Description>
7-
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
8-
<Copyright>Copyright © 2016-$(CurrentYear) Yannic Staudt &amp; NLog Project - https://nlog-project.org/ </Copyright>
7+
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
8+
<Copyright>Copyright © 2016-$(CurrentYear) Yannic Staudt &amp; NLog Project - https://nlog-project.org/ </Copyright>
99
<Version>1.0</Version>
1010
<TargetFramework>net45</TargetFramework>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -23,7 +23,12 @@
2323
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<IsPackable>true</IsPackable>
26-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
26+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
27+
<PackageReleaseNotes>
28+
- Updated to NLog v5
29+
- Updated to Microsoft.Owin v4.2.2
30+
- Enabled Deterministic build + SourceLink
31+
</PackageReleaseNotes>
2732
</PropertyGroup>
2833
<ItemGroup>
2934
<PackageReference Include="Microsoft.Owin" Version="4.2.2" />

0 commit comments

Comments
 (0)