Skip to content

Commit

Permalink
Adjust package info with icon and license elements
Browse files Browse the repository at this point in the history
This fixes #528
  • Loading branch information
wallymathieu committed Nov 30, 2022
1 parent f323992 commit cfeb0f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
</Description>
<Authors>gusty; wallymathieu</Authors>
<Copyright>2012-2022 Gustavo M. Wild - Oskar Gewalli (and contributors https://github.com/fsprojects/FSharpPlus/graphs/contributors)</Copyright>
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fsprojects/FSharpPlus</PackageProjectUrl>
<PackageIconUrl>https://raw.github.com/fsprojects/FSharpPlus/master/docsrc/files/img/logo.png</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
Expand All @@ -21,6 +22,10 @@
<FsDocsReleaseNotesLink>https://github.com/fsprojects/FSharpPlus/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
<FsDocsLicenseLink>https://github.com/fsprojects/FSharpPlus/blob/master/LICENSE.md</FsDocsLicenseLink>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)/docsrc/content/img/logo.png" Pack="true" PackagePath="\"/>
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

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

0 comments on commit cfeb0f9

Please sign in to comment.