Skip to content

Commit

Permalink
Bump version to 0.4.5 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jun 25, 2024
1 parent df8cc78 commit 06852b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------#

# Please don't forget to update the `psake-project.ps1` file as well
version: 0.4.4-build-0{build}
version: 0.4.5-build-0{build}

environment:
SIGNPATH_API_TOKEN:
Expand Down
3 changes: 3 additions & 0 deletions nuspecs/Hangfire.Build.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<icon>icon.png</icon>
<tags>Hangfire Build Psake Powershell</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.Build/releases
0.4.5
• Fixed — Fix broken `Collect-Localizations` function after migrating to PowerShell 7+.

0.4.4
• Changes — The `build.bat` file is now based on the newest PowerShell.
• Fixed — Use `Get-Content` and `Set-Content` cmdlets explicitly to make scripts work with the newest PowerShell.
Expand Down
2 changes: 1 addition & 1 deletion psake-project.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Include "src\psake-common.ps1"

Properties {
# Please don't forget to update the `appveyor.yml` file as well
$version = "0.4.4"
$version = "0.4.5"
}

Task Default -Depends Pack
Expand Down

0 comments on commit 06852b2

Please sign in to comment.