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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala authored Apr 29, 2019
1 parent 93bd8a9 commit 5405e95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<img src="screenshots/icon.png" alt="icon" width="64px" >

[![Build status](https://ci.appveyor.com/api/projects/status/t28ovdlfdb1hmoys?svg=true)](https://ci.appveyor.com/project/tmt242001/plugin-glypher)

# Plugin.Glypher
This plugin extend support for font-glyphs (font-icons) in Xamarin.Forms applications.

# Setup

- `Plugin.Glypher` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher
- `Plugin.Glypher.FontAwesome5Pro` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro
- `Plugin.Glypher.FontAwesome5Free` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free
- `Plugin.Glypher` [![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher/) Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher
- `Plugin.Glypher.FontAwesome5Pro` [![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.FontAwesome5Pro.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro/) Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro
- `Plugin.Glypher.FontAwesome5Free` [![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.FontAwesome5Free.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free/) Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free

`Plugin.Glypher` is not required to be reference if using any other package.
- Install selected nuget(s) into any .NET Standard 2.0 projects required for your app. Do not install in platform-specific projects
Expand Down

0 comments on commit 5405e95

Please sign in to comment.