From f94a34d1515f33fece0f066ddb5adb3348beb49e Mon Sep 17 00:00:00 2001 From: H1Gdev Date: Thu, 23 Dec 2021 11:12:57 +0900 Subject: [PATCH] Add Strong Name Signing. --- src/ExCSS.Tests/ExCSS.Tests.csproj | 6 ++++++ src/ExCSS.Tests/ExCSS.Tests.snk | Bin 0 -> 596 bytes src/ExCSS/ExCSS.csproj | 7 +++++++ src/ExCSS/ExCSS.snk | Bin 0 -> 596 bytes src/ExCSS/Properties/AssemblyInfo.cs | 2 +- 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/ExCSS.Tests/ExCSS.Tests.snk create mode 100644 src/ExCSS/ExCSS.snk diff --git a/src/ExCSS.Tests/ExCSS.Tests.csproj b/src/ExCSS.Tests/ExCSS.Tests.csproj index e6c73616..93b36e47 100644 --- a/src/ExCSS.Tests/ExCSS.Tests.csproj +++ b/src/ExCSS.Tests/ExCSS.Tests.csproj @@ -8,6 +8,8 @@ false false false + true + ExCSS.Tests.snk @@ -20,6 +22,10 @@ + + + + diff --git a/src/ExCSS.Tests/ExCSS.Tests.snk b/src/ExCSS.Tests/ExCSS.Tests.snk new file mode 100644 index 0000000000000000000000000000000000000000..056e83660903f542d0b2c030d9c8daf469539d54 GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50097jZD{;>3S>V`=R|sElT%y4A>- z{+bDPV}lC65Omtlf9;h3#}wMr@v0$Z10Lb<%ui0tAyB>g7sml;_R+L`{tVsvvpbgO z#D$SnfZv?XhPg2k=Qb>iyXI%nz&#Kq4qN<+1(>BK{{M;p{tpK0k>#nMCP`r)ClrgfMiHn&)M{ iS`%r5r_uCF(#H(false false false + true + ExCSS.snk + 4.1.3 + + + + diff --git a/src/ExCSS/ExCSS.snk b/src/ExCSS/ExCSS.snk new file mode 100644 index 0000000000000000000000000000000000000000..463621cb5df64a8d2b005e66944a72e2e115de07 GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50096gbEDL0J0uBz;DldPf;s>^Q3C9<*l50u zEg5by^>53Tbn)qP9>_WtwQUeeqp-o|Yf6w+;$0_V>~$#AwG`@@crIcHb>nQwP;(p< zLI8z#3{=5URN`7D;ix`VPreQmm$!D4lHR71!7q`&clQ`tserwg$KQ_r-?+EEww3bJ+Ut$%U>FYLPTnu^3b5r*Qap~!%yWkr)1Zyqnb9D-RsoN`$SpVk# z%1<0m;hHbxjzRiI%BwWdMWE!*f__G)#?Eeb#!`Fwn0-Ga zf-h8&x~Ogm~U?qd&4cyJC}i)G3JAiySEZLexD#NL_fZV@z=rU0T37B zN$^Js8GoDUdcn3?uNx%^ZhtEmTJjZW;-3V^{(X6dMK4@ z>EM7N#K>Gk7BwTEWz!CuLEcq)G@)T~SHsW4+xOLE%KSDZ+%Qc!RO{mEN))$Gy;Q2) iXNyh?*z0*+m(Gx;c$KrCU``jn)nSC7U(PIgLLqQ#eIo1t literal 0 HcmV?d00001 diff --git a/src/ExCSS/Properties/AssemblyInfo.cs b/src/ExCSS/Properties/AssemblyInfo.cs index 0cfad6f3..0b5a9f5d 100644 --- a/src/ExCSS/Properties/AssemblyInfo.cs +++ b/src/ExCSS/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ExCSS")] [assembly: AssemblyTrademark("")] -[assembly: InternalsVisibleTo("ExCSS.Tests")] +[assembly: InternalsVisibleTo("ExCSS.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100816d68fc780a643f4de3d073378928c09d763309e14aec27af5d9ce67f7bdcf824b9e82dbf4edd3d2f833c615aec1365d02d4fcab8997c1e1da83916369fcbe6f6d4574b5744790a3f05e617c5d2e74fc95c28e45ad962457b1535c9e0319e121be5d4d00133751b70408205ece1e8718a87e1829449d4926167e6063d2e06c8")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from