linq2db / LinqToDB.Identity

ASP.NET Core Identity provider that uses LinqToDB.
https://linq2db.github.io/
MIT License
46 stars 9 forks source link

Breaking changes #9

Closed jogibear9988 closed 7 years ago

jogibear9988 commented 7 years ago

Shouldn't we increase major version on breaking changes? see : http://semver.org

ili commented 7 years ago

Yes from one side... from another they are really tiny and in my mind they are not enough for major release... I'v just removed unnecessary generics... Build will fail but it is 1 minutes to fix.

jogibear9988 commented 7 years ago

yes, but i think people think that they need to change nothing on a dll replacement when only minor versions were changed... i think we should change or strategy to only do non breaking changes if we will not increase major version.

ili commented 7 years ago

ok, you a right! :) we'll follow this in next releases.