Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 361 Bytes

File metadata and controls

13 lines (10 loc) · 361 Bytes

Releasing

Versions come from git tags via MinVer. Push a v-prefixed tag and the publish.yml workflow packs and pushes Melosso.DynamicODataToSQL to NuGet.

# New release: tag a version, push to trigger publish
git tag v1.0.0
git push origin v1.0.0

# Version bump: tag the next version to ship changes
git tag v1.0.1
git push origin v1.0.1