Skip to content

Commit

Permalink
Added Source Link
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-st committed Dec 8, 2022
1 parent eae2a2b commit a41700c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ZstdSharp/ZstdSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<PackageProjectUrl>https://github.com/oleg-st/ZstdSharp</PackageProjectUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageTags>zstd zstandard port compression</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<Version>0.6.5</Version>
</PropertyGroup>

Expand Down Expand Up @@ -43,6 +45,7 @@
</PackageReference>
<PackageReference Include="InlineIL.Fody" Version="1.7.3" PrivateAssets="all" />
<PackageReference Include="InlineMethod.Fody" Version="0.6.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit a41700c

Please sign in to comment.