Skip to content

Commit cb3fd2c

Browse files
committed
Sign assembly
1 parent 8bb9f35 commit cb3fd2c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Exceptionless.DateTimeExtensions/Exceptionless.DateTimeExtensions.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<RepositoryUrl>https://github.com/exceptionless/Exceptionless.DateTimeExtensions</RepositoryUrl>
2323
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
2424
</PropertyGroup>
25+
26+
<PropertyGroup Label="Signing">
27+
<SignAssembly>true</SignAssembly>
28+
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
29+
<AssemblyOriginatorKeyFile>..\Exceptionless.snk</AssemblyOriginatorKeyFile>
30+
</PropertyGroup>
2531

2632
<ItemGroup>
2733
<PackageReference Include="SourceLink.Create.GitHub" Version="2.1.2" PrivateAssets="all" />

src/Exceptionless.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)