Skip to content

Commit

Permalink
Releasing v0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Oct 29, 2021
1 parent 0a9ab42 commit 74829df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.30 (Oct 30, 2021)

* enhancement - Support Visual Studio Code Web
* upgrade libs

## 0.1.20 (Dec 18, 2020)

* deplicated announcement
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To enable publishing XML documentation:

## Installation

1. Install Visual Studio Code 1.40.0 or higher
1. Install Visual Studio Code 1.61.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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docomment",
"version": "0.1.20",
"version": "0.1.30",
"publisher": "k--kato",
"engines": {
"vscode": "^1.61.0"
Expand Down

0 comments on commit 74829df

Please sign in to comment.