Skip to content

Commit

Permalink
Release 4.4 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Mar 29, 2021
1 parent 48aa1c4 commit 1f16810
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions NLog.Windows.Forms/NLog.Windows.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@
<RepositoryUrl>https://github.com/NLog/NLog.Windows.Forms.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<PackageReleaseNotes>- Support snupkg
- Update dependency to lastest NLog
- Package improvements</PackageReleaseNotes>
<PackageReleaseNotes>

- RichTextBoxTarget: added overloads for ReInitializeAllTextboxes and GetTargetByControl (#72) (@304NotModified)
- RichTextBoxTarget: better error handling for empty or unexpected NLog configs (#72) (@304NotModified)

- Update NLog to 4.7.9 (#74) (@304NotModified)
- Fixed publishing Symbol package (#46) (@304NotModified)
- Added Sourcelink (#70) (@304NotModified)
- Enable deterministic build (#73) (@304NotModified)


</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="4.7.9" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.3.0.{build}
version: 4.4.0.{build}
image: Visual Studio 2019
clone_folder: c:\projects\nlog
configuration: Release
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "4.3.0" # Also update version for minor versions in appveyor.yml
$versionPrefix = "4.4.0" # Also update version for minor versions in appveyor.yml
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down

0 comments on commit 1f16810

Please sign in to comment.