7digital / SevenDigital.Api.Wrapper

A fluent c# wrapper for the 7digital API
MIT License
16 stars 29 forks source link

Removed the code in buildPackage.ps1 that guesses a next version number #219

Closed AnthonySteele closed 9 years ago

AnthonySteele commented 9 years ago

It did this by incrementing the last digit.

So it's more trouble than it's worth. Insist that a version number is specified when running the script.

gregsochanik commented 9 years ago

no probs merging this, the official wiki instructions for releasing a nuget package (https://github.com/7digital/SevenDigital.Api.Wrapper/wiki/Releasing-to-nuget) doesn't rely on this anyway.

It does however require you to manually specify a release number and tie it to a release tag, with some release notes. I'd forgotten about this step, but have now taken care of it