File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- version : 5.2.3 .{build}
1+ version : 5.2.4 .{build}
22image : Visual Studio 2022
33clone_folder : c:\projects\nlog
44configuration : Release
@@ -21,6 +21,6 @@ artifacts:
2121deploy :
2222- provider : NuGet
2323 api_key :
24- secure : ACKSV1ixxNpO+2k8KvNDy6hd9QmR8lkQmKn773ZIIeVpG0ywYUhY4j8LcyykVR1a
24+ secure : f6oWebyOFLpuuo2PMd6xgoxwMq+JvXVUmPyBme89zS7UF0zcvLYPSKN/p6B/KaMs
2525 on :
2626 branch : master
Original file line number Diff line number Diff line change 22# creates NuGet package at \artifacts
33dotnet -- 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}
88if ($env: APPVEYOR_PULL_REQUEST_NUMBER ) {
You can’t perform that action at this time.
0 commit comments