Skip to content

Commit e88683f

Browse files
Thomas Cleggtwcclegg
Thomas Clegg
authored andcommitted
add strong name
1 parent 2d3f443 commit e88683f

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

csharp/PhoneNumbers.Extensions/PhoneNumbers.Extensions.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
<AnalysisLevel>5</AnalysisLevel>
2828
</PropertyGroup>
2929

30+
<PropertyGroup>
31+
<SignAssembly>true</SignAssembly>
32+
<AssemblyOriginatorKeyFile>../../key.pfx</AssemblyOriginatorKeyFile>
33+
<PublicSign>true</PublicSign>
34+
</PropertyGroup>
35+
3036
<ItemGroup>
3137
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
3238
</ItemGroup>

csharp/PhoneNumbers/PhoneNumbers.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
<Nullable>enable</Nullable>
3030
</PropertyGroup>
3131

32+
<PropertyGroup>
33+
<SignAssembly>true</SignAssembly>
34+
<AssemblyOriginatorKeyFile>../../key.pfx</AssemblyOriginatorKeyFile>
35+
<PublicSign>true</PublicSign>
36+
</PropertyGroup>
37+
3238
<ItemGroup>
3339
<EmbeddedResource Include="..\..\resources\*.xml" Exclude="..\..\resources\PhoneNumberMetadataForTesting.xml" />
3440
<EmbeddedResource Include="..\..\resources\timezones\map_data.txt" LinkBase="timezones" />

key.pfx

2.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)