1.0.0 - Retagging for new versioning scheme
This release is nothing more than a re-tag of the previous release to be more in-line with the new versioning scheme.
I've been thinking for a while on how I want to make it obvious which version of Cake Cake.ArgumentBinder depends on. What I came up with is the following scheme for versioning that we'll do going forward:
- The major version (x in x.y.z) is the version of cake the library was compiled against. For example, if Cake.ArgumentBinder has a dependency on Cake version 2.0.0, the Cake.ArgumentBinder's version would be 2.y.z.
- The minor version (y in x.y.z) will be incremented when a new feature gets added.
- The patch (z in x.y.z) will be incremented when a bug fix happens.
- We'll try to keep breaking backwards compatibility to a minimum, and only when a new major version of Cake is released.
Soon, 2.0.0 and 3.0.0 of this library will be released, stay tuned!