DrewNaylor / UXL-Launcher

An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft.
Apache License 2.0
7 stars 1 forks source link

How to do semantic versioning for UXL Launcher (excluding the Theme Engine) #82

Open DrewNaylor opened 7 years ago

DrewNaylor commented 7 years ago

Since UXL Launcher is a desktop application and it has no API outside of the Theme Engine, semantic versioning doesn't work very well for it. As such, I'm going to base my versioning off the StackOverflow answer below: wp_ss_20170505_0002

I'm going to extend this a little by saying that, if there's a deprecated feature which will be redesigned and will still exist but work better (such as #78 where the 365/MSI checkboxes will be combined), that increments the "minor" number. If it's a deprecated feature which will be removed with no replacement or if the replacement works much differently, the major number will increase.