Skip to content

Commit

Permalink
Added Source Link. Added release notes link to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Sep 11, 2022
1 parent 3dfd047 commit e632cf4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@
<Product>SCFirstOrderLogic</Product>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/sdcondon/SCFirstOrderLogic.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageProjectUrl>https://github.com/sdcondon/SCFirstOrderLogic</PackageProjectUrl>
<PackageReleaseNotes>See https://github.com/sdcondon/SCFirstOrderLogic/releases.</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>2021-2022 Simon Condon</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>

<Version>0.0.0-localbuild+localbuild</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>
4 changes: 4 additions & 0 deletions src/SCFirstOrderLogic/SCFirstOrderLogic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SauceControl.InheritDoc" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit e632cf4

Please sign in to comment.