From 45b79f353546b2c47b679768ee36d5b77823c4c1 Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:35:29 +0200 Subject: [PATCH] Updates the package version --- README.md | 2 +- src/dotnet.nugit/dotnet.nugit.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c53a68..c78f87a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ dotnet pack src/dotnet.nugit/dotnet.nugit.csproj --configuration Release -o ./ Install the tool from the package by running the `dotnet tool install` command in the dotnet.nugit project folder: ````bash -$ dotnet tool install --global ./build/dotnet.nugit.0.1.0.nupkg +$ dotnet tool install --global ./build/dotnet.nugit.0.1.0-alpha1.240417.1.nupkg ```` Once installed, the tool can be invoked by the `dotnet nugit` command; see the next section for a list of supported commands: diff --git a/src/dotnet.nugit/dotnet.nugit.csproj b/src/dotnet.nugit/dotnet.nugit.csproj index adceace..2868379 100644 --- a/src/dotnet.nugit/dotnet.nugit.csproj +++ b/src/dotnet.nugit/dotnet.nugit.csproj @@ -20,7 +20,7 @@ git https://github.com/matzefriedrich/dotnet-nugit dotnet nuget - 0.1.0 + 0.1.0-alpha1.240417.1