v7.0.0
This release makes the UmbracoIdentity package compatible with Umbraco 8.0.0.
Everything should work just like it did before and if you are migrating from Umbraco v7 to v8, this UmbracoIdentity package should 'just work' for you too and all of the data in the ExternalLogins table will be retained.
Install via Nuget:
Install-Package UmbracoIdentity
or just the DLLs:
Install-Package UmbracoIdentity.Core
Upgrade instructions
Upgrade via Nuget:
Update-Package UmbracoIdentity
or if you've only installed the the DLLs:
Update-Package UmbracoIdentity.Core