Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlowe committed Sep 20, 2018
1 parent 2063250 commit fb79eac
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 44 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

# 1.6.3 (September, 20, 2018)
- Fix: CSApplication icon is now used for .csproj file extensions instead of file name.

# 1.6.2 (April 20, 2018)
- Feature: Adding .s file to Assembler icon.

Expand Down
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "vscode-icon-theme",
"displayName": "Studio Icons",
"description": "Featuring official icons from the Visual Studio Image Library. Optimized to work well for dark, light, and high contrast themes.",
"version": "1.6.2",
"publisher": "jtlowe",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Themes"
],
"contributes": {
"iconThemes": [
{
"id": "vscode-icon-theme",
"label": "Studio Icons",
"path": "fileicons/studio-icons.json"
}
]
},
"keywords": [
"icons",
"theme",
"icon-theme",
"customization"
],
"homepage": "https://github.com/jtlowe/studio-icons/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/jtlowe/studio-icons.git"
},
"bugs": {
"url": "https://github.com/jtlowe/studio-icons/issues"
},
"icon": "images/logo.png",
"galleryBanner": {
"color": "#e0e0e0",
"theme": "light"
},
"dependencies": {
"gulp": "^3.9.1"
}
}
"name": "vscode-icon-theme",
"displayName": "Studio Icons",
"description": "Featuring official icons from the Visual Studio Image Library. Optimized to work well for dark, light, and high contrast themes.",
"version": "1.6.3",
"publisher": "jtlowe",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Themes"
],
"contributes": {
"iconThemes": [
{
"id": "vscode-icon-theme",
"label": "Studio Icons",
"path": "fileicons/studio-icons.json"
}
]
},
"keywords": [
"icons",
"theme",
"icon-theme",
"customization"
],
"homepage": "https://github.com/jtlowe/studio-icons/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/jtlowe/studio-icons.git"
},
"bugs": {
"url": "https://github.com/jtlowe/studio-icons/issues"
},
"icon": "images/logo.png",
"galleryBanner": {
"color": "#e0e0e0",
"theme": "light"
},
"dependencies": {
"gulp": "^3.9.1"
}
}

0 comments on commit fb79eac

Please sign in to comment.