This repository has been archived by the owner on May 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding Plugin.Glypher.FontAwesome5Free nuget 5.8.1
- Loading branch information
Showing
9 changed files
with
92 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
27 changes: 27 additions & 0 deletions
27
nuget/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.5.8.1.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+504 KB
...t/Plugin.Glypher.FontAwesome5Pro/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Pro.dll
Binary file not shown.
38 changes: 38 additions & 0 deletions
38
...t/Plugin.Glypher.FontAwesome5Pro/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Pro.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.