File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 2323 <RepositoryUrl >https://github.com/NLog/NLog.Windows.Forms.git</RepositoryUrl >
2424 <RepositoryType >git</RepositoryType >
2525 <AssemblyVersion >4.0.0.0</AssemblyVersion >
26- <PackageReleaseNotes >- Support snupkg
27- - Update dependency to lastest NLog
28- - Package improvements</PackageReleaseNotes >
26+ <PackageReleaseNotes >
27+
28+ - RichTextBoxTarget: added overloads for ReInitializeAllTextboxes and GetTargetByControl (#72) (@304NotModified)
29+ - RichTextBoxTarget: better error handling for empty or unexpected NLog configs (#72) (@304NotModified)
30+
31+ - Update NLog to 4.7.9 (#74) (@304NotModified)
32+ - Fixed publishing Symbol package (#46) (@304NotModified)
33+ - Added Sourcelink (#70) (@304NotModified)
34+ - Enable deterministic build (#73) (@304NotModified)
35+
36+
37+ </PackageReleaseNotes >
2938 </PropertyGroup >
3039 <ItemGroup >
3140 <PackageReference Include =" NLog" Version =" 4.7.9" />
Original file line number Diff line number Diff line change 1- version : 4.3 .0.{build}
1+ version : 4.4 .0.{build}
22image : Visual Studio 2019
33clone_folder : c:\projects\nlog
44configuration : Release
Original file line number Diff line number Diff line change 22# creates NuGet package at \artifacts
33dotnet -- version
44
5- $versionPrefix = " 4.3 .0" # Also update version for minor versions in appveyor.yml
5+ $versionPrefix = " 4.4 .0" # 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