diff --git a/.gitignore b/.gitignore index a433903..368fd53 100644 --- a/.gitignore +++ b/.gitignore @@ -330,3 +330,4 @@ ASALocalRun/ .mfractor/ /nuget/Plugin.Glypher/Temp /nuget/Plugin.Glypher.FontAwesome5Pro/Temp +/nuget/Plugin.Glypher.FontAwesome5Free/Temp diff --git a/nuget/Plugin.Glypher.FontAwesome5Free/Copylibs.ps1 b/nuget/Plugin.Glypher.FontAwesome5Free/Copylibs.ps1 new file mode 100644 index 0000000..19b0d8e --- /dev/null +++ b/nuget/Plugin.Glypher.FontAwesome5Free/Copylibs.ps1 @@ -0,0 +1,10 @@ +Remove-Item ".\Temp\*" -Recurse + +Copy-Item "..\..\scr\Plugin.Glypher.FontAwesome5Free\bin\Release\Plugin.Glypher.FontAwesome5Free.*.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.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.5.8.1.nuspec b/nuget/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.5.8.1.nuspec new file mode 100644 index 0000000..5daee21 --- /dev/null +++ b/nuget/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.5.8.1.nuspec @@ -0,0 +1,27 @@ + + + + Plugin.Glypher.FontAwesome5Free + 5.8.1 + Elvin (Tharindu) Thudugala + ththlk + true + MIT + https://github.com/thudugala/Plugin.Glypher + https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/fontAwesomeIcon.png + This plugin extend support for font-glyphs (font-icons) using FontAwesomeFree in Xamarin.Forms applications. + Check: https://github.com/thudugala/Plugin.Glypher/releases + Copyright © Elvin (Tharindu) Thudugala + android, ios, xamarin, xamarin.forms, font, icon, glyph, fontawesome, free + Xamarin.Forms font-glyphs (font-icons) + + + + + + + + + + + \ No newline at end of file diff --git a/nuget/Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.dll b/nuget/Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.dll new file mode 100644 index 0000000..24ae0cd Binary files /dev/null and b/nuget/Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.dll differ diff --git a/nuget/Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.xml b/nuget/Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.xml new file mode 100644 index 0000000..d3878f5 --- /dev/null +++ b/nuget/Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.xml @@ -0,0 +1,33 @@ + + + + Plugin.Glypher.FontAwesome5Free + + + + + Font Awesome 5 Pro fonts + + + + + Brand font. + + + + + Regular font. + + + + + Solid font. + + + + + Font Awesome Pro 5.8.1 + + + + diff --git a/nuget/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.5.8.1.1.nuspec b/nuget/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.5.8.1.1.nuspec index e5d33b7..1f7cfc8 100644 --- a/nuget/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.5.8.1.1.nuspec +++ b/nuget/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.5.8.1.1.nuspec @@ -2,7 +2,7 @@ Plugin.Glypher.FontAwesome5Pro - 5.8.1 + 5.8.1.1 Elvin (Tharindu) Thudugala ththlk true diff --git a/scr/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.csproj b/scr/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.csproj index 4ec623c..fff837e 100644 --- a/scr/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.csproj +++ b/scr/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.csproj @@ -1,10 +1,45 @@ - + - + netstandard2.0 + $(AssemblyName) ($(TargetFramework)) + en-US + True + true + en + latest + true + + true + Elvin (Tharindu) Thudugala + android, ios, xamarin, xamarin.forms, font, icon, glyph, fontawesome, free + https://github.com/thudugala/Plugin.Glypher + https://github.com/thudugala/Plugin.Glypher + git + MIT + This plugin extend support for font-glyphs (font-icons) using FontAwesomeFree in Xamarin.Forms applications. + https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/fontAwesomeIcon.png + Copyright © Elvin (Tharindu) Thudugala + 5.8.1 + Check: https://github.com/thudugala/Plugin.Glypher/releases + ththlk + + + true + + true + + + true + snupkg + + + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + diff --git a/scr/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj b/scr/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj index c602960..d901083 100644 --- a/scr/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj +++ b/scr/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj @@ -1,7 +1,6 @@  - netstandard2.0 netstandard2.0 $(AssemblyName) ($(TargetFramework)) en-US @@ -21,7 +20,7 @@ This plugin extend support for font-glyphs (font-icons) using FontAwesomePro in Xamarin.Forms applications. https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/fontAwesomeIcon.png Copyright © Elvin (Tharindu) Thudugala - 5.8.1 + 5.8.1.1 Check: https://github.com/thudugala/Plugin.Glypher/releases ththlk