Skip to content

Commit

Permalink
v0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
corytodd committed Aug 24, 2021
1 parent a585822 commit fd72c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Walrus.CLI/Walrus.CLI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<SemVer>0.1.3</SemVer>
<SemVer>0.1.4</SemVer>
<Suffix></Suffix>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions tools/install_as_tool.ps1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fd72c37

Please sign in to comment.