diff --git a/.gitignore b/.gitignore
index 3e759b7..fabbd36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -328,3 +328,4 @@ ASALocalRun/
# MFractors (Xamarin productivity tool) working folder
.mfractor/
+/nuget/Plugin.Glypher/Temp
diff --git a/nuget/Plugin.Glypher/Copylibs.ps1 b/nuget/Plugin.Glypher/Copylibs.ps1
new file mode 100644
index 0000000..b495034
--- /dev/null
+++ b/nuget/Plugin.Glypher/Copylibs.ps1
@@ -0,0 +1,10 @@
+Remove-Item ".\Temp\*" -Recurse
+
+Copy-Item "..\..\scr\Plugin.Glypher\bin\Release\Plugin.Glypher.*.nupkg" -Destination '.\Temp\nupkg.zip'
+#Copy-Item "..\scr\Plugin.LocalNotification\bin\Release\Plugin.LocalNotification.*.snupkg" -Destination '.\Temp\snupkg.zip'
+
+Expand-Archive -Path '.\Temp\nupkg.zip' -DestinationPath "Temp\pkg"
+#Expand-Archive -Path '.\Temp\snupkg.zip' -DestinationPath "Temp\spkg"
+
+Copy-Item '.\Temp\pkg\lib\*' -Destination '.\pkglib' -Recurse -ErrorAction SilentlyContinue
+#Copy-Item '.\Temp\spkg\lib\*' -Destination '.\spkglib' -Recurse -ErrorAction SilentlyContinue
\ No newline at end of file
diff --git a/nuget/Plugin.Glypher/Plugin.Glypher.1.0.0.nuspec b/nuget/Plugin.Glypher/Plugin.Glypher.1.0.0.nuspec
new file mode 100644
index 0000000..2d13e9d
--- /dev/null
+++ b/nuget/Plugin.Glypher/Plugin.Glypher.1.0.0.nuspec
@@ -0,0 +1,27 @@
+
+
+
+ Plugin.Glypher
+ 1.0.0
+ Elvin (Tharindu) Thudugala
+ ththlk
+ true
+ MIT
+ https://github.com/thudugala/Plugin.Glypher
+ https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/icon.png
+ This plugin extend support for font-glyphs (font-icons) for Xamarin.Forms applications.
+ Check: https://github.com/thudugala/Plugin.Glypher/releases
+ Copyright © Elvin (Tharindu) Thudugala
+ android, ios, xamarin, xamarin.forms, font, icon, glyph
+ Xamarin.Forms font-glyphs (font-icons)
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nuget/Plugin.Glypher/pkglib/netstandard2.0/Plugin.Glypher.dll b/nuget/Plugin.Glypher/pkglib/netstandard2.0/Plugin.Glypher.dll
new file mode 100644
index 0000000..732f3a9
Binary files /dev/null and b/nuget/Plugin.Glypher/pkglib/netstandard2.0/Plugin.Glypher.dll differ
diff --git a/nuget/Plugin.Glypher/pkglib/netstandard2.0/Plugin.Glypher.xml b/nuget/Plugin.Glypher/pkglib/netstandard2.0/Plugin.Glypher.xml
new file mode 100644
index 0000000..7932413
--- /dev/null
+++ b/nuget/Plugin.Glypher/pkglib/netstandard2.0/Plugin.Glypher.xml
@@ -0,0 +1,91 @@
+
+
+
+ Plugin.Glypher
+
+
+
+
+ Has the Attached Property Glyph for Labels and Buttons
+
+
+
+
+ Glyph Attached Property
+
+
+
+
+ set Glyph
+
+
+
+
+
+
+ get Glyph
+
+
+
+
+
+
+ Internal use only
+
+
+
+
+
+
+
+ Font Image representation.
+
+
+
+
+ Font Family.
+
+
+
+
+ Glyph
+
+
+
+
+ Glyph Name
+
+
+
+
+ Convert Glyph name to GlyphInfo.
+
+
+
+
+
+
+
+ Glyph Register
+
+
+
+
+ Gets the lazily initialized value of the current instance.
+
+
+
+
+ Setup Glyphs
+
+
+
+
+
+ get Glyph by name.
+
+
+
+
+
+