Skip to content

Commit

Permalink
Remove password from strong naming certificate
Browse files Browse the repository at this point in the history
Not worried about considering this as trusted; just need a certificate
that people can build with and produces a faux-named package that
people keep asking for
  • Loading branch information
tathamoddie committed Nov 4, 2017
1 parent 67a94a1 commit ac53d24
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file removed StrongName.pfx
Binary file not shown.
Binary file added StrongName.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion System.IO.Abstractions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F3BDA62-8052-4C37-97A0-94354AA971B0}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
StrongName.pfx = StrongName.pfx
StrongName.snk = StrongName.snk
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHelpers.Tests", "TestHelpers.Tests\TestHelpers.Tests.csproj", "{20B02738-952A-40F5-9C10-E2F83013E9FC}"
Expand Down
2 changes: 1 addition & 1 deletion System.IO.Abstractions/System.IO.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Company />
<Description>A set of abstractions to help make file system interactions testable.</Description>
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
<AssemblyOriginatorKeyFile>../StrongName.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
<PackageLicenseUrl>https://github.com/tathamoddie/System.IO.Abstractions/blob/master/License.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/tathamoddie/System.IO.Abstractions</PackageProjectUrl>
<PackageTags>testing</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion TestHelpers.Tests/TestHelpers.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
<Authors>Tatham Oddie</Authors>
<RootNamespace>System.IO.Abstractions.TestingHelpers.Tests</RootNamespace>
<AssemblyOriginatorKeyFile>../StrongName.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion TestingHelpers/TestingHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
<Authors>Tatham Oddie</Authors>
<RootNamespace>System.IO.Abstractions.TestingHelpers</RootNamespace>
<AssemblyOriginatorKeyFile>../StrongName.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
<PackageLicenseUrl>https://github.com/tathamoddie/System.IO.Abstractions/blob/master/License.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/tathamoddie/System.IO.Abstractions</PackageProjectUrl>
</PropertyGroup>
Expand Down

0 comments on commit ac53d24

Please sign in to comment.