Engincan VESKE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
docs/en/Migration-Guides/Abp-5_0.md
|
|
|
@ -42,6 +42,10 @@ To revert back this feature, set `UseAbpClockHandleDateTime = false` in `AbpMong |
|
|
|
services.Configure<AbpMongoDbOptions>(x => x.UseAbpClockHandleDateTime = false); |
|
|
|
``` |
|
|
|
|
|
|
|
## IApiScopeRepository |
|
|
|
|
|
|
|
`GetByNameAsync` method renamed as `FindByNameAsync`. |
|
|
|
|
|
|
|
## Angular UI |
|
|
|
|
|
|
|
See the [Angular UI 5.0 Migration Guide](Abp-5_0-Angular.md). |
|
|
|
|