Skip to content

How to check your versioned changes are working ?

To check the upgrade of a Property, Type or Namespace upgrade.

  1. Before making any changes create an object from the Toolkit that will be upgraded.
  2. Use ToJson to create a JSON string of the object.
  3. Save a copy of that string.
  4. Make changes to the code and add versioning.
  5. Rebuild your Toolkit and the Versioning_Toolkit.
  6. Use ToNewVersion to and verify the output to check the upgrade worked.