From a5102eb3a8508bcf38b64caa8155bb5fd102acea Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Thu, 5 Jul 2007 23:28:09 +0000 Subject: [PATCH] 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. --- .../client/csharp-api/Novell.Casa.Authtoken/AssemblyInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CASA-auth-token/client/csharp-api/Novell.Casa.Authtoken/AssemblyInfo.cs b/CASA-auth-token/client/csharp-api/Novell.Casa.Authtoken/AssemblyInfo.cs index 357705ee..7fc1bb97 100644 --- a/CASA-auth-token/client/csharp-api/Novell.Casa.Authtoken/AssemblyInfo.cs +++ b/CASA-auth-token/client/csharp-api/Novell.Casa.Authtoken/AssemblyInfo.cs @@ -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")]