Skip to content

Commit 703a60a

Browse files
adding new signing key and signing assembly
1 parent 9bc8ae7 commit 703a60a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

key.snk

596 Bytes
Binary file not shown.

src/GeoJSON.Text/GeoJSON.Text.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
23+
<SignAssembly>true</SignAssembly>
24+
<AssemblyOriginatorKeyFile>../key.snk</AssemblyOriginatorKeyFile>
25+
<DelaySign>false</DelaySign>
2326
</PropertyGroup>
2427

2528
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)