Added a static compatibleVersion string that represents the compatible version. The loadedversion string of the project is compared to the compatible version to check whether the project is up to date otherwise the necessary version changes are added and the project version is updated.
The performVersionMigration method can be updated to include loading data or modifying the project structure as needed.
Added a static
compatibleVersion
string that represents the compatible version. Theloadedversion
string of the project is compared to the compatible version to check whether the project is up to date otherwise the necessary version changes are added and the project version is updated.The
performVersionMigration
method can be updated to include loading data or modifying the project structure as needed.