Skip to content

Commit ac53d24

Browse files
committed
Remove password from strong naming certificate
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
1 parent 67a94a1 commit ac53d24

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

StrongName.pfx

-1.72 KB
Binary file not shown.

StrongName.snk

596 Bytes
Binary file not shown.

System.IO.Abstractions.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F3BDA62-8052-4C37-97A0-94354AA971B0}"
77
ProjectSection(SolutionItems) = preProject
88
appveyor.yml = appveyor.yml
9-
StrongName.pfx = StrongName.pfx
9+
StrongName.snk = StrongName.snk
1010
EndProjectSection
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHelpers.Tests", "TestHelpers.Tests\TestHelpers.Tests.csproj", "{20B02738-952A-40F5-9C10-E2F83013E9FC}"

System.IO.Abstractions/System.IO.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Company />
88
<Description>A set of abstractions to help make file system interactions testable.</Description>
99
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
10-
<AssemblyOriginatorKeyFile>../StrongName.pfx</AssemblyOriginatorKeyFile>
10+
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
1111
<PackageLicenseUrl>https://github.com/tathamoddie/System.IO.Abstractions/blob/master/License.txt</PackageLicenseUrl>
1212
<PackageProjectUrl>https://github.com/tathamoddie/System.IO.Abstractions</PackageProjectUrl>
1313
<PackageTags>testing</PackageTags>

TestHelpers.Tests/TestHelpers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
99
<Authors>Tatham Oddie</Authors>
1010
<RootNamespace>System.IO.Abstractions.TestingHelpers.Tests</RootNamespace>
11-
<AssemblyOriginatorKeyFile>../StrongName.pfx</AssemblyOriginatorKeyFile>
11+
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
1212
<IsPackable>false</IsPackable>
1313
</PropertyGroup>
1414

TestingHelpers/TestingHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
1010
<Authors>Tatham Oddie</Authors>
1111
<RootNamespace>System.IO.Abstractions.TestingHelpers</RootNamespace>
12-
<AssemblyOriginatorKeyFile>../StrongName.pfx</AssemblyOriginatorKeyFile>
12+
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
1313
<PackageLicenseUrl>https://github.com/tathamoddie/System.IO.Abstractions/blob/master/License.txt</PackageLicenseUrl>
1414
<PackageProjectUrl>https://github.com/tathamoddie/System.IO.Abstractions</PackageProjectUrl>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)