Skip to content

Commit

Permalink
Releasing v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Feb 1, 2019
1 parent 153ab47 commit 8e0e459
Show file tree
Hide file tree
Showing 8 changed files with 935 additions and 1,184 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
coverage
.vscode-test
npm-debug.log
obj
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls

language: node_js
node_js:
- "8"
- "10"
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.1.3 (Feb 1, 2019)

* enhancement - Upgrade libraries.
* bug fix - Correct minor typo. See [#73](https://github.com/kasecato/vscode-docomment/pull/73).

## 0.1.2 (July 11, 2018)

* enhancement - Add user-controllable options. See [#68](https://github.com/kasecato/vscode-docomment/issues/68).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To enable publishing XML documentation:

## Installation

1. Install Visual Studio Code 1.25.0 or higher
1. Install Visual Studio Code 1.30.0 or higher
1. Launch Code
1. From the extension view `Ctrl`-`Shift`-`X` (Windows, Linux) or `Cmd`-`Shift`-`X` (macOS)
1. Search and Choose the extension `C# XML Documentation Comments`
Expand Down
Loading

0 comments on commit 8e0e459

Please sign in to comment.