OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Implement Semantic Versioning for MyGet feed #26

Closed Andy-Wilkinson closed 10 years ago

Andy-Wilkinson commented 10 years ago

For the Okra alpha feed of NuGet packages on MyGet, use semantic versioning to specify prerelease builds,

i.e. if the stable package is v0.9.7, the alpha feed should show v0.9.8-alpha.1, -alpha.2, etc.

Andy-Wilkinson commented 10 years ago

The build server now adds alpha version after the version number for packages pushed to the MyGet feed.

NB: The format "0.9.8-alpha001" rather than a strict SemVer alpha revision number for compatibility with NuGet.