Skip to content

Commit

Permalink
[COMMIT] The proj files have been updated to enable SourceLink [Strin…
Browse files Browse the repository at this point in the history
…gDB.Ceras.csproj]
  • Loading branch information
JTOne123 committed Jun 25, 2020
1 parent 2027423 commit 93bc94a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions addons/StringDB.Ceras/StringDB.Ceras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Updated Ceras to 4.0.38 &amp; use StringDB 10.0.2</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<PackageReference Include="Ceras" Version="4.0.40" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.1" PrivateAssets="all" />
Expand Down

0 comments on commit 93bc94a

Please sign in to comment.