Skip to content

Commit 54517ea

Browse files
authored
Fix #277 (#278)
Co-authored-by: John Wostenberg <jwosty@users.noreply.github.com>
1 parent 8cf83db commit 54517ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
<PackageTags>F#, argument, commandline, parser</PackageTags>
1414
<!-- NOTE while ReproducibleBuilds/SourceLink derives the same value, other stuff in the FAKE fsx require this explicitly-->
1515
<RepositoryUrl>https://github.com/fsprojects/Argu/</RepositoryUrl>
16+
<RepositoryBranch>master</RepositoryBranch>
1617
<PackageProjectUrl>https://fsprojects.github.io/Argu/</PackageProjectUrl>
18+
<!-- fsdocs is SUPPOSED to be able to derive this from RepositoryUrl+RepositoryBranch, but I can't get it to work... -->
19+
<FsDocsSourceRepository>https://github.com/fsprojects/Argu/tree/$(RepositoryBranch)</FsDocsSourceRepository>
1720
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1821
</PropertyGroup>
1922

@@ -22,4 +25,4 @@
2225
<FsDocsLicenseLink>https://github.com/fsprojects/Argu/blob/master/LICENSE.md</FsDocsLicenseLink>
2326
<FsDocsReleaseNotesLink>https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
2427
</PropertyGroup>
25-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)