Skip to content

Commit

Permalink
Enable strong naming on the Apache.Arrow C# library.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Mar 13, 2019
1 parent 5c31e1d commit c7a9d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added csharp/ApacheArrow.snk
Binary file not shown.
2 changes: 2 additions & 0 deletions csharp/src/Apache.Arrow/Apache.Arrow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<LangVersion>7.2</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);UNSAFE_BYTEBUFFER;BYTEBUFFER_NO_BOUNDS_CHECK;ENABLE_SPAN_T</DefineConstants>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ApacheArrow.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<!-- AssemblyInfo properties -->
Expand Down

0 comments on commit c7a9d8d

Please sign in to comment.