Skip to content

Commit

Permalink
Fixed Version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkone committed May 25, 2016
1 parent 87f1de7 commit ea04a14
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions VSTS.DNX.Tasks.BuildNugetPackage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.BuildNugetPackage",
"friendlyName": "DNX Tasks Build Nuget Package",
"description": "Build a Nuget package with dotnet cli.",
"helpMarkDown": "Version: 0.1.1",
"helpMarkDown": "Version: 0.1.2",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 1
"Patch": 2
},
"visibility": [
"Build"
Expand Down
4 changes: 2 additions & 2 deletions VSTS.DNX.Tasks.BuildWebPackage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.BuildWebPackage",
"friendlyName": "DNX Tasks Build Web Package",
"description": "Build a package with dotnet cli for Deployment",
"helpMarkDown": "Version: 0.1.1",
"helpMarkDown": "Version: 0.1.2",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 0
"Patch": 2
},
"visibility": [
"Build"
Expand Down
4 changes: 2 additions & 2 deletions VSTS.DNX.Tasks.PublishWebPackage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.PublishWebPackage",
"friendlyName": "DNX Tasks Azure PublishWebPackage",
"description": "Publish a Dotnet package to Azure Website",
"helpMarkDown": "Version: 0.1.1",
"helpMarkDown": "Version: 0.1.2",
"category": "Deploy",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 0
"Patch": 2
},
"visibility": [
"Build",
Expand Down
4 changes: 2 additions & 2 deletions VSTS.DNX.Tasks.SlotSwap/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.SlotSwap",
"friendlyName": "DNX Tasks Azure SlotSwap",
"description": "Swap a slot in Azure web site deployment slots.",
"helpMarkDown": "Version: 0.1.1",
"helpMarkDown": "Version: 0.1.2",
"category": "Deploy",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 0
"Patch": 2
},
"visibility": [
"Build",
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "vsts-dnx-tasks",
"name": "VSTS DNX Tasks",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "kirkone",
"public": true,
"targets": [
Expand Down

0 comments on commit ea04a14

Please sign in to comment.