Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
nuget Font Awesome Free 5.8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Apr 30, 2019
1 parent a262dbb commit 9a24a0f
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Plugin.Glypher.FontAwesome5Free</id>
<version>5.8.1.2</version>
<authors>Elvin (Tharindu) Thudugala</authors>
<owners>ththlk</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/thudugala/Plugin.Glypher</projectUrl>
<iconUrl>https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/fontAwesomeIcon.png</iconUrl>
<description>This plugin extend support for font-glyphs (font-icons) using FontAwesomeFree in Xamarin.Forms applications.</description>
<releaseNotes>Check: https://github.com/thudugala/Plugin.Glypher/releases</releaseNotes>
<copyright>Copyright © Elvin (Tharindu) Thudugala</copyright>
<tags>android, ios, xamarin, xamarin.forms, font, icon, glyph, fontawesome, free</tags>
<title>Xamarin.Forms font-glyphs (font-icons)</title>
<repository type="git" url="https://github.com/thudugala/Plugin.Glypher" commit="a262dbb50f5a3ecd258f7bfa05f94eadbc96ba37" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Plugin.Glypher" version="1.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="pkglib\**" target="lib" />
</files>
</package>

0 comments on commit 9a24a0f

Please sign in to comment.