NullableTypes/src/Types/internal AssemblyInfo.cs,1.18,1.19
Status: Inactive
Brought to you by:
lukadotnet
From: \(luKa\) <luk...@us...> - 2004-05-25 22:05:20
|
Update of /cvsroot/nullabletypes/NullableTypes/src/Types/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6035/src/Types/internal Modified Files: AssemblyInfo.cs Log Message: Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/src/Types/internal/AssemblyInfo.cs,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** AssemblyInfo.cs 22 Oct 2003 01:42:11 -0000 1.18 --- AssemblyInfo.cs 25 May 2004 22:05:08 -0000 1.19 *************** *** 18,22 **** [assembly: AssemblyCompany("Luca Minudel")] [assembly: AssemblyProduct("NullableTypes")] // Product Name ! [assembly: AssemblyCopyright("Copyleft © 2003 Luca Minudel, MIT license")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] --- 18,22 ---- [assembly: AssemblyCompany("Luca Minudel")] [assembly: AssemblyProduct("NullableTypes")] // Product Name ! [assembly: AssemblyCopyright("Copyleft © 2003-2004, Luca Minudel, MIT license")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] *************** *** 33,38 **** // by using the '*' as shown below: ! [assembly: AssemblyVersion("1.1.*")] ! [assembly: AssemblyInformationalVersion("1.1.1")] // odd beta version 1.1.* - stable will be 1.2 // // In order to sign your assembly you must specify a key to use. Refer to the --- 33,38 ---- // by using the '*' as shown below: ! [assembly: AssemblyVersion("1.2.*")] ! [assembly: AssemblyInformationalVersion("1.2")] // odd beta version 1.1.* - stable will be 1.2 // // In order to sign your assembly you must specify a key to use. Refer to the |