abp icon indicating copy to clipboard operation
abp copied to clipboard

How to create a historical version

Open easy999000 opened this issue 9 months ago • 5 comments

I use Volo.Abp.Studio.Cli, to create projects. My local installation of Volo.Abp.Studio.Cli is version 0.9.23.

I want to create a template project for dotnet 8.0 abp 8.3. How do I create it? I've checked the documentation and tried various parameters, but it doesn't work.

easy999000 avatar Mar 11 '25 07:03 easy999000

@maliming hello can you help me .

i try this abp new apiTest --version 8.3.4 --old -t app -u no-ui -d ef -cs 'Server=192.168.0.200,1433;Database=apitest;User ID=sa;Password=abc123;TrustServerCertificate=true;' -dbms sqlserver but it not work .also .net9.0

easy999000 avatar Mar 12 '25 02:03 easy999000

hi

You can install the 8.x volo.abp.cli

https://www.nuget.org/packages/Volo.Abp.Cli/8.3.4

dotnet tool install --global Volo.Abp.Cli --version 8.3.4

maliming avatar Mar 12 '25 02:03 maliming

hi

You can install the 8.x volo.abp.cli

https://www.nuget.org/packages/Volo.Abp.Cli/8.3.4

dotnet tool install --global Volo.Abp.Cli --version 8.3.4

I must use the old version of cli, the new version of cli doesn't support the specified template version. Is this correct?

easy999000 avatar Mar 12 '25 02:03 easy999000

The new 9.x version will use the latest template, it may not be compatible with 8.x.

You can create it by old cli.

maliming avatar Mar 12 '25 02:03 maliming

This is a terrible experience, I can't find a correspondence between the Abp Cli and the Abp in the documentation(https://abp.io/docs/latest/cli), which only mentions the Cli version and the version differences. By default, I thought that the new version could use -v 8.3.4 to create a solution, but I always created a 9.0 version, and I want to improve the documentation and add version mappings like Abp Studio(https://abp.io/docs/latest/studio/version-mapping).

ViatorLife avatar Apr 26 '25 07:04 ViatorLife

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 26 '25 23:06 stale[bot]