Browse Source

Merge pull request #10265 from abpframework/auto-merge/rel-5-0/578

Merge branch dev with rel-5.0
pull/10272/head
Engincan VESKE 5 years ago
committed by GitHub
parent
commit
32910affff
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