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

Commit

Permalink
Plugin.Glypher nuget 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Apr 29, 2019
1 parent 9735559 commit 4dabc97
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,4 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/
/nuget/Plugin.Glypher/Temp
10 changes: 10 additions & 0 deletions nuget/Plugin.Glypher/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\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
27 changes: 27 additions & 0 deletions nuget/Plugin.Glypher/Plugin.Glypher.1.0.0.nuspec
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</id>
<version>1.0.0</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/icon.png</iconUrl>
<description>This plugin extend support for font-glyphs (font-icons) for 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</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.
91 changes: 91 additions & 0 deletions nuget/Plugin.Glypher/pkglib/netstandard2.0/Plugin.Glypher.xml

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

0 comments on commit 4dabc97

Please sign in to comment.