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

Commit

Permalink
adding weatherIcon nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Apr 30, 2019
1 parent 51e510b commit a262dbb
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -331,3 +331,4 @@ ASALocalRun/
/nuget/Plugin.Glypher/Temp
/nuget/Plugin.Glypher.FontAwesome5Pro/Temp
/nuget/Plugin.Glypher.FontAwesome5Free/Temp
/nuget/Plugin.Glypher.WeatherIcons/Temp
10 changes: 10 additions & 0 deletions nuget/Plugin.Glypher.WeatherIcons/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.WeatherIcons\bin\Release\Plugin.Glypher.WeatherIcons.*.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.WeatherIcons</id>
<version>2.0.10</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/weatherIcon.png</iconUrl>
<description>This plugin extend support for font-glyphs (font-icons) using Weather Icons 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, weathericons</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 not shown.

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

Binary file added screenshots/weatherIcon.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 a262dbb

Please sign in to comment.