Skip to content

Commit 61769f9

Browse files
authored
Version 5.2.4 (#192)
1 parent 7548239 commit 61769f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<RepositoryType>git</RepositoryType>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageReleaseNotes>
23-
- Added NET8 as target-platform
23+
- Fixed RichTextBoxTarget to skip reflection for TargetForm and TargetRichTextBox
2424
</PackageReleaseNotes>
2525

2626
<SignAssembly>true</SignAssembly>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.2.3.{build}
1+
version: 5.2.4.{build}
22
image: Visual Studio 2022
33
clone_folder: c:\projects\nlog
44
configuration: Release
@@ -21,6 +21,6 @@ artifacts:
2121
deploy:
2222
- provider: NuGet
2323
api_key:
24-
secure: ACKSV1ixxNpO+2k8KvNDy6hd9QmR8lkQmKn773ZIIeVpG0ywYUhY4j8LcyykVR1a
24+
secure: f6oWebyOFLpuuo2PMd6xgoxwMq+JvXVUmPyBme89zS7UF0zcvLYPSKN/p6B/KaMs
2525
on:
2626
branch: master

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 = "5.2.3" # Also update version for minor versions in appveyor.yml
5+
$versionPrefix = "5.2.4" # Also update version for minor versions in appveyor.yml
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {

0 commit comments

Comments
 (0)