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.
Plugin.Glypher.FontAwesome5Free nuget 5.8.1
- Loading branch information
Showing
8 changed files
with
110 additions
and
5 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.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 |
27 changes: 27 additions & 0 deletions
27
nuget/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.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.FontAwesome5Free</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 FontAwesomeFree 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, free</tags> | ||
<title>Xamarin.Forms font-glyphs (font-icons)</title> | ||
<repository type="git" url="https://github.com/thudugala/Plugin.Glypher" commit="b5a9cc42ce681f4380f694f4b9fda5acdbb19ac0" /> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Plugin.Glypher" version="1.0.0" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="pkglib\**" target="lib" /> | ||
</files> | ||
</package> |
Binary file added
BIN
+151 KB
...Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.dll
Binary file not shown.
33 changes: 33 additions & 0 deletions
33
...Plugin.Glypher.FontAwesome5Free/pkglib/netstandard2.0/Plugin.Glypher.FontAwesome5Free.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
39 changes: 37 additions & 2 deletions
39
scr/Plugin.Glypher.FontAwesome5Free/Plugin.Glypher.FontAwesome5Free.csproj
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