Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 408 Bytes

File metadata and controls

18 lines (10 loc) · 408 Bytes

Enum to class generator

Version management

Add git tag with new version number:

git tag v1.0.3

If you are building packages on github, then push the tag: git push --tags The Release.yml workflow will build, test and publish package to nuget.

Build using release configuration:

dotnet build -c Release

The build command will also generate nuget package with the version eqal to the tag.