Skip to content

Commit

Permalink
Add Source Link for nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Aug 31, 2022
1 parent 97b6f6e commit 1c63f15
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions net/FlatBuffers/Google.FlatBuffers.csproj
Expand Up @@ -2,8 +2,6 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net46</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageId>Google.FlatBuffers</PackageId>
<Description>A cross-platform memory efficient serialization library</Description>
<PackageVersion>2.0.8-beta.1</PackageVersion>
<Authors>Google LLC</Authors>
Expand All @@ -14,6 +12,8 @@
<PackageIcon>flatbuffers.png</PackageIcon>
<PackageTags>Google;FlatBuffers;Serialization;Buffer;Binary;zero copy</PackageTags>
<Copyright>Copyright 2022 Google LLC</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(UNSAFE_BYTEBUFFER)' == 'true'">
Expand All @@ -31,6 +31,10 @@
<PackageReference Include="System.Memory" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

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

0 comments on commit 1c63f15

Please sign in to comment.