Cannot find documentation on changes in Volo.Abp.Account.Pro.Public.Application.Contracts #25265
-
|
Hello, We are using Abp in our company with a custom react frontend (this was started before Abp's react module was added). Recently we updated from v10.0.0 to v10.1.1 and there's a new required property UpdateProfileDto.AppName. This caused one of our forms to break, the fix is simple but I wasnt able to find any documentation on when/why this change was made. I would like to know where I can find a PR/Commit/issue/discussion/release for this since the code for this class is not avaiable in this repo and Im not able to use the file as a starting point. only Volo.Abp.Account.Application.Contracts.UpdateProfileDto is available which doesnt have the Property AppName. I have read through the changelog as well as compared 10.0.0 to 10.1.1 and cant find anything that would suggest that this change happened. I would just like to know this as a reference for the future on how/where I can find information about changes on the Pro classes that are not avaiable in this repo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, The Do you have an ABP Commercial license? If so, you can get direct support and detailed information about Pro module changes through the official support forum: 👉 https://abp.io/support/questions The support team there can help you understand the specific change and point you to the relevant release notes. Thanks |
Beta Was this translation helpful? Give feedback.
Hi,
The
UpdateProfileDtowith theAppNameproperty belongs to the ABP Commercial (Pro) package (Volo.Abp.Account.Pro.Public.Application.Contracts), which is not part of the open-source repository. That's why you couldn't find any related PR or commit here.Do you have an ABP Commercial license? If so, you can get direct support and detailed information about Pro module changes through the official support forum:
👉 https://abp.io/support/questions
The support team there can help you understand the specific change and point you to the relevant release notes.
Thanks