Skip to content

Commit

Permalink
nuget 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Dec 3, 2018
1 parent 919cf67 commit 3245211
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 20 deletions.
22 changes: 22 additions & 0 deletions NuGet/Plugin.LocalNotification.2.0.5.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.5</version>
<authors>Elvin (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>Check: https://github.com/tmt242001/Plugin.LocalNotification/releases</releaseNotes>
<copyright>Copyright © Tharindu Thudugala</copyright>
<tags>abel, xamarin.forms, local.notification, notification</tags>
<repository type="git" url="https://github.com/tmt242001/Plugin.LocalNotification" commit="919cf6701dd5d9f83a264581928845c48181f843" />
<title>Xamarin.Forms local notification</title>
</metadata>
<files>
<file src="lib\**" target="lib" />
</files>
</package>
Binary file modified NuGet/lib/monoandroid81/Plugin.LocalNotification.dll
Binary file not shown.
Binary file not shown.
25 changes: 20 additions & 5 deletions NuGet/lib/monoandroid81/Plugin.LocalNotification.xml

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

Binary file modified NuGet/lib/netstandard2.0/Plugin.LocalNotification.dll
Binary file not shown.
Binary file not shown.
25 changes: 20 additions & 5 deletions NuGet/lib/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/lib/xamarinios10/Plugin.LocalNotification.dll
Binary file not shown.
Binary file not shown.
25 changes: 20 additions & 5 deletions NuGet/lib/xamarinios10/Plugin.LocalNotification.xml

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

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.LocalNotification">
<Version>2.0.4</Version>
<Version>2.0.5</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.2.0.871581" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="27.0.2.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.LocalNotification">
<Version>2.0.4</Version>
<Version>2.0.5</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.2.0.871581" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sample/NuGet/Sample/LocalNotification.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Plugin.LocalNotification" Version="2.0.4" />
<PackageReference Include="Plugin.LocalNotification" Version="2.0.5" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.871581" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions scr/Plugin.LocalNotification/Plugin.LocalNotification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<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.4</Version>
<Version>2.0.5</Version>
<PackageReleaseNotes>Check: https://github.com/tmt242001/Plugin.LocalNotification/releases </PackageReleaseNotes>
<owners>ththlk,masonyc,TimNZ</owners>

Expand All @@ -36,7 +36,7 @@
<PackageReference Include="Xamarin.Forms">
<Version>3.2.0.871581</Version>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3245211

Please sign in to comment.