Skip to content

Commit

Permalink
Fix problem with missing localizations in the previous version
Browse files Browse the repository at this point in the history
By bumping Hangfire.Build to the latest version, where the problem was fixed.
  • Loading branch information
odinserj committed Jun 25, 2024
1 parent 18e5935 commit bd8ae00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Hangfire.Build" version="0.4.4" />
<package id="Hangfire.Build" version="0.4.5" />
<package id="ILRepack" version="2.0.27" />
<package id="psake" version="4.4.1" />
<package id="RazorGenerator.MsBuild" version="2.5.0" />
Expand Down
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.4, 0.4.4]",
"resolved": "0.4.4",
"contentHash": "CCHrwgG0oSr5uPSx6ONcDpSAYkcUyEkd5EC/qS6Mb1//8dmaxYzfPP/GYGUdKoKgHI5J2/NqsrBP3MprstLPIg=="
"requested": "[0.4.5, 0.4.5]",
"resolved": "0.4.5",
"contentHash": "hkOdAG0pLBpnXg8BfcNRTiw4cALmOREkY9q+gXeyNOYbMbu7o5aLHr3xCERCN8k85lobuUqLxahxrkURjq6GVg=="
},
"ILRepack": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion psake-project.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Include "packages\Hangfire.Build.0.4.4\tools\psake-common.ps1"
Include "packages\Hangfire.Build.0.4.5\tools\psake-common.ps1"

Task Default -Depends Pack

Expand Down

0 comments on commit bd8ae00

Please sign in to comment.