Upgrade
You can upgrade the version of the Telerik UI for ASP.NET Core helpers and also switch from a trial to a developer license.
Upgrading to New Versions
To update Telerik UI for ASP.NET Core to a new version, either:
- Upgrade with NuGet and Bower, or
- Manually replace the references and files.
Using NuGet and Bower
To upgrade the version with NuGet and Bower:
- In Visual Studio, open the NuGet Package Manager on the Installed tab and click Update for the Telerik.UI.for.AspNet.Core package.
- In Visual Studio, open the Bower Package Manager on the Installed tab and click Update for the kendo-ui package.
- In the application, manually replace any references which point to the old Kendo UI resource files such as scripts and styles.
To properly load the Telerik and Kendo UI packages, both NuGet and Bower require authentication.
Upgrading Manually
- Download the desired version from the Download section of your account.
- Replace all scripts, styles, and images that are related to Telerik UI for ASP.NET Core with the desired version of the framework.
- Change the reference to the new
Kendo.MVC
dll and verify that the dll refers to the correct ASP.NET Core version. - In the application, manually replace any references which point to the old Kendo UI resource files such as scripts and styles.
Switching to a Developer License
- Delete (uninstall) the trial version from your machine. This approach will eliminate the possibility for trial assemblies to end up in the project references or in production.
- Install the licensed Kendo UI version and follow the steps for updating the Telerik UI for ASP.NET Core version.