Skip to content

Commit

Permalink
Bump version to 0.4.4 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jun 3, 2024
1 parent 72203ab commit c551c31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# environment configuration #
#---------------------------------#

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

environment:
SIGNPATH_API_TOKEN:
Expand Down
4 changes: 4 additions & 0 deletions nuspecs/Hangfire.Build.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<icon>icon.png</icon>
<tags>Hangfire Build Psake Powershell</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.Build/releases
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.

0.4.3
• Changed – Skip submitting an archive for signing in pull requests, because secrets aren't available.

Expand Down
3 changes: 2 additions & 1 deletion psake-project.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Include "src\psake-common.ps1"

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

Task Default -Depends Pack
Expand Down

0 comments on commit c551c31

Please sign in to comment.