Added a logo to the package.

This commit is contained in:
Juha Ristolainen 2017-03-17 18:10:30 +00:00
parent c2eea18719
commit 8001217d15
5 changed files with 18 additions and 3 deletions

View File

@ -3,5 +3,15 @@ All notable changes to the "code-stats-vscode" extension will be documented in t
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [Unreleased] ### 1.0.0
- Initial release
Initial release of code-stats-vscode
### 1.0.1
Added the missing github information to package.json
Added the .vsix installation package as well.
### 1.0.2
Added a logo for the extension.

View File

@ -27,6 +27,10 @@ Initial release of code-stats-vscode
Added the missing github information to package.json Added the missing github information to package.json
Added the .vsix installation package as well. Added the .vsix installation package as well.
### 1.0.2
Added a logo for the extension.
### For more information ### For more information
* [Github repository](https://github.com/riussi/code-stats-vscode) * [Github repository](https://github.com/riussi/code-stats-vscode)

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -2,8 +2,9 @@
"name": "code-stats-vscode", "name": "code-stats-vscode",
"displayName": "Code::Stats", "displayName": "Code::Stats",
"description": "Code::Stats package for Visual Studio Code", "description": "Code::Stats package for Visual Studio Code",
"version": "1.0.1", "version": "1.0.2",
"publisher": "juha-ristolainen", "publisher": "juha-ristolainen",
"icon": "logo.png",
"repository": { "repository": {
"type": "github", "type": "github",
"url": "https://github.com/riussi/code-stats-vscode" "url": "https://github.com/riussi/code-stats-vscode"