Skip to content

Commit f21ef4f

Browse files
committed
nuget 3.0.1
1 parent 0632820 commit f21ef4f

10 files changed

+68
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Plugin.LocalNotification</id>
5+
<version>3.0.1</version>
6+
<authors>Elvin (Tharindu) Thudugala,Yun Chen</authors>
7+
<owners>ththlk,masonyc</owners>
8+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
9+
<license type="expression">MIT</license>
10+
<projectUrl>https://github.com/thudugala/Plugin.LocalNotification</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/thudugala/Plugin.LocalNotification/master/Screenshots/icon.png</iconUrl>
12+
<description>The local notification plugin provides a way to show local notifications from Xamarin apps.</description>
13+
<releaseNotes>Check: https://github.com/thudugala/Plugin.LocalNotification/releases</releaseNotes>
14+
<copyright>Copyright © Elvin (Tharindu) Thudugala</copyright>
15+
<tags>android, ios, xamarin, xamarin.forms, local, notification, local.notification</tags>
16+
<title>Xamarin local notification</title>
17+
<repository type="git" url="https://github.com/thudugala/Plugin.LocalNotification" commit="06328204b5d43804a83b80db8a99c905b498eaa9" />
18+
<dependencies>
19+
<group targetFramework="MonoAndroid9.0">
20+
<dependency id="Xamarin.Android.Support.v4" version="28.0.0.1" exclude="Build,Analyzers" />
21+
</group>
22+
<group targetFramework="Xamarin.iOS1.0" />
23+
<group targetFramework=".NETStandard2.0" />
24+
</dependencies>
25+
</metadata>
26+
<files>
27+
<file src="pkglib\**" target="lib" />
28+
</files>
29+
</package>
Binary file not shown.
Binary file not shown.

NuGet/pkglib/monoandroid90/Plugin.LocalNotification.xml

+13-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

NuGet/pkglib/netstandard2.0/Plugin.LocalNotification.xml

+13-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

NuGet/pkglib/xamarinios10/Plugin.LocalNotification.xml

+13-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)