Skip to content

Commit

Permalink
Version Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkone committed Jan 17, 2017
1 parent 7ba9ebb commit eb95d9d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ Please have a look here: [GitHub Issues](https://github.com/kirkone/vsts-dnx-tas

### Release Notes

#### Version 0.1.21

- Fixed typo in Build Web Task that messed up warnings in log

#### Version 0.1.20

- Fix for Publish Web not working in Release Management
Expand Down
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.20",
"helpMarkDown": "Version: 0.1.21",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 20
"Patch": 21
},
"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.20",
"helpMarkDown": "Version: 0.1.21",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 20
"Patch": 21
},
"visibility": [
"Build"
Expand Down
4 changes: 2 additions & 2 deletions VSTS.DNX.Tasks.ClearNugetCache/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.ClearNugetCache",
"friendlyName": "DNX Tasks NuGet Clear Cache",
"description": "Clear out the package cache for NuGet.",
"helpMarkDown": "Version: 0.1.20\n## Caution:\nUse this only when you exactly know what you are doing!\n This will clear the package cache and if there are any other build processes running at the same time at the same mashine **very bad things** will happen!",
"helpMarkDown": "Version: 0.1.21\n## Caution:\nUse this only when you exactly know what you are doing!\n This will clear the package cache and if there are any other build processes running at the same time at the same mashine **very bad things** will happen!",
"category": "Package",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 20
"Patch": 21
},
"visibility": [
"Build"
Expand Down
4 changes: 2 additions & 2 deletions VSTS.DNX.Tasks.GenerateChangeLog/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "DNX.Tasks.GenerateChangeLog",
"friendlyName": "DNX Tasks Generate Change Log",
"description": "Generate a markdown file with all changeset for this build.",
"helpMarkDown": "Version: 0.1.20 \nTo use this task **Allow Scripts to Access OAuth Token** has to be enabled in **Options** of this build definition.",
"helpMarkDown": "Version: 0.1.21 \nTo use this task **Allow Scripts to Access OAuth Token** has to be enabled in **Options** of this build definition.",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 20
"Patch": 21
},
"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.20",
"helpMarkDown": "Version: 0.1.21",
"category": "Deploy",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 20
"Patch": 21
},
"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.20",
"helpMarkDown": "Version: 0.1.21",
"category": "Deploy",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 20
"Patch": 21
},
"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.20",
"version": "0.1.21",
"publisher": "kirkone",
"public": true,
"targets": [
Expand Down

0 comments on commit eb95d9d

Please sign in to comment.