Skip to content

Commit f04597b

Browse files
authored
Version 6.0.3 (#200)
1 parent fd9fe46 commit f04597b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

NLog.Windows.Forms/NLog.Windows.Forms.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
<PackageReleaseNotes>
2323
Changelog:
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

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates NuGet package at \artifacts
33
dotnet --version
44

5-
$versionPrefix = "6.0.2"
5+
$versionPrefix = "6.0.3"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {

0 commit comments

Comments
 (0)