chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Correct version of .net assemblies #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The .NET assemblies built for integration with Vulcan should use the same
version number as is defined for the plugin, e.g. 0.9-SNAPSHOT or
something.  However, since the assembly versions must be strictly numeric,
a work around must be found to avoid attempts to inject "SNAPSHOT" into the
version name.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 11 Oct 2007 at 2:03

GoogleCodeExporter commented 9 years ago
Committed r461.

Original comment by chris.eldredge@gmail.com on 12 Oct 2007 at 3:15