Upgrade Your Telerik UI for .NET MAUI Version
This article helps you plan an upgrade to a new version of Telerik UI for .NET MAUI by using the Telerik NuGet server.
Preparing to Upgrade
Before upgrading the Telerik UI for .NET MAUI version of your project, get acquainted with the release history of the UI components and the breaking changes that may have been introduced:
- UI for .NET MAUI release history—Reviewing the release notes for all releases you're planning to go through reveals all changes, fixes, new features, and components that have been implemented.
Upgrade Using the Telerik NuGet Server
To upgrade the Telerik UI for .NET MAUI components used in your project:
Make sure that you have a NuGet feed source with the version you want to upgrade to. This is usually the Telerik NuGet Feed (on Windows or MacOS), but you can also use a local feed from the MSI installer or PKG installer or ZIP archive.
Update the version of the
Telerik.UI.for.Maui
package your project references. If you are using a trial version, the package name isTelerik.UI.for.Maui.Trial
.
Upgrade Manually Added Assemblies
You can use a manual installation approach for referencing the required Telerik UI for .NET MAUI assemblies into your solution. In this case, to upgrade the components to a newer version, you need to replace the assemblies with the assemblies from the latest released version of Telerik .NET MAUI.
Upgrade from Trial to Commercial
If you have purchased a license and you need to migrate from the trial package to the licensed commercial version do the following steps:
When using assemblies:
Make sure you have removed the trial version first.
Install the commercial version.
Replace the references in the project.
Clean the solution.
Delete the
bin
andobj
folders where packages and assemblies may be cached.Re-build your project.
Run the application.
When using the Telerik NuGet Feed:
Make sure that you have a NuGet feed source with the version you want to upgrade to. This is usually the Telerik NuGet Feed (on Windows or MacOS), but you can also use a local feed from the MSI installer or PKG installer or ZIP archive.
Replace the reference to the
Telerik.UI.for.Maui.Trial
package in your project with a reference to theTelerik.UI.for.Maui
package. If you are referencing other Telerik trial packages that you now have a license for, remove the.Trial
from the packages names.Clean the solution.
Delete the
bin
andobj
folders where packages and assemblies may be cached.Re-build your project.
Run the application.