Skip to content

Commit

Permalink
Add Strong Name signing of Google.FlatBuffers
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Aug 31, 2022
1 parent fe0565b commit 9c5e50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion net/FlatBuffers/Google.FlatBuffers.csproj
Expand Up @@ -14,6 +14,9 @@
<Copyright>Copyright 2022 Google LLC</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>flatbuffers.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>

<PropertyGroup Condition="'$(UNSAFE_BYTEBUFFER)' == 'true'">
Expand All @@ -36,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<None Include ="..\..\LICENSE.txt" Pack="true" PackagePath="" />
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
<None Include="flatbuffers.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
Binary file added net/FlatBuffers/flatbuffers.snk
Binary file not shown.

0 comments on commit 9c5e50f

Please sign in to comment.