Skip to content

greatfriends/dotnet-ver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-ver

.NET Core Project Version Tool

How to install

% dotnet tool install dotnet-ver --global

How to use

Help screen

How to update to nuget.org

% dotnet pack --configuration Release --output ./nupkg
% dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json

Assume that we saved the nuget API Key in the NUGET_API_KEY environment variable.