Skip to content

Commit

Permalink
publishing nuget 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Oct 15, 2018
1 parent aba7665 commit 56e3648
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions NuGet/Plugin.LocalNotification.2.0.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Plugin.LocalNotification</id>
<version>2.0.1</version>
<title>Xamarin.Forms local notification</title>
<authors>Tharindu Thudugala,Yun Chen,Tim Fortune</authors>
<owners>ththlk,masonyc,TimNZ</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/tmt242001/Plugin.LocalNotification/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/tmt242001/Plugin.LocalNotification</projectUrl>
<iconUrl>https://raw.githubusercontent.com/tmt242001/Plugin.LocalNotification/master/Screenshots/icon.png</iconUrl>
<description>The local notification plugin provides a way to show local notifications from Xamarin.Forms apps.</description>
<releaseNotes>Fixed notification in iOS not poping up if NotifyTime is not set.</releaseNotes>
<copyright>Copyright © Tharindu Thudugala</copyright>
<tags>abel, xamarin forms, local notification, notification</tags>
<repository type="git" url="https://github.com/tmt242001/Plugin.LocalNotification" />
</metadata>
<files>
<file src="lib\**" target="lib" />
</files>
</package>
Binary file modified NuGet/lib/monoandroid81/Plugin.LocalNotification.dll
Binary file not shown.
Binary file modified NuGet/lib/netstandard2.0/Plugin.LocalNotification.dll
Binary file not shown.
Binary file modified NuGet/lib/xamarinios10/Plugin.LocalNotification.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions scr/Plugin.LocalNotification/Plugin.LocalNotification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<Description>The local notification plugin provides a way to show local notifications from Xamarin.Forms apps.</Description>
<PackageIconUrl>https://raw.githubusercontent.com/tmt242001/Plugin.LocalNotification/master/Screenshots/icon.png</PackageIconUrl>
<Copyright>Copyright © Tharindu Thudugala</Copyright>
<Version>2.0.0</Version>
<PackageReleaseNotes>Added Schedule Notification Support</PackageReleaseNotes>
<Version>2.0.1</Version>
<PackageReleaseNotes>Fixed notification in iOS not poping up if NotifyTime is not set.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 56e3648

Please sign in to comment.