Skip to content

Commit 8e0e459

Browse files
committed
Releasing v0.1.3
1 parent 153ab47 commit 8e0e459

File tree

8 files changed

+935
-1184
lines changed

8 files changed

+935
-1184
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
coverage
55
.vscode-test
66
npm-debug.log
7+
obj

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls
2626

2727
language: node_js
2828
node_js:
29-
- "8"
29+
- "10"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.1.3 (Feb 1, 2019)
4+
5+
* enhancement - Upgrade libraries.
6+
* bug fix - Correct minor typo. See [#73](https://github.com/kasecato/vscode-docomment/pull/73).
7+
38
## 0.1.2 (July 11, 2018)
49

510
* enhancement - Add user-controllable options. See [#68](https://github.com/kasecato/vscode-docomment/issues/68).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To enable publishing XML documentation:
7777

7878
## Installation
7979

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

0 commit comments

Comments
 (0)