You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/Development_Info.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,4 +217,23 @@ Specific steps:
217
217
- Fix bgs in the mapping
218
218
- Only use the controller editor for on-off tests where you need to see the modifier state, etc
219
219
- When ready to retest, close tracktor and then save in CMDR
220
+
221
+
222
+
## How to make a new CMDR Release
223
+
224
+
Note: lots of automation opportunities here :)
225
+
226
+
* Raise version number in cmdr/cmdr.Editor/Properties/AssemblyInfo.cs:AssemblyFileVersion
227
+
* Edit docs/development/change_log.md with the new info
228
+
* Recompile code in debug mode
229
+
* send cmdr/cmdr.Editor/bin/Debug/cmdr.exe to virustotal using [this app](https://support.virustotal.com/hc/en-us/articles/115002179065-Desktop-Apps) or
0 commit comments