Skip to content

Commit

Permalink
updated to v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Escolar committed Dec 5, 2019
1 parent da8eda0 commit a8c1cdc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.vscode/**
.vscode-test/**
.github/**
node_modules/**
src/**
out/test/**
out/**/*.map
src/**
.gitignore
tsconfig.json
vsc-extension-quickstart.md
webpack.config.js
package-lock.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "vscode-solution-explorer" extension will be documented in this file.

## 0.3.7

Trying to cleanup extension .vsix

## 0.3.6

PR #100 Configurable Line Endings. Thanks to [jesperbjensen](https://github.com/jesperbjensen)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Please report your issues: [vscode-solution-explorer GitHub page](https://github

There is a lot of work to do.

### 0.3.7

Trying to cleanup extension .vsix

### 0.3.6

PR #100 Configurable Line Endings. Thanks to [jesperbjensen](https://github.com/jesperbjensen)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-solution-explorer",
"displayName": "vscode-solution-explorer",
"description": "Visual Studio .sln file explorer for Visual Studio Code",
"version": "0.3.6",
"version": "0.3.7",
"license": "CC-BY-SA-4.0",
"publisher": "fernandoescolar",
"icon": "images/icon.png",
Expand Down

0 comments on commit a8c1cdc

Please sign in to comment.