diff --git a/docs/en/Migration-Guides/Abp-5_0.md b/docs/en/Migration-Guides/Abp-5_0.md index 83d8ad62c0..2dc880be3b 100644 --- a/docs/en/Migration-Guides/Abp-5_0.md +++ b/docs/en/Migration-Guides/Abp-5_0.md @@ -42,6 +42,10 @@ To revert back this feature, set `UseAbpClockHandleDateTime = false` in `AbpMong services.Configure(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).