diff --git a/RavenDB.Identity/RavenDB.Identity.csproj b/RavenDB.Identity/RavenDB.Identity.csproj
index 45ecaff..a757b3c 100644
--- a/RavenDB.Identity/RavenDB.Identity.csproj
+++ b/RavenDB.Identity/RavenDB.Identity.csproj
@@ -15,14 +15,14 @@
Added support for Two Factor auth.
https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md
https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true
- Copyright 2018 BitShuva
+ Copyright 2019 BitShuva
false
false
false
- 4.4.1
+ 5.0.0
False
Raven.Identity
- Implemented IQueryable<TUser>, making it work with 2FA.
+ Now supporting IdentityRole generic param to AddRavenDbIdentity. Using RavenDB.DependencyInjection instead of providing our own .AddRavenDbDocStore() and .AddRavenDbAsyncSession(). Raven.Identity.IdentityUser now better conforms to Microsoft's IdentityUser, which is a breaking change.