33 <PropertyGroup >
44 <TargetFrameworks >net60;net461;netstandard2.0</TargetFrameworks >
55 <RootNamespace >NLog</RootNamespace >
6- <VersionPrefix >5.0 .0</VersionPrefix >
6+ <VersionPrefix >5.2 .0</VersionPrefix >
77 <VersionSuffix ></VersionSuffix >
88
99 <AssemblyVersion >5.0.0.0</AssemblyVersion >
2323 <PackageIcon >N.png</PackageIcon >
2424 <PackageProjectUrl >https://github.com/NLog/NLog.DiagnosticSource</PackageProjectUrl >
2525 <PackageLicenseExpression >BSD-3-Clause</PackageLicenseExpression >
26+ <PackageReadmeFile >README.md</PackageReadmeFile >
2627 <PackageReleaseNotes >
27- Removed target platform NET5 and replaced with NET6
28- Updated to System.Diagnostics.DiagnosticSource v6
29- Updated to NLog v5
28+ - Updated to NLog v5.2.2
29+ - Updated nuget-package with README.md
3030
3131See https://github.com/NLog/NLog.DiagnosticSource for documentation of ${activity} and DiagnosticListenerTarget
3232 </PackageReleaseNotes >
@@ -39,21 +39,21 @@ See https://github.com/NLog/NLog.DiagnosticSource for documentation of ${activit
3939 <DelaySign >false</DelaySign >
4040 </PropertyGroup >
4141
42- <Target Name =" DownloadMissingContent" BeforeTargets =" GenerateNuspec" >
43- <DownloadFile SourceUrl =" https://nlog-project.org/N.png" DestinationFolder =" $(MSBuildThisFileDirectory)" />
44- </Target >
45-
46- <ItemGroup >
47- <None Include =" N.png" Pack =" true" PackagePath =" " Visible =" false" />
48- </ItemGroup >
49-
5042 <ItemGroup >
51- <PackageReference Include =" NLog" Version =" 5.0.5 " />
43+ <PackageReference Include =" NLog" Version =" 5.2.2 " />
5244 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
5345 </ItemGroup >
5446
5547 <ItemGroup Condition =" '$(TargetFramework)'!='net60'" >
5648 <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 6.0.0" />
5749 </ItemGroup >
5850
51+ <ItemGroup >
52+ <None Include =" ../../README.md" Pack =" true" PackagePath =" " />
53+ <None Include =" N.png" Pack =" true" PackagePath =" " Visible =" false" />
54+ </ItemGroup >
55+ <Target Name =" DownloadMissingContent" BeforeTargets =" GenerateNuspec" >
56+ <DownloadFile SourceUrl =" https://nlog-project.org/N.png" DestinationFolder =" $(MSBuildThisFileDirectory)" />
57+ </Target >
58+
5959</Project >
0 commit comments