Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
masonyc committed Apr 24, 2019
1 parent b5e5ef9 commit 43e467b
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Xamarin.EnableKeyboardEffect</id>
<version>1.1.1</version>
<id>Xamarin.KeyboardHelper</id>
<version>2.0.1</version>
<authors>Yun Chen, Elvin (Tharindu) Thudugala</authors>
<owners>Yun Chen, Elvin (Tharindu) Thudugala</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/masonyc/Xamarin.EnableKeyboardEffect</projectUrl>
<iconUrl>https://raw.githubusercontent.com/masonyc/Xamarin.EnableKeyboardEffect/master/Screenshots/icon.png</iconUrl>
<description>Toggle softkeyboard display for Anroid / iOS in Xamarin.Forms</description>
<projectUrl>https://github.com/masonyc/Xamarin.KeyboardHelper</projectUrl>
<iconUrl>https://raw.githubusercontent.com/masonyc/Xamarin.KeyboardHelper/master/Screenshots/icon.png</iconUrl>
<description>This plugin includes:
Xamarin.EnableKeyboardEffect and SoftKeyboardService. More details see github https://github.com/masonyc/Xamarin.KeyboardHelper</description>
<copyright>Copyright © Yun Chen</copyright>
<tags>Xamarin.Forms, Xamarin.Anroid, Xamarin.iOS</tags>
<repository type="git" url="https://github.com/masonyc/Xamarin.EnableKeyboardEffect.git" commit="3c905b2fb07549fee4dcf53d1e02b224404471f5" />
<repository type="git" url="https://github.com/masonyc/Xamarin.EnableKeyboardEffect.git" commit="b5e5ef93abf11a16bfa92dc2641151085cabbc54" />
</metadata>
<files>
<file src="lib\**" target="lib" />
Expand Down

0 comments on commit 43e467b

Please sign in to comment.