File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
<RepositoryType >git</RepositoryType >
26
26
<AssemblyVersion >5.0.0.0</AssemblyVersion >
27
27
<PackageReleaseNotes >
28
- - Updated to NLog v5.2 (@snakefoot)
29
- - Added LogManager.Setup() extension method RegisterWindowsForms() (@snakefoot)
28
+ - Fixed NullReferenceException for RichTextBoxTarget (@snakefoot)
29
+ - Updated to NLog v5.2.2 (@snakefoot)
30
30
31
31
Remember to register NLog.Windows.Forms in NLog.config
32
32
@@ -41,7 +41,7 @@ Alternative register from code without reflection of assembly-types:
41
41
</PropertyGroup >
42
42
43
43
<ItemGroup >
44
- <PackageReference Include =" NLog" Version =" 5.2.0 " />
44
+ <PackageReference Include =" NLog" Version =" 5.2.2 " />
45
45
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
46
46
</ItemGroup >
47
47
Original file line number Diff line number Diff line change 1
- version : 5.2.0 .{build}
1
+ version : 5.2.1 .{build}
2
2
image : Visual Studio 2022
3
3
clone_folder : c:\projects\nlog
4
4
configuration : Release
Original file line number Diff line number Diff line change 2
2
# creates NuGet package at \artifacts
3
3
dotnet -- version
4
4
5
- $versionPrefix = " 5.2.0 " # Also update version for minor versions in appveyor.yml
5
+ $versionPrefix = " 5.2.1 " # Also update version for minor versions in appveyor.yml
6
6
$versionSuffix = " "
7
7
$versionFile = $versionPrefix + " ." + ${env: APPVEYOR_BUILD_NUMBER}
8
8
if ($env: APPVEYOR_PULL_REQUEST_NUMBER ) {
You can’t perform that action at this time.
0 commit comments