Bump dotnet-example to 1.0.0

This commit is contained in:
Patrik Svensson 2020-11-03 18:14:41 +01:00
parent a1d11e9d0c
commit be3350a411
3 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ Spectre.Consoleでできることを見るために、
``` ```
> dotnet tool install -g dotnet-example > dotnet tool restore
``` ```
このリポジトリで提供している例が一覧表示されます このリポジトリで提供している例が一覧表示されます

View File

@ -100,7 +100,7 @@ To see Spectre.Console in action, install the
global tool. global tool.
``` ```
> dotnet tool install -g dotnet-example > dotnet tool restore
``` ```
Now you can list available examples in this repository: Now you can list available examples in this repository:

View File

@ -15,7 +15,7 @@
] ]
}, },
"dotnet-example": { "dotnet-example": {
"version": "0.10.0", "version": "1.0.0",
"commands": [ "commands": [
"dotnet-example" "dotnet-example"
] ]