Skip to content

Commit

Permalink
Bump Hangfire.Build to version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 27, 2024
1 parent 5b74ec9 commit 4f8bcd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Hangfire.Build" version="0.4.0" />
<package id="Hangfire.Build" version="0.4.2" />
<package id="psake" version="4.4.1" />
</packages>
6 changes: 3 additions & 3 deletions .nuget/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"Any,Version=v0.0": {
"Hangfire.Build": {
"type": "Direct",
"requested": "[0.4.0, 0.4.0]",
"resolved": "0.4.0",
"contentHash": "rU3NWGiurNYKKkLND8TAP4Dcfla+1NIUmkACqstAnIYgN19aGIeADme6Rx4g4cCU1tsMfEemuV8W2ItA8EMnkw=="
"requested": "[0.4.2, 0.4.2]",
"resolved": "0.4.2",
"contentHash": "ITHXRZ+cSm+jbqp7CwdEzqcu40gE5+eQr1vQhjI33lfqQeOga4GhJSJYCBTOXI1dIzusJe6k5AtjR0jHlED0aw=="
},
"psake": {
"type": "Direct",
Expand Down
4 changes: 2 additions & 2 deletions psake-project.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Include "packages\Hangfire.Build.0.4.0\tools\psake-common.ps1"
Include "packages\Hangfire.Build.0.4.2\tools\psake-common.ps1"

Task Default -Depends Pack

Expand All @@ -24,5 +24,5 @@ Task Pack -Depends Collect -Description "Create NuGet packages and archive files

Task Sign -Depends Pack -Description "Sign artifacts." {
$version = Get-PackageVersion
Sign-ArchiveContents "Cronos-$version" "cronos" "initial"
Sign-ArchiveContents "Cronos-$version" "cronos"
}

0 comments on commit 4f8bcd7

Please sign in to comment.