djp952 / hdhomeruntray

HDHomeRun system tray application for Windows
Other
14 stars 1 forks source link

Change version number generator tool for MAJ.MIN.REV AssemblyVersion #34

Closed djp952 closed 2 years ago

djp952 commented 2 years ago

Marking as a bug since this affects how the .NET settings files are maintained. 'mkversion' is like 12 years old at this point and only uses the MAJOR.MINOR portions of the full version number for AssemblyVersion. Using MAJOR.MINOR.REVISION makes more sense for all my OSS projects at this point and would allow .NET to have different settings files for versions like "0.9.2" and "0.9.3".

djp952 commented 2 years ago

Implemented via: https://github.com/djp952/build-tools/commit/b9630869692098bcf1b784b0708278188c8a9a99 and https://github.com/djp952/hdhomeruntray/commit/2a51ea6b38465e641554bfc758ed70285f5bcd74