diff --git a/README.md b/README.md index c71d5e5..906b234 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To enable publishing XML documentation: ## Installation -1. Install Visual Studio Code 1.30.0 or higher +1. Install Visual Studio Code 1.40.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` diff --git a/package.json b/package.json index 1259ef6..99a7084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docomment", - "version": "0.1.18", + "version": "0.1.19", "publisher": "k--kato", "engines": { "vscode": "^1.40.0"