migrating-ravens / RavenMigrations

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

.NET/Semver version strings support #16

Closed lcorneliussen closed 5 years ago

lcorneliussen commented 10 years ago

What about supporting "normal" versions like 1.2.5?

Internally the version could (quite) easily be converted into a long.

dportzline83 commented 9 years ago

We have a pull request that has a new version scheme proposal: #25. Feel free to discuss this there.

dportzline83 commented 9 years ago

I've converted this project to use SemVer for it's nuget package versions. But, I'm curious what benefit you see from applying SemVer to internal database versioning.