Skip to content

Commit 1f16810

Browse files
Release 4.4 (#77)
1 parent 48aa1c4 commit 1f16810

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,18 @@
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" />

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.3.0.{build}
1+
version: 4.4.0.{build}
22
image: Visual Studio 2019
33
clone_folder: c:\projects\nlog
44
configuration: Release

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 = "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}
88
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {

0 commit comments

Comments
 (0)