Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-04-28 07:10:42 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-04-28 07:10:42 +0400
commit5e8a2bc0a4d8a89d1e1314a3fe24472801161b09 (patch)
tree8c630a76b40caad293e464b41f9ccc54fd68e1c7 /mcs/class/System.Configuration.Install/Assembly
parent4bcccdc4b271cdd2145fcd0e989f0cf749496b7f (diff)
2004-04-27 Sebastien Pouliot
* AssemblyInfo.cs: Changed public key to msfinal.pub to match MS svn path=/trunk/mcs/; revision=26100
Diffstat (limited to 'mcs/class/System.Configuration.Install/Assembly')
-rw-r--r--mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs b/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
index 71456086222..f36240bbe03 100644
--- a/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
@@ -43,4 +43,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible (false)]
[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../ecma.pub")]
+[assembly: AssemblyKeyFile("../msfinal.pub")]
+