NullableTypes/src/Tests AssemblyInfo.cs,1.11,1.12
Status: Inactive
Brought to you by:
lukadotnet
From: \(luKa\) <luk...@us...> - 2005-10-30 13:30:55
|
Update of /cvsroot/nullabletypes/NullableTypes/src/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24207/src/Tests Modified Files: AssemblyInfo.cs Log Message: Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/src/Tests/AssemblyInfo.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** AssemblyInfo.cs 12 Feb 2005 03:44:34 -0000 1.11 --- AssemblyInfo.cs 30 Oct 2005 13:30:42 -0000 1.12 *************** *** 29,33 **** [assembly: AssemblyVersion("1.3.*")] ! [assembly: AssemblyInformationalVersion("1.3.0")] // odd beta version 1.1.* - stable will be 1.2 // --- 29,33 ---- [assembly: AssemblyVersion("1.3.*")] ! [assembly: AssemblyInformationalVersion("1.3.1")] // odd beta version 1.1.* - stable will be 1.2 // *************** *** 60,64 **** [assembly: AssemblyKeyFile("")] #else ! [assembly: AssemblyKeyFile("..\\..\\snk\\NullableTypes.snk")] #endif [assembly: AssemblyKeyName("")] --- 60,64 ---- [assembly: AssemblyKeyFile("")] #else ! [assembly: AssemblyKeyFile("E:\\_nullabletypes\\snk\\NullableTypes.snk")] #endif [assembly: AssemblyKeyName("")] |