Skip to content

Commit cf707b3

Browse files
committed
chore: create private snk keys
[skip ci]
1 parent fb1c756 commit cf707b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,5 @@ ASALocalRun/
337337
.localhistory/
338338

339339
# BeatPulse healthcheck temp database
340-
healthchecksdb
340+
healthchecksdb
341+
*.snk

src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<RepositoryUrl>https://github.com/doghappy/socket.io-client-csharp</RepositoryUrl>
1111
<RepositoryType>github</RepositoryType>
1212
<PackageTags>socket.io-client</PackageTags>
13+
<SignAssembly>true</SignAssembly>
14+
<AssemblyOriginatorKeyFile>SocketIOClient.Windows7.snk</AssemblyOriginatorKeyFile>
1315
</PropertyGroup>
1416

1517
<ItemGroup>

src/SocketIOClient/SocketIOClient.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<Version>2.2.4</Version>
1717
<PackageReleaseNotes></PackageReleaseNotes>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<SignAssembly>false</SignAssembly>
19+
<SignAssembly>true</SignAssembly>
20+
<AssemblyOriginatorKeyFile>SocketIOClient.snk</AssemblyOriginatorKeyFile>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)