Browse Source

Update Abp-5_0.md

pull/10264/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
832aa92a5b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Migration-Guides/Abp-5_0.md

4
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).

Loading…
Cancel
Save