From: Griffin C. <gc...@us...> - 2005-01-27 05:22:11
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv503/DotNetMock 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/AssemblyInfo.cs,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** AssemblyInfo.cs 27 Jan 2005 04:40:33 -0000 1.13 --- AssemblyInfo.cs 27 Jan 2005 05:22:03 -0000 1.14 *************** *** 16,18 **** [assembly: AssemblyDelaySign(true)] ! [assembly: AssemblyKeyFile("dotnetmock.key")] --- 16,18 ---- [assembly: AssemblyDelaySign(true)] ! [assembly: AssemblyKeyFile("dotnetmock.public")] |