Skip to content

Commit

Permalink
Bump version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
icsharp committed Feb 8, 2017
1 parent 18c11ab commit c68a84e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/Hangfire.Samples/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Hangfire.RecurringJobExtensions": "1.1.5-*",
"Hangfire.RecurringJobExtensions": "1.1.6-*",
"Hangfire.Console": "1.1.5",
"Hangfire.AspNetCore": "1.6.7",
"Hangfire.Core": "1.6.7",
Expand Down
4 changes: 2 additions & 2 deletions src/Hangfire.RecurringJobExtensions/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.1.5-*",
"version": "1.1.6-*",
"title": "Hangfire.RecurringJobExtensions",
"description": "Hangfire extensions for RecurringJob",
"authors": [ "icsharp" ],

"packOptions": {
"summary": "Extensions for Hangfire to build RecurringJob automatically.",
"tags": [ "hangfire", "RecurringJob" ],
"tags": [ "Hangfire", "RecurringJob" ],
"owners": [ "icsharp" ],
"projectUrl": "https://github.com/icsharp/Hangfire.RecurringJobExtensions",
"licenseUrl": "https://raw.githubusercontent.com/icsharp/Hangfire.RecurringJobExtensions/master/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion test/Hangfire.RecurringJobExtensions.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"xunit": "2.2.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Moq": "4.6.38-alpha",
"Hangfire.RecurringJobExtensions": "1.1.5-*"
"Hangfire.RecurringJobExtensions": "1.1.6-*"
},

"frameworks": {
Expand Down

0 comments on commit c68a84e

Please sign in to comment.