Upgrading 6.9.5 - Final Code Upgrade

Author:Aaron S.
Last Updated:August 31, 2021 5:59 PM

Overview

The below steps are the final code upgrade. The goal of this section is to ensure that the SDK compiles and all customizations can be built in a package. For specific tips, see the Refactoring Code section

 

Review Refactoring Code section and build preRelease package

  1. Start building projects starting with components and working forward, adding missing references as you run into them until the entire project builds. 
  2. After project builds, build a new package by using the package manager console. When upgrading to v6.9.5 be sure to only build a preRelease package. Upgrades should go to v7 and preRelease indicates the upgrade is still in progress. This will also commit to mercurial and push to master. 
top