Skip to content

Commit

Permalink
Updating maj/min version nums
Browse files Browse the repository at this point in the history
  • Loading branch information
colindembovsky committed Apr 21, 2017
1 parent 687e021 commit 0a95ef2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Tasks/CoverageGate/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"version": {
"Major": "1",
"Minor": "0",
"Minor": "2",
"Patch": "9"
},
"minimumAgentVersion": "1.91.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DacPacReport/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"version": {
"Major": "1",
"Minor": "1",
"Minor": "2",
"Patch": "31"
},
"minimumAgentVersion": "1.91.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ReplaceTokens/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"version": {
"Major": "1",
"Minor": "0",
"Minor": "2",
"Patch": "26"
},
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/Tokenizer/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"version": {
"Major": "1",
"Minor": "0",
"Minor": "2",
"Patch": "27"
},
"minimumAgentVersion": "1.91.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VersionAssemblies/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"demands": [],
"version": {
"Major": "2",
"Minor": "0",
"Minor": "2",
"Patch": "34"
},
"minimumAgentVersion": "1.91.0",
Expand Down
4 changes: 2 additions & 2 deletions extension-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ This extension contains helpful build and release Tasks.

![Build Status](https://colinsalmcorner.visualstudio.com/_apis/public/build/definitions/34532943-412e-4dac-b314-a87833e22dd8/22/badge)

### 1.1.115
### 1.1.116
- No task updates, but lots of internal work
- Updated manifest to include link to Github repo and build badge
- Updated node packages
- Refactored tests to remove mock-fs dependency
- Removed gulp and moved to npm (yarn) scripts
- Fixed test coverage reporting
- Bumped major version numbers for ReplaceTokens, Tokenizer and CoverageGate
- Bumped major/minor version numbers

### 1.1.86
- Tokenizer now supports [tokenizing arrays](https://github.com/colindembovsky/cols-agent-tasks/pull/51) within a json file.
Expand Down

0 comments on commit 0a95ef2

Please sign in to comment.