GreanTech / AtomEventStore

A server-less .NET Event Store based on the Atom syndication format
MIT License
117 stars 14 forks source link

Incremented minor version, #47

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

in order to indicate that the introduction of the IContentSerializer and the XmlContentSerializer class is most definitely a new feature. Actually, the addition of IContentSerializer to the constructor of AtomEventStream is a breaking change, but according to Semantic Versioning 2.0.0, since AtomEventStore is still in the major version 0 range, anything can change without further notice.

The reason for incrementing the version now is that, based on discussions today with Mikkel Christensen, parts of this library faces a largish refactoring, and I think it's a good idea to have a 'released' version before this work starts.