Skip to content

Commit

Permalink
nuget 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Apr 23, 2019
1 parent 0632820 commit f21ef4f
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 9 deletions.
29 changes: 29 additions & 0 deletions NuGet/Plugin.LocalNotification.3.0.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Plugin.LocalNotification</id>
<version>3.0.1</version>
<authors>Elvin (Tharindu) Thudugala,Yun Chen</authors>
<owners>ththlk,masonyc</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/thudugala/Plugin.LocalNotification</projectUrl>
<iconUrl>https://raw.githubusercontent.com/thudugala/Plugin.LocalNotification/master/Screenshots/icon.png</iconUrl>
<description>The local notification plugin provides a way to show local notifications from Xamarin apps.</description>
<releaseNotes>Check: https://github.com/thudugala/Plugin.LocalNotification/releases</releaseNotes>
<copyright>Copyright © Elvin (Tharindu) Thudugala</copyright>
<tags>android, ios, xamarin, xamarin.forms, local, notification, local.notification</tags>
<title>Xamarin local notification</title>
<repository type="git" url="https://github.com/thudugala/Plugin.LocalNotification" commit="06328204b5d43804a83b80db8a99c905b498eaa9" />
<dependencies>
<group targetFramework="MonoAndroid9.0">
<dependency id="Xamarin.Android.Support.v4" version="28.0.0.1" exclude="Build,Analyzers" />
</group>
<group targetFramework="Xamarin.iOS1.0" />
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="pkglib\**" target="lib" />
</files>
</package>
Binary file modified NuGet/pkglib/monoandroid90/Plugin.LocalNotification.dll
Binary file not shown.
Binary file modified NuGet/pkglib/monoandroid90/Plugin.LocalNotification.pdb
Binary file not shown.
16 changes: 13 additions & 3 deletions NuGet/pkglib/monoandroid90/Plugin.LocalNotification.xml

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

Binary file modified NuGet/pkglib/netstandard2.0/Plugin.LocalNotification.dll
Binary file not shown.
Binary file modified NuGet/pkglib/netstandard2.0/Plugin.LocalNotification.pdb
Binary file not shown.
16 changes: 13 additions & 3 deletions NuGet/pkglib/netstandard2.0/Plugin.LocalNotification.xml

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

Binary file modified NuGet/pkglib/xamarinios10/Plugin.LocalNotification.dll
Binary file not shown.
Binary file modified NuGet/pkglib/xamarinios10/Plugin.LocalNotification.pdb
Binary file not shown.
16 changes: 13 additions & 3 deletions NuGet/pkglib/xamarinios10/Plugin.LocalNotification.xml

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

0 comments on commit f21ef4f

Please sign in to comment.