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")]