.NET Core Project Version Tool
% dotnet tool install dotnet-ver --global
% 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.