diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 367a1e2..5b7fa4e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/release/RELEASE_NOTES.md b/release/RELEASE_NOTES.md index 367a1e2..5b7fa4e 100644 --- a/release/RELEASE_NOTES.md +++ b/release/RELEASE_NOTES.md @@ -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 diff --git a/release/package.json b/release/package.json index bab710c..bce8684 100644 --- a/release/package.json +++ b/release/package.json @@ -1,6 +1,6 @@ { "name": "Ionide-Paket", - "version": "1.1.1", + "version": "1.2.0", "publisher": "Ionide", "description": "Paket (alternative NuGet client) Support", "categories":[ @@ -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"