Preview Releases

The preview versions are released ~4 weeks before releasing a major or feature version of the ABP Framework. They are released for developers to try and provide feedback to have more stable versions.

Versioning of a preview release is like that:

  • 3.1.0-rc.1
  • 4.0.0-rc.1

More than one preview releases (like 3.1.0-rc.2 and 3.1.0-rc.3) might be published until the stable version (like 3.1.0).

Using the Preview Versions

Update the CLI

Before creating or updating an existing solution make sure to update the CLI to the latest preview version, for example:

dotnet tool update --global Volo.Abp.Cli --version 6.0.0-rc.2
Bash

New Solutions

To create a project for testing the preview version, you can select the "preview" option on the download page or use the "--preview" parameter with the ABP CLI new command:

abp new Acme.BookStore --preview
Bash

This command will create a new project using the latest preview NuGet packages, NPM packages and the solution template. Whenever the stable version is released, you can switch to the stable version for your solution using the abp switch-to-stable command in the root folder of your solution.

Existing Solutions

If you already have a solution and want to use/test the latest preview version, use the following ABP CLI command in the root folder of your solution.

abp switch-to-preview
Bash

You can return back to the latest stable using the abp switch-to-stable command later.

abp switch-to-stable
Bash

Providing Feedback

You can open an issue on the GitHub repository, if you find a bug or want to provide any kind of feedback.

Contributors


Last updated: August 17, 2022 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

Community Talks

Real World Problems and Solutions with AI

27 Feb, 17:00
Online
Watch the Event
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book