File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 & NLog Project - https://nlog-project.org/ </Copyright >
7+ <CurrentYear >$([System.DateTime]::Now.ToString(yyyy))</CurrentYear >
8+ <Copyright >Copyright © 2016-$(CurrentYear) Yannic Staudt & NLog Project - https://nlog-project.org/ </Copyright >
99 <Version >1.0</Version >
1010 <TargetFramework >net45</TargetFramework >
1111 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
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" />
You can’t perform that action at this time.
0 commit comments