Skip to content

Commit

Permalink
Version 4.5-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Mar 29, 2021
1 parent 4252458 commit 529c3d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NLog.Windows.Forms/NLog.Windows.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>

<PackageReleaseNotes>

Added support for .NET Core 3.1 and .NET 5 (#42) (@weltkante, @304NotModified)
</PackageReleaseNotes>
</PropertyGroup>

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.4.0.{build}
version: 4.5.0.{build}
image: Visual Studio 2019
clone_folder: c:\projects\nlog
configuration: Release
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# creates NuGet package at \artifacts
dotnet --version

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

0 comments on commit 529c3d6

Please sign in to comment.