Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.19 KB

File metadata and controls

13 lines (11 loc) · 1.19 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. If this is a major or minor release, update the version number in AssemblyInfo.cs. Patch numbers are generated automatically with every build.
  4. Build a release version of the app. Make sure it functions as expected.
  5. 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.
  6. Open a terminal in the working directory of the repo
  7. Run "[Path to Nuget exe]\nuget.exe" pack DataImport.nuspec
  8. If successful, a new .nupkg file will be saved to the project directory. Upload this to Nuget Package Directory.
  9. If necessary, force an update to the XRMToolbox Plugin Tool Library