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

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-10-28 10:00:52 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-10-28 10:00:52 +0400
commit8c672f30b6d90e878ebafeb2e518dec35e92c56a (patch)
treed441d987bf784894fd1a678189e6d94423655e1a
parent3de2256e39187d0975dae8c948c0e981e0cdd0ce (diff)
Use non-broken signing key
-rw-r--r--src/framework/GuiUnit_NET_4_0.csproj4
-rw-r--r--src/framework/GuiUnit_NET_4_5.csproj4
-rw-r--r--src/framework/guiunit.snkbin0 -> 596 bytes
-rwxr-xr-xsrc/framework/nunit.snkbin490 -> 0 bytes
4 files changed, 4 insertions, 4 deletions
diff --git a/src/framework/GuiUnit_NET_4_0.csproj b/src/framework/GuiUnit_NET_4_0.csproj
index 2921274..967e5a2 100644
--- a/src/framework/GuiUnit_NET_4_0.csproj
+++ b/src/framework/GuiUnit_NET_4_0.csproj
@@ -58,7 +58,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
- <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>guiunit.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -368,7 +368,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
- <None Include="nunit.snk" />
+ <None Include="guiunit.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
diff --git a/src/framework/GuiUnit_NET_4_5.csproj b/src/framework/GuiUnit_NET_4_5.csproj
index 2bad514..db9c8ef 100644
--- a/src/framework/GuiUnit_NET_4_5.csproj
+++ b/src/framework/GuiUnit_NET_4_5.csproj
@@ -59,7 +59,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
- <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>guiunit.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -369,7 +369,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
- <None Include="nunit.snk" />
+ <None Include="guiunit.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
diff --git a/src/framework/guiunit.snk b/src/framework/guiunit.snk
new file mode 100644
index 0000000..5bad453
--- /dev/null
+++ b/src/framework/guiunit.snk
Binary files differ
diff --git a/src/framework/nunit.snk b/src/framework/nunit.snk
deleted file mode 100755
index 733af42..0000000
--- a/src/framework/nunit.snk
+++ /dev/null
Binary files differ