From 0161ac272120233a360dccc922db37379c126508 Mon Sep 17 00:00:00 2001 From: "ushmut10\\MumlDav" Date: Mon, 28 Nov 2022 13:30:48 -0500 Subject: [PATCH] Signed assemlies with SN key --- .gitignore | 1 + ChangeLog.md | 5 +-- assets/FlatFile.snk | Bin 0 -> 596 bytes nuspecs/FlatFile.Core.Attributes.nuspec | Bin 4206 -> 4252 bytes nuspecs/FlatFile.Core.nuspec | Bin 3460 -> 3492 bytes nuspecs/FlatFile.Delimited.Attributes.nuspec | Bin 4748 -> 4822 bytes nuspecs/FlatFile.Delimited.nuspec | Bin 4024 -> 4070 bytes .../FlatFile.FixedLength.Attributes.nuspec | Bin 4840 -> 4914 bytes nuspecs/FlatFile.FixedLength.nuspec | Bin 4140 -> 4186 bytes nuspecs/FlatFile.nuspec | Bin 2588 -> 2690 bytes .../FlatFile.Benchmark.csproj | 9 ++++ .../FlatFile.Core.Attributes.csproj | 11 +++++ .../Properties/AssemblyInfo.cs | 21 +++++++-- src/FlatFile.Core/FlatFile.Core.csproj | 11 +++++ src/FlatFile.Core/Properties/AssemblyInfo.cs | 42 +++++++++++++++--- .../FlatFile.Delimited.Attributes.csproj | 11 +++++ .../FlatFile.Delimited.csproj | 11 +++++ .../Properties/AssemblyInfo.cs | 7 ++- .../FlatFile.FixedLength.Attributes.csproj | 11 +++++ .../FlatFile.FixedLength.csproj | 11 +++++ .../Properties/AssemblyInfo.cs | 7 ++- src/FlatFile.Tests/FlatFile.Tests.csproj | 9 ++++ src/FlatFile.sln | 22 +++++---- 23 files changed, 166 insertions(+), 23 deletions(-) create mode 100644 assets/FlatFile.snk diff --git a/.gitignore b/.gitignore index 6feb516..456e2ea 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ x64/ build/ [Bb]in/ [Oo]bj/ +.vs/ # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets !packages/*/build/ diff --git a/ChangeLog.md b/ChangeLog.md index 524b7a3..b836096 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,5 @@ # ChangeLog / ReleaseNotes -## Version 0.2.23 +## Version 1.0.0 -* Fixed csv tag in the nuget packages. -* Refactored psake with adding release notes to nuget. \ No newline at end of file +* Signed assemblies with a strong name key \ No newline at end of file diff --git a/assets/FlatFile.snk b/assets/FlatFile.snk new file mode 100644 index 0000000000000000000000000000000000000000..057a0c0a378ec244856dca91996390ec4ff21bfa GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098i;F{}g^phe;5`9O09_*0D7{56jV<+m( zW0w_6adN$09s?({GFbi;rCg8Tx>I-si_}O72|o;=2p5nik~cTX!ZPfCn7G&Rb)b|9~+;a|LBm~8L5|F z`bkk>___32o~P4;*~}MQ&Wn9MI3IT@g&Y1gw7~RUr};bQqwC|r3j*H2-~E7SM;zBZ z(OhUj%!qSm0cvEBZTr8q9s4uDwJ!7p5A(MF8HjmCPbqgbM~cqfmjb5q2(8lbMilJp zCsUPKR`K|c>ZYEn8kz1qa+3N<3gg8(u4HJE5Eu4dS6P@Gumj zgCaqLo=2>r8Cf~^*>QBEo|zU?5SdD9X9jCG^0=Z=tew;CqbIMQwV_22tns#5p}UG% z`PT05EQdwb*#T`>JOw7hXA5`gL_k8RbVj)9*_uEPgbjzlyJ? zt$k9K1X#rhsKff=X-_Fm<=j%SSx)D??_W06W0$K97;1CWFjXI9X-e}4Nloec>)GB>{7|m@2Y4e~!{M+^E2Z&Ci^oMil#6mGL!)or7+|GSw#%R43-R* nn=djhW#xqHp4`jfI@ycEY;qnu$K)^UVi+~0qf=p_B;*%s%{GJ diff --git a/nuspecs/FlatFile.FixedLength.Attributes.nuspec b/nuspecs/FlatFile.FixedLength.Attributes.nuspec index 03fd95c4dd6033c9da0416ba693c02d041c521e7..ad604089333e0ae3ee9170839a56811c25d31d94 100644 GIT binary patch delta 135 zcmaE%x=C%qCSE;;V1`VFbcQ^JRECs^8<(RBOb%x(6is1BWGDkFN@2(WvWggr87vtr iH{WDj%ZjF0lB0Zb9XrQl77j5CnO+PL$IZ_;n79BX2Ozls delta 51 zcmdm__Cj^SrillZO)g<9n7oKlZ1X?H6|9p#a5zlPV0V~o!XW}>n@xVeBDVPhhZ7e7 DOZgPJ diff --git a/nuspecs/FlatFile.FixedLength.nuspec b/nuspecs/FlatFile.FixedLength.nuspec index afb03c5e0d7850ab9aa00a8d8b271f5fc1765f13..a7615b8b2bc4c43b964cc627d0d2f98100b425ce 100644 GIT binary patch delta 87 zcmZ3Za7$sr99}(!V1`VFbcQ^JRECs^vnQeoOx9*B6is1BWGDkFN@2(WvWggr87vtr RH?L(p$%?9Yb1D0F4glmj75xAJ delta 27 lcmV+$0ObGLAgmyeoRO-KlSlz@lXd|Xv(f>?1+%0Fwg{}43zYx> diff --git a/nuspecs/FlatFile.nuspec b/nuspecs/FlatFile.nuspec index a38c1b3a44e4b5b02cfce9af84c4dc8949691d18..94697ddaaab0af4c8b6824104ad012ed6b1f6dd6 100644 GIT binary patch delta 171 zcmbOu(j+>eg;$Rum?4uPogt4Ql_6zfb0wOprompt 4 + + true + + + ..\..\assets\FlatFile.snk + ..\packages\Benchmark.It.1.2.0\lib\BenchmarkIt.dll @@ -101,6 +107,9 @@ + + FlatFile.snk + diff --git a/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj b/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj index 87f339c..cbb8cff 100644 --- a/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj +++ b/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj @@ -86,6 +86,12 @@ 4 bin\$(Configuration)\$(Framework)\$(AssemblyName).XML + + true + + + ..\..\assets\FlatFile.snk + @@ -109,6 +115,11 @@ FlatFile.Core + + + FlatFile.snk + +