Updating to new versions
Upgrading Relatude to a new version if a very simple process that takes only a few minutes. Usually there are no breaking changes.
Steps to update Relatude
- Open the project in Visual Studio
- Right click on "Dependencies", and select "Manage NuGet packages":
- Click on the Relatude.Core NuGet package to see the updates to Relatude:
- Select the version you want to update to from the Version dropdown, and click the Update button:
- After the Nuget package installation is finished, open the "Content.definition" file and save it to trigger a regeneration of the C# datamodel.
- Run the solution and verify that the new version works
NB! The administration interface is automatically updated to the latest version each time it is loaded.