Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Prepare Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitbohra committed Dec 31, 2017
1 parent 5cf819d commit b1ebf6c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
.vsix
*.vsix
vsc-extension-quickstart.md
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.gitignore
vsc-extension-quickstart.md
images/icon.gvdesign
images/icon-github.gvdesign
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log
All notable changes to the "vscode-powerpack" extension pack will be documented in this file.

## v1.0.0 - 2017-12-2017
## v1.0.3 - 2017-12-31
- Readme typo fixes
- vscodeignore updated to exclude graphics source files

## v1.0.2 - 2017-12-31
- MarketPlace branding

## v1.0.1 - 2017-12-31
- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--------------------
Extension pack to add awesomeness to visual studio code.

Installs following extensions to enhance you workflow.
Installs following extensions to enhance your workflow.

- Sublime keybindings: Use sublime keymaps
- EditorConfig: Support for .editorconfig
Expand All @@ -31,6 +31,6 @@ Installs following extensions to enhance you workflow.
-----------
vscode Powerpack is open-sourced software licensed under the [GPL 3.0 license](LICENSE.md)

**Change Log**
**Changelog**
----------
For details [view changelog](CHANGELOG.md)
Binary file modified images/icon-github.gvdesign
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "vscode-powerpack",
"displayName": "VSCODE PowerPack",
"displayName": "PowerPack",
"description": "Add awesomeness to vscode",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "lubus",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#D9ECF8",
"theme": "light"
},
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/lubusIN/vscode-powerpack/blob/master/README.md",
"homepage": "https://github.com/lubusIN/vscode-powerpack",
"bugs": {
"url": "https://github.com/lubusIN/vscode-powerpack/issues",
"email": "[email protected]"
Expand Down

0 comments on commit b1ebf6c

Please sign in to comment.