As of ABP CLI v4.0, you can use the following commands to install or update to a specific version of the Suite.
INSTALL SUITE
abp suite install --version 3.3.1
UPDATE SUITE
abp suite update --v 4.0.0-rc.5
what's the last status of this issue?
Hi michael, yes we do know this issue and working to solve it. There'll be RC.5.
closing the issue since the main question has been answered. if you have other questions, you can create a new one.
check out this https://support.abp.io/QA/Questions/560/How-can-I-call-an-ABP-remote-service-method very similar question
can you write the solution for others?
hi,
you can create a new user and use the second user in your 3rd machine.
Hi,
module-pro can be used in app-pro templates. free modules can be used in open-source templates.
this is just a flag to have you programmatically write logical business. for example, you can show a user's public roles in your module. imagine that you are developing a QuestionAnswer module like StackOverflow, and you want to show user's role next to their names. and you create 2 roles : customers and support team. you set "support team" as public so that you can show these guys are from support team. and you don't set "customers" role as public, so that it'll not be written customer next to the customer's name.
this is just a simple flag for developers to build extra logic on top of it. other that, it's not functional in the current application template.
ok. I can reproduce it. the issue will be fixed in the next version (v4)