Skip to content

Commit f5db404

Browse files
committed
Strongly name this assembly
1 parent 4f459d1 commit f5db404

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ TestResult.formatted.xml
66
*.orig
77
.directory
88
packages/*/
9+
.vs/

CSF-Software-OSS.snk

596 Bytes
Binary file not shown.

CSF.Validation/CSF.Validation.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<AssemblyName>CSF.Validation</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<ReleaseVersion>1.0.0</ReleaseVersion>
14+
<SignAssembly>true</SignAssembly>
15+
<AssemblyOriginatorKeyFile>..\CSF-Software-OSS.snk</AssemblyOriginatorKeyFile>
1416
</PropertyGroup>
1517
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1618
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)