Skip to content

Commit

Permalink
Fixed #23
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkone committed Feb 23, 2017
1 parent 6041880 commit 30eddc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ Please have a look here: [GitHub Issues](https://github.com/kirkone/vsts-dnx-tas

### Release Notes

#### Version 0.1.25

- Fixed [Issue 23](https://github.com/kirkone/vsts-dnx-tasks/issues/23) Thanks to Tankatronic

#### Version 0.1.24

- Fixed an error in the "Add Virtual Application" Task
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.23",
"helpMarkDown": "Version: 0.1.24",
"category": "Build",
"author": "Kirsten Kluge",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 23
"Patch": 24
},
"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.24",
"version": "0.1.25",
"publisher": "kirkone",
"public": true,
"targets": [
Expand Down

0 comments on commit 30eddc1

Please sign in to comment.