Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jul 13, 2016
1 parent 7c41481 commit 8dc3671
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### 1.2.0 - 13.07.2016
* Add Generate Install Scripts command

### 1.1.1 - 27.04.2016
* Fix group support for update and remove
* Fix group support for update and remove

### 1.1.0 - 15.03.2016
* Use local Paket if possible
Expand Down
5 changes: 4 additions & 1 deletion release/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### 1.2.0 - 13.07.2016
* Add Generate Install Scripts command

### 1.1.1 - 27.04.2016
* Fix group support for update and remove
* Fix group support for update and remove

### 1.1.0 - 15.03.2016
* Use local Paket if possible
Expand Down
6 changes: 5 additions & 1 deletion release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ionide-Paket",
"version": "1.1.1",
"version": "1.2.0",
"publisher": "Ionide",
"description": "Paket (alternative NuGet client) Support",
"categories":[
Expand Down Expand Up @@ -87,6 +87,10 @@
},{
"command": "paket.RemovePackageCurrent",
"title": "Paket: Remove NuGet Package (from current project)"
},
{
"command": "paket.GenerateInstallScripts",
"title": "Paket: Generate Install Scripts"
}],
"outputChannels": [
"Paket"
Expand Down

0 comments on commit 8dc3671

Please sign in to comment.