Releases: Kentico/xperience-by-kentico-manager
Releases · Kentico/xperience-by-kentico-manager
v5.0.0 Delete command
- Adds
delete
command which drops the database, deletes project files, and deletes the profile - Adds a new option to
InstallCommand
to use an existing database - Adds
db
parameter toInstallCommand
to only install database - Adds icon and repository link to NuGet package
- Fixes
macro
command not allowing old and new salt simultaneously - Fixes repository link in
HelpCommand
Breaking changes
InstallOptions
separated into 2 files:InstallProjectOptions
andInstallDatabaseOptions
. If you've editedxman.json
to add default values, they will be migrated automatically when upgrading from v4.0.0IWizard.InitSteps
andRun
now accept parameters to determine what steps can be displayed
v4.0.0 Migration to Kentico Organization
This is an initial release under the Kentico organization. This repository has been migrated from a personal account, which has now been archived. Versioning in this repository continues with versioning from the previous tool, so this initial release is set to 4.0.0 although it is the first version under the Kentico organization.
No new features have been added to this release, but users with the previous tool installed should uninstall it and install this version, as the previous tool is no longer maintained:
dotnet tool uninstall Xperience.Xman -g
dotnet tool install Kentico.Xperience.Manager -g