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

Commit

Permalink
adding Plugin.Glypher.FontAwesome5Free nuget 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Apr 29, 2019
1 parent 4dabc97 commit b5a9cc4
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,4 @@ ASALocalRun/
# MFractors (Xamarin productivity tool) working folder
.mfractor/
/nuget/Plugin.Glypher/Temp
/nuget/Plugin.Glypher.FontAwesome5Pro/Temp
10 changes: 10 additions & 0 deletions nuget/Plugin.Glypher.FontAwesome5Pro/Copylibs.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Remove-Item ".\Temp\*" -Recurse

Copy-Item "..\..\scr\Plugin.Glypher.FontAwesome5Pro\bin\Release\Plugin.Glypher.FontAwesome5Pro.*.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
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.FontAwesome5Pro</id>
<version>5.8.1</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 FontAwesomePro 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, pro</tags>
<title>Xamarin.Forms font-glyphs (font-icons)</title>
<repository type="git" url="https://github.com/thudugala/Plugin.Glypher" commit="97355590462a789e542243267f22e116c132d738" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Xamarin.Forms" version="3.6.0.344457" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="pkglib\**" target="lib" />
</files>
</package>
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Plugin.Glypher\Plugin.Glypher.csproj" />
<PackageReference Include="Plugin.Glypher" Version="1.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Elvin (Tharindu) Thudugala</Authors>
<PackageTags>android, ios, xamarin, xamarin.forms, font, icon, glyph, fontawesome, pro</PackageTags>
<PackageProjectUrl>https://github.com/thudugala/Plugin.Glypher</PackageProjectUrl>
<RepositoryUrl>https://github.com/thudugala/Plugin.Glypher</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<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.8.1</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>
Expand All @@ -28,10 +41,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Plugin.Glypher\Plugin.Glypher.csproj" />
<PackageReference Include="Plugin.Glypher" Version="1.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion scr/Plugin.Glypher/Plugin.Glypher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<RepositoryUrl>https://github.com/thudugala/Plugin.Glypher</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>This plugin extend support for font-glyphs (font-icons) for Xamarin.Forms applications.</Description>
<Description>This plugin extend support for font-glyphs (font-icons) in Xamarin.Forms applications.</Description>
<PackageIconUrl>https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/icon.png</PackageIconUrl>
<Copyright>Copyright © Elvin (Tharindu) Thudugala</Copyright>
<Version>1.0.0</Version>
Expand Down
Binary file added screenshots/fontAwesomeIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5a9cc4

Please sign in to comment.