From be3350a4119d924e9b769c29c48a0479dcedc5e8 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Tue, 3 Nov 2020 18:14:41 +0100 Subject: [PATCH] Bump dotnet-example to 1.0.0 --- README.jp.md | 2 +- README.md | 2 +- dotnet-tools.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.jp.md b/README.jp.md index ebd5970..5047304 100644 --- a/README.jp.md +++ b/README.jp.md @@ -88,7 +88,7 @@ Spectre.Consoleでできることを見るために、 ``` -> dotnet tool install -g dotnet-example +> dotnet tool restore ``` このリポジトリで提供している例が一覧表示されます diff --git a/README.md b/README.md index 2452830..62790c8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ To see Spectre.Console in action, install the global tool. ``` -> dotnet tool install -g dotnet-example +> dotnet tool restore ``` Now you can list available examples in this repository: diff --git a/dotnet-tools.json b/dotnet-tools.json index 72ca7f2..b1854bc 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "dotnet-example": { - "version": "0.10.0", + "version": "1.0.0", "commands": [ "dotnet-example" ]