Skip to content

Commit

Permalink
Bump version to 1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 6, 2018
1 parent 8a0e198 commit d6261cf
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Section names should be unique on each level.

# Don't edit manually! Use `build.bat version` command instead!
version: 1.6.18-build-0{build}
version: 1.6.19-build-0{build}

os: Visual Studio 2015

Expand Down
3 changes: 3 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<tags>Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>http://hangfire.io/blog/

1.6.19
• Fixed – NullReferenceException in JobMethodCallRenderer regression appeared in 1.6.18.

1.6.18
• Added – Add on option to remove the storage connection string from the footer (by @sandorfr).
• Added – Add Dashboard UI Resource zh-TW (by @crablin).
Expand Down
5 changes: 5 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<tags>Hangfire SqlServer SqlAzure LocalDB</tags>
<releaseNotes>http://hangfire.io/blog/

1.6.19
• Fixed – "String or binary data would be truncated" exception when state reason is too long.
• Fixed – Command handling in batch mode now stops after the first error due to "XACT_ABORT ON".
• Fixed – Make SqlCommandBatch disposable to dispose all the commands.

1.6.18
• Fixed – Rare deadlocks in SQL Server caused by the SetRangeInHash command.

Expand Down
12 changes: 12 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
<copyright>Copyright © 2013-2017 Sergey Odinokov</copyright>
<tags>Hangfire AspNet MVC OWIN SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>http://hangfire.io/blog/

1.6.19

Hangfire.Core

• Fixed – NullReferenceException in JobMethodCallRenderer regression appeared in 1.6.18.

Hangfire.SqlServer

• Fixed – "String or binary data would be truncated" exception when state reason is too long.
• Fixed – Command handling in batch mode now stops after the first error due to "XACT_ABORT ON".
• Fixed – Make SqlCommandBatch disposable to dispose all the commands.

1.6.18

Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
[assembly: ComVisible(false)]

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("1.6.18")]
[assembly: AssemblyVersion("1.6.19")]

0 comments on commit d6261cf

Please sign in to comment.