Skip to content

Commit

Permalink
Merge pull request #10264 from abpframework/EngincanV/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Oct 7, 2021
2 parents e9c8732 + 832aa92 commit f19ca66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/Migration-Guides/Abp-5_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit f19ca66

Please sign in to comment.