From 2a31e289819e79473efa930777cf0ea727700d42 Mon Sep 17 00:00:00 2001 From: Luk Vermeulen Date: Sat, 4 Jan 2020 11:50:00 +0100 Subject: [PATCH] sign assembly --- Bitbucket.Net.sln | 103 +++++++++++++------------ Bitbucket.Net.snk | Bin 0 -> 596 bytes src/Bitbucket.Net/Bitbucket.Net.csproj | 2 + 3 files changed, 54 insertions(+), 51 deletions(-) create mode 100644 Bitbucket.Net.snk diff --git a/Bitbucket.Net.sln b/Bitbucket.Net.sln index 3943ecc..035e64c 100644 --- a/Bitbucket.Net.sln +++ b/Bitbucket.Net.sln @@ -1,51 +1,52 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28803.156 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitbucket.Net", "src\Bitbucket.Net\Bitbucket.Net.csproj", "{51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CBBC7722-A73C-4504-81D7-E1FB82B851A5}" - ProjectSection(SolutionItems) = preProject - build\build.ps1 = build\build.ps1 - build\test.ps1 = build\test.ps1 - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{778D1009-F274-4E3A-AC8C-D3B357F2DBE1}" - ProjectSection(SolutionItems) = preProject - .gitignore = .gitignore - appveyor.yml = appveyor.yml - global.json = global.json - LICENSE = LICENSE - README.md = README.md - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B7E00533-033F-48D3-A01C-40BD264F245A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitbucket.Net.Tests", "test\Bitbucket.Net.Tests\Bitbucket.Net.Tests.csproj", "{7775DD13-F980-4838-8FE4-6E8B96221298}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Release|Any CPU.Build.0 = Release|Any CPU - {7775DD13-F980-4838-8FE4-6E8B96221298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7775DD13-F980-4838-8FE4-6E8B96221298}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7775DD13-F980-4838-8FE4-6E8B96221298}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7775DD13-F980-4838-8FE4-6E8B96221298}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {7775DD13-F980-4838-8FE4-6E8B96221298} = {B7E00533-033F-48D3-A01C-40BD264F245A} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {06DABD0E-1A16-4B84-9DF3-A1B8E73D18AF} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.156 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitbucket.Net", "src\Bitbucket.Net\Bitbucket.Net.csproj", "{51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CBBC7722-A73C-4504-81D7-E1FB82B851A5}" + ProjectSection(SolutionItems) = preProject + build\build.ps1 = build\build.ps1 + build\test.ps1 = build\test.ps1 + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{778D1009-F274-4E3A-AC8C-D3B357F2DBE1}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + appveyor.yml = appveyor.yml + Bitbucket.Net.snk = Bitbucket.Net.snk + global.json = global.json + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B7E00533-033F-48D3-A01C-40BD264F245A}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitbucket.Net.Tests", "test\Bitbucket.Net.Tests\Bitbucket.Net.Tests.csproj", "{7775DD13-F980-4838-8FE4-6E8B96221298}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Release|Any CPU.Build.0 = Release|Any CPU + {7775DD13-F980-4838-8FE4-6E8B96221298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7775DD13-F980-4838-8FE4-6E8B96221298}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7775DD13-F980-4838-8FE4-6E8B96221298}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7775DD13-F980-4838-8FE4-6E8B96221298}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {7775DD13-F980-4838-8FE4-6E8B96221298} = {B7E00533-033F-48D3-A01C-40BD264F245A} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {06DABD0E-1A16-4B84-9DF3-A1B8E73D18AF} + EndGlobalSection +EndGlobal diff --git a/Bitbucket.Net.snk b/Bitbucket.Net.snk new file mode 100644 index 0000000000000000000000000000000000000000..a5e5104455d746a8e0e279988c7e30e7fb821dae GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50096=4R3(#Q?lK~eC2q=29%X~liKK#teY-X zwDhpKVF-QYQj}B=Ksd|I_)j&dE=QseF+~TS%^7SfW%@?O^0lBvUk6ZADZ1D(G2++? zW6!+V)cASuMC|Z=`Z9xEJERT3L9LR1qMH4X6*m{?q-}CFVX1B?fLE@USlmmy*9En+ z!zk*{pw4~<&2b8Ygg0hDMPQVZ&^F;n(ZECSr-I&Og!$(c4v7u8 zc5uWw`5FFyPtfcW-7Q%2C}U?LtVWOygXEVV+3}%uw0J*@2lvnoP(A*GVzV~R!&BA` z2FV)VBi`j{wH3L-P3|WH6`p=+W3a>h0+EK)y9C9|)DJ5G&=Ns}J4J0o;&F{0nK4K45)M*@i{nFcR}@{h!KWm>XI-P= zRA=)s6z`Z?EY{q+0-DIc6S)f()vJqp6f!r3p3&}ilAlh~U9^qj=cBCGm7 zB~pU!M9;sCW*HE^xB64s8N7|Et5*0Ic`JJ&w{QVW_+eSrAo~VKY<@epS6M8@>oRm` zHQ6Rc@DMV5(g+|x;FCI5;fI`BN;OxUA;znsASt^ZovnVh6xKl&1~@7-U1D~y)cM*Q iVH~5Ktr`QRAdY>@wptF^8y1VxHYX~#+&?O_@v&NMFCa<) literal 0 HcmV?d00001 diff --git a/src/Bitbucket.Net/Bitbucket.Net.csproj b/src/Bitbucket.Net/Bitbucket.Net.csproj index a1b9bee..ecf8012 100644 --- a/src/Bitbucket.Net/Bitbucket.Net.csproj +++ b/src/Bitbucket.Net/Bitbucket.Net.csproj @@ -14,6 +14,8 @@ bitbucket https://i.imgur.com/OsDAzyV.png 7 + true + ..\..\Bitbucket.Net.snk