File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2222 <PackageReleaseNotes >
2323Changelog:
2424
25- - NLog v6.0.2
25+ - Updated NLog v6.0.3
26+ - Optimize RichTextBox target when used together with AsyncWrapper target
27+ - Optimize RichTextBox target to reduce enumerator allocation for row and word highlighting
2628 </PackageReleaseNotes >
2729
2830 <SignAssembly >true</SignAssembly >
@@ -42,7 +44,7 @@ Changelog:
4244 </PropertyGroup >
4345
4446 <ItemGroup >
45- <PackageReference Include =" NLog" Version =" 6.0.2 " />
47+ <PackageReference Include =" NLog" Version =" 6.0.3 " />
4648 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
4749 </ItemGroup >
4850
Original file line number Diff line number Diff line change 22# creates NuGet package at \artifacts
33dotnet -- version
44
5- $versionPrefix = " 6.0.2 "
5+ $versionPrefix = " 6.0.3 "
66$versionSuffix = " "
77$versionFile = $versionPrefix + " ." + ${env: APPVEYOR_BUILD_NUMBER}
88if ($env: APPVEYOR_PULL_REQUEST_NUMBER ) {
You can’t perform that action at this time.
0 commit comments