Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 244 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 244 Bytes

C# Styleguide

To publish a new version you need both the dotnet-cli and the nuget-cli installed on your system.

VERSION=1.0.0

./build.sh $VERSION

dotnet nuget push "Notalib.CSharp.Styleguide.$VERSION.nupkg" --source "github";