Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.01 KB

RELEASING.md

File metadata and controls

12 lines (10 loc) · 1.01 KB

Releasing

To release an update to the app:

  1. Ensure Nuget is downloaded to your device
  2. If any new dependencies have been added, add them to the Library folder.
  3. Build a release version of the app. Make sure it functions as expected.
  4. Get the properties from the newly created .dll file in bin/Release by right clicking on it and selecting Properties > Details. Use the File version number here to update the DataImport.nuspec file with the latest version. Add a release description as well.
  5. Open a terminal in the working directory of the repo
  6. Run "[Path to Nuget exe]\nuget.exe" pack DataImport.nuspec
  7. If successful, a new .nupkg file will be saved to the project directory. Upload this to Nuget Package Directory.
  8. If necessary, force an update to the XRMToolbox Plugin Tool Library