diff --git a/appveyor.yml b/appveyor.yml index b483b75..3e6627a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # AppVeyor CI build file, https://ci.appveyor.com/project/odinserj/hangfire -version: 0.3.1-build-0{build} +version: 0.3.2-build-0{build} #---------------------------------# # build configuration # diff --git a/psake-project.ps1 b/psake-project.ps1 index 88de93b..a9cb7d8 100644 --- a/psake-project.ps1 +++ b/psake-project.ps1 @@ -9,5 +9,5 @@ Task Collect -Depends CleanBuild -Description "Copy all artifacts to the build f } Task Pack -Depends Collect -Description "Create NuGet package." { - Create-Package "Hangfire.Build" "0.3.1" + Create-Package "Hangfire.Build" "0.3.2" }