- Clone repo.
- Install local tools with
dotnet tool restore
- Run tests with
dotnet fake build -t Test
- Create packages with
dotnet fake build -t Pack
- Update version in CHANGELOG.md
- Create new commit
- Make a new version tag (for example,
v0.45.0
) - Push changes to the repo.