Skip to content

Commit

Permalink
Update icon and nuget metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierlasinski committed Oct 11, 2019
1 parent 03fcc45 commit 07cb406
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file modified Assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions MagicGradients/MagicGradients.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0-pre1</Version>
<Version>1.0.0</Version>
<Authors>Marcin Gierlasiński, Bohdan Benetskyi and Contributors</Authors>
<Product>Magic Gradients</Product>
<Description>Draw breathtaking backgrounds in you Xamarin.Forms application. It's a kind of magic. Powered by SkiaSharp.</Description>
<Description>Draw breathtaking backgrounds in your Xamarin.Forms application. It's a kind of magic. Powered by SkiaSharp.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/mgierlasinski/MagicGradients/</PackageProjectUrl>
<PackageTags>gradients;linear;radial;skiasharp;xamarin;forms;android;ios;uwp</PackageTags>
<PackageTags>magic;gradients;linear;radial;skiasharp;xamarin;forms;android;ios;uwp</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/mgierlasinski/MagicGradients/master/Assets/icon.png</PackageIconUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ linear-gradient(0deg, blue, green 40%, red);
```

---
<div>Icons made by <a href="https://www.flaticon.com/authors/pause08" title="Pause08">Pause08</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/icongeek26" title="Icongeek26">Icongeek26</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>

0 comments on commit 07cb406

Please sign in to comment.