liulee / gurtle

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

Add revision number to assembly version resource #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should use SubWCRev to add the revision number to the assembly version.
I suggest as the third number.

Not sure since I'm not very familiar with .NET assemblies, but I think this
would require to remove the file src/Gurtle/Properties/AssemblyInfo.cs and
have this file generated with SubWCRev from an AssemblyInfo.cs.tmpl file.

Original issue reported on code.google.com by tortoisesvn on 27 Apr 2009 at 4:44

GoogleCodeExporter commented 9 years ago
I think the installer should also get the version info from SubWCRev.

Best would be to have one file that contains the major.minor version number, 
generate
the full version number from that with SubWCRev and then use that final file in 
the
dll resources and the installer and wherever we need the version info.

Original comment by tortoisesvn on 27 Apr 2009 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by tortoisesvn on 7 May 2009 at 6:09

GoogleCodeExporter commented 9 years ago
Done in r169.

Original comment by tortoisesvn on 7 May 2009 at 7:04