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

Commit

Permalink
adding font Awesome 5.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Aug 4, 2019
1 parent 1d1877e commit 65cd892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Source/Plugin.Glypher.FontAwesome5Pro/GlyphFont.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ protected GlyphFont()
{
case Device.Android:
Brand = "Font Awesome 5 Brands-Regular-400.otf#Font Awesome 5 Brands Regular";
Duotone = "Font Awesome 5 Duotone-Solid-900.otf#Font Awesome 5 Duotone-Solid";
Light = "Font Awesome 5 Pro-Light-300.otf#Font Awesome 5 Pro Light";
Regular = "Font Awesome 5 Pro-Regular-400.otf#Font Awesome 5 Pro Regular";
Solid = "Font Awesome 5 Pro-Solid-900.otf#Font Awesome 5 Pro Solid";
Duotone = "Font Awesome 5 Duotone-Solid-900.otf#Font Awesome 5 Duotone-Solid";
break;

case Device.iOS:
Brand = "FontAwesome5Brands-Regular";
Duotone = "FontAwesome5Duotone-Solid";
Light = "FontAwesome5Pro-Light";
Regular = "FontAwesome5Pro-Regular";
Solid = "FontAwesome5Pro-Solid";
Duotone = "FontAwesome5Duotone-Solid";
break;
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,12 @@
<Description>This plugin extend support for font glyphs (font icons) using FontAwesomePro in Xamarin.Forms applications.</Description>
<PackageIconUrl>https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/fontAwesomeIcon.png</PackageIconUrl>
<Copyright>Copyright © Elvin (Tharindu) Thudugala</Copyright>
<Version>5.9.0.1</Version>
<Version>5.10.0</Version>
<PackageReleaseNotes>Check: https://github.com/thudugala/Plugin.Glypher/releases </PackageReleaseNotes>
<owners>ththlk</owners>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>

<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down

0 comments on commit 65cd892

Please sign in to comment.