migrating-ravens / RavenMigrations

A small migrations framework to help you manage your RavenDB Instance.
MIT License
53 stars 24 forks source link

Increment the version in one place. #26

Closed dportzline83 closed 9 years ago

dportzline83 commented 9 years ago

Support incrementing the version in one place by allowing the nuspec to pick up the version from the assembly info, and letting AppVeyor patch the assembly info as part of the build process.

Add appveyor.yml to the project root. SemVer style version changes should be made the the core_version property in the appveyor.yml.