Skip to content

Commit

Permalink
Add a README and Icon to the nugets (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Apr 8, 2024
1 parent 62f66e6 commit 6c6c95c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Authors>Microsoft</Authors>
<Owners>Microsoft</Owners>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageIconUrl>https://go.microsoft.com/fwlink/?linkid=2130524</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>xamarin graphics ios android linux windows uwp tvos watchos macos cross-platform skiasharp skiasharp.extended</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -29,6 +29,7 @@
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0.0</AssemblyFileVersion>
<Version>2.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion Condition=" '$(Version)' != '' and '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</PackageVersion>
</PropertyGroup>

Expand All @@ -48,6 +49,8 @@

<ItemGroup>
<None Include="..\..\LICENSE" PackagePath="" Pack="true" />
<None Include="README.md" PackagePath="" Pack="true" />
<None Include="..\..\images\logo.png" PackagePath="" Pack="true" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)'=='Debug' ">
Expand Down
1 change: 1 addition & 0 deletions source/SkiaSharp.Extended.UI.Forms.WPF/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This package adds additional controls to SkiaSharp.Views.Forms.
1 change: 1 addition & 0 deletions source/SkiaSharp.Extended.UI.Forms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This package adds additional SkiaSharp controls to Xamarin.Forms.
1 change: 1 addition & 0 deletions source/SkiaSharp.Extended.UI.Maui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This package adds additional SkiaSharp controls to .NET MAUI.
1 change: 1 addition & 0 deletions source/SkiaSharp.Extended/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This package adds many additional features and utilities for use with SkiaSharp.

0 comments on commit 6c6c95c

Please sign in to comment.