From: Griffin C. <gc...@us...> - 2005-01-27 05:22:11
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.csUnitNamespace In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv503/DotNetMock.csUnitNamespace Modified Files: AssemblyInfo.cs Log Message: - Updated 'AssemblyInfo' files to delay sign assemblies. - Added public key to delay sign - updated build file to turn off verification when building Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.csUnitNamespace/AssemblyInfo.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AssemblyInfo.cs 27 Jan 2005 04:40:33 -0000 1.5 --- AssemblyInfo.cs 27 Jan 2005 05:22:02 -0000 1.6 *************** *** 12,14 **** [assembly: AssemblyDelaySign(true)] ! [assembly: AssemblyKeyFile("dotnetmock.key")] --- 12,14 ---- [assembly: AssemblyDelaySign(true)] ! [assembly: AssemblyKeyFile("dotnetmock.public")] |