To release an update to the app:
- Ensure Nuget is downloaded to your device
- If any new dependencies have been added, add them to the Library folder.
- Build a release version of the app. Make sure it functions as expected.
- 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.
- Open a terminal in the working directory of the repo
- Run
"[Path to Nuget exe]\nuget.exe" pack DataImport.nuspec
- If successful, a new .nupkg file will be saved to the project directory. Upload this to Nuget Package Directory.
- If necessary, force an update to the XRMToolbox Plugin Tool Library