From: Griffin C. <gc...@us...> - 2005-01-27 04:40:42
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23894/DotNetMock Modified Files: AssemblyInfo.cs Log Message: - Added strong naming to assemblies. Used delay signing, so as not to have to distribute the key Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/AssemblyInfo.cs,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** AssemblyInfo.cs 5 Jan 2005 04:29:16 -0000 1.12 --- AssemblyInfo.cs 27 Jan 2005 04:40:33 -0000 1.13 *************** *** 14,15 **** --- 14,18 ---- [assembly: AssemblyVersion("0.7.3.0")] + + [assembly: AssemblyDelaySign(true)] + [assembly: AssemblyKeyFile("dotnetmock.key")] |