Skip to content

v7.0.0

Compare
Choose a tag to compare
@Shazwazza Shazwazza released this 09 Jul 03:48
· 33 commits to master since this release

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