You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you haven't overridden the pages above, then you don't need to make any additional changes. See [#19418](https://github.com/abpframework/abp/pull/19418) for more information.
31
+
31
32
## Removed `FlagIcon` property from the `ILanguageInfo`
32
33
33
34
The `FlagIcon` property has been removed from the `ILanguageInfo` interface since we removed the flag icon library in the earlier versions from all of our themes and none of them using it now.
@@ -57,11 +58,20 @@ In this version, the Angular UI has been updated to use the Angular version 17.3
57
58
58
59
The **Session Management** feature allows you to prevent concurrent login and manage user sessions.
59
60
60
-
In this version, a new entity called `IdentitySession` has been added to the framework and you should create a new migration and apply it to your database.
61
+
In this version, a new entity called `IdentitySession` has been added to the framework and you need to add new `DbSet<IdentitySession>` to your `DbContext` class if it implements `IIdentityDbContext` interface.
You should also create a new migration and apply it to your database.
61
71
62
72
## Upgraded NuGet Dependencies
63
73
64
-
You can see the following list of NuGet libraries that have been upgraded with this release, if you are using one of these packages explicitly, you may consider upgrading them in your solution:
74
+
You can see the following list of NuGet libraries that have been upgraded with this release, **if you are using one of these packages explicitly**, you may consider upgrading them in your solution, especially **Microsoft.IdentityModel.*** packages:
0 commit comments