Skip to content

Commit

Permalink
Update package properties to adhere to some best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored and alfonsogarciacaro committed May 14, 2021
1 parent caa715f commit 62cc624
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Binary file added fable_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@
<PropertyGroup>
<PackageProjectUrl>http://fable.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/fable-compiler/Fable.git</RepositoryUrl>
<PackageLicense>https://raw.githubusercontent.com/fable-compiler/Fable/master/LICENSE</PackageLicense>
<PackageIconUrl>https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>fable_logo.png</PackageIcon>
<PackageTags>fsharp;fable;javascript;f#;js</PackageTags>
<Authors>Alfonso García-Caro Núñez</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<!-- For SourceLink. See: https://github.com/dotnet/sourcelink#using-source-link-in-net-projects -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\fable_logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 62cc624

Please sign in to comment.