Skip to content

Commit

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

version: 0.4.2-build-0{build}
version: 0.4.3-build-0{build}

environment:
SIGNPATH_API_TOKEN:
Expand Down
2 changes: 2 additions & 0 deletions nuspecs/Hangfire.Build.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<icon>icon.png</icon>
<tags>Hangfire Build Psake Powershell</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.Build/releases
0.4.3
• Changed – Skip submitting an archive for signing in pull requests, because secrets aren't available.

0.4.2
• Added – Readme file and icon for the Hangfire.Build NuGet package.
Expand Down
2 changes: 1 addition & 1 deletion psake-project.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Include "src\psake-common.ps1"

Properties {
$version = "0.4.2"
$version = "0.4.3"
}

Task Default -Depends Pack
Expand Down

0 comments on commit f29654a

Please sign in to comment.