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:
parent
7cc9385642
commit
a5102eb3a8
@ -25,7 +25,7 @@ using System.Runtime.CompilerServices;
|
|||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// 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
|
// 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: AssemblyDelaySign(false)]
|
||||||
//[assembly: AssemblyKeyFile("../../AuthToken.snk")]
|
//[assembly: AssemblyKeyFile("../../AuthToken.snk")]
|
||||||
//[assembly: AssemblyKeyName("")]
|
//[assembly: AssemblyKeyName("")]
|
||||||
|
[assembly: AssemblyFileVersionAttribute("1.7.0.0")]
|
||||||
|
Loading…
Reference in New Issue
Block a user