Skip to content

Commit

Permalink
Updates the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
matzefriedrich committed Apr 16, 2024
1 parent 1883272 commit 45b79f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet.nugit/dotnet.nugit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/matzefriedrich/dotnet-nugit</RepositoryUrl>
<Title>dotnet nuget</Title>
<Version>0.1.0</Version>
<Version>0.1.0-alpha1.240417.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 45b79f3

Please sign in to comment.