Making the assembly version number independent of the build number for now in order to avoid upgrade conflicts with other components built using a different assembly version.

This commit is contained in:
Juan Carlos Luciani 2007-07-05 23:28:09 +00:00
parent 7cc9385642
commit a5102eb3a8

View File

@ -25,7 +25,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.7.*")]
[assembly: AssemblyVersion("1.7.0.0")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@ -55,3 +55,4 @@ using System.Runtime.CompilerServices;
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("../../AuthToken.snk")]
//[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersionAttribute("1.7.0.0")]