brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

Bump to 9.0.0 for all projects #694

Closed wwuck closed 7 years ago

wwuck commented 7 years ago

Fixes #693

brockallen commented 7 years ago

Ask @christianacca about this

ccrowhurstram commented 7 years ago

Hi @tomascassidy, what's the motivation for bumping all the libraries? I'm sure there are good reasons, but technically I don't think it's required.

wwuck commented 7 years ago

There was a breaking change in the MembershipReboot package for 9.0.0 changing GetCurentPrincipal to GetCurrentPrincipal. The other packages just need to be recompiled to be compatible with that naming change and bumping the version number seemed the easiest option.

The current situation is described in #693 where the MembershipReboot 9.0.0 package is not compatible with MembershipReboot.Webhost 7.1.0.

brockallen commented 7 years ago

Ah ok -- sorry, I had forgotten about the rename issue. I'll try to get these to nuget soon.

apuchkov commented 7 years ago

Just checking when BrockAllen.MembershipReboot.Ef version 9.0.0 nuget will be published. Thanks

brockallen commented 7 years ago

I think I just successfully pushed them -- please test? Thx

apuchkov commented 7 years ago

I see a new version on nuget. Thanks for a quick turnaround!