Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<PackageTags>F#, argument, commandline, parser</PackageTags>
<!-- NOTE while ReproducibleBuilds/SourceLink derives the same value, other stuff in the FAKE fsx require this explicitly-->
<RepositoryUrl>https://github.com/fsprojects/Argu/</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<PackageProjectUrl>https://fsprojects.github.io/Argu/</PackageProjectUrl>
<!-- fsdocs is SUPPOSED to be able to derive this from RepositoryUrl+RepositoryBranch, but I can't get it to work... -->
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any link to this?
I wonder if this is a config problem or a bug in fsharp.formatting.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<FsDocsSourceRepository>https://github.com/fsprojects/Argu/tree/$(RepositoryBranch)</FsDocsSourceRepository>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Expand All @@ -22,4 +25,4 @@
<FsDocsLicenseLink>https://github.com/fsprojects/Argu/blob/master/LICENSE.md</FsDocsLicenseLink>
<FsDocsReleaseNotesLink>https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
</PropertyGroup>
</Project>
</Project>
Loading