From fd72c374acda4a061c4e7710e6b692033a352aa8 Mon Sep 17 00:00:00 2001 From: Cory Todd Date: Mon, 23 Aug 2021 17:20:25 -0700 Subject: [PATCH] v0.1.4 release --- Walrus.CLI/Walrus.CLI.csproj | 2 +- tools/install_as_tool.ps1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Walrus.CLI/Walrus.CLI.csproj b/Walrus.CLI/Walrus.CLI.csproj index 04f73da..3ca6c5e 100644 --- a/Walrus.CLI/Walrus.CLI.csproj +++ b/Walrus.CLI/Walrus.CLI.csproj @@ -1,7 +1,7 @@ - 0.1.3 + 0.1.4 diff --git a/tools/install_as_tool.ps1 b/tools/install_as_tool.ps1 index fb9cd5a..653d340 100644 --- a/tools/install_as_tool.ps1 +++ b/tools/install_as_tool.ps1 @@ -1,4 +1,5 @@ # https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-use rm ./dist/*.nupkg dotnet pack Walrus.CLI +dotnet tool uninstall --global corytodd.us.walrusc dotnet tool install --global --add-source ./dist corytodd.us.walrusc \ No newline at end of file