Skip to content

Commit cfeb0f9

Browse files
committed
Adjust package info with icon and license elements
This fixes #528
1 parent f323992 commit cfeb0f9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Directory.Build.props

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
</Description>
99
<Authors>gusty; wallymathieu</Authors>
1010
<Copyright>2012-2022 Gustavo M. Wild - Oskar Gewalli (and contributors https://github.com/fsprojects/FSharpPlus/graphs/contributors)</Copyright>
11-
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/fsprojects/FSharpPlus</PackageProjectUrl>
13-
<PackageIconUrl>https://raw.github.com/fsprojects/FSharpPlus/master/docsrc/files/img/logo.png</PackageIconUrl>
13+
<PackageIcon>logo.png</PackageIcon>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
1415
<PackageTags>f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags>
1516
<VersionPrefix>1.2.0</VersionPrefix>
1617
<VersionSuffix></VersionSuffix>
@@ -21,6 +22,10 @@
2122
<FsDocsReleaseNotesLink>https://github.com/fsprojects/FSharpPlus/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
2223
<FsDocsLicenseLink>https://github.com/fsprojects/FSharpPlus/blob/master/LICENSE.md</FsDocsLicenseLink>
2324
</PropertyGroup>
25+
<ItemGroup>
26+
<None Include="$(MSBuildThisFileDirectory)/docsrc/content/img/logo.png" Pack="true" PackagePath="\"/>
27+
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath="\"/>
28+
</ItemGroup>
2429

2530
<PropertyGroup>
2631
<RepoRootDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)"))</RepoRootDir>

0 commit comments

Comments
 (0)