Skip to content

Commit

Permalink
Merge pull request sprache#177 from MagicAndre1981/SourceLink
Browse files Browse the repository at this point in the history
implemented sprache#174
  • Loading branch information
nblumhardt authored Jul 30, 2021
2 parents 2d6dfa8 + 5139af3 commit 3f3d153
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Sprache/Sprache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/sprache/Sprache</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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

<ItemGroup>
<Content Include="../../icon.png" Link="icon.png" Pack="true" PackagePath="/" >
Expand Down

0 comments on commit 3f3d153

Please sign in to comment.