CaduNunes79 / netprofilesmod

Automatically exported from code.google.com/p/netprofilesmod
0 stars 0 forks source link

Setup Files: Google demands version number in setup file name. #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In a first try, I just hard coded the version number in "Output name" of x86 
and x64 configuration each. A better approach should be found to minimize 
maintenance costs of this project.

Original issue reported on code.google.com by hutit...@gmail.com on 8 Jul 2012 at 7:37

GoogleCodeExporter commented 9 years ago
Fixed in branch 0.1.0, Change-set 13b63977fcf894aab5dd9bb5d87c7ca567852548
(Hard coded version)

Original comment by hutit...@gmail.com on 8 Jul 2012 at 7:39

GoogleCodeExporter commented 9 years ago
Fixed in branch 0.1.0, Change-set e72d17041e3161b0935bf675c3e41ce3f4808764

Using two digits in setup file name for each version to avoid following file 
list:

Net Profiles mod - Windows x86 - 0.1.0
Net Profiles mod - Windows x86 - 0.23.0
Net Profiles mod - Windows x86 - 11.1.0
Net Profiles mod - Windows x86 - 11.23.80

It looks better with two digits:

Net Profiles mod - Windows x86 - 00.01.00
Net Profiles mod - Windows x86 - 00.23.00
Net Profiles mod - Windows x86 - 11.01.00
Net Profiles mod - Windows x86 - 11.23.80

Original comment by hutit...@gmail.com on 9 Jul 2012 at 10:11