-
Notifications
You must be signed in to change notification settings - Fork 34
/
AutoCompleteView.nuspec
36 lines (36 loc) · 2.17 KB
/
AutoCompleteView.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<package >
<metadata>
<id>Xamarin.CustomControls.AutoCompleteView</id>
<version>1.0.14</version>
<title>AutoCompleteView control for Xamarin.Forms</title>
<authors>DottorPagliaccius</authors>
<owners>DottorPagliaccius</owners>
<licenseUrl>https://github.com/DottorPagliaccius/Xamarin-Custom-Controls/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/DottorPagliaccius/Xamarin-Custom-Controls</projectUrl>
<iconUrl>https://raw.githubusercontent.com/DottorPagliaccius/Xamarin-Custom-Controls/master/art/AutoCompleteViewIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AutoCompleteView custom control for Xamarin.Forms</description>
<summary>AutoCompleteView custom control for Xamarin.Forms</summary>
<releaseNotes>
1.0.14 - suggestions can be placed in another Layout
1.0.13 - suggestions background color bug fix
1.0.12 - bug fix
1.0.11 - minor fixes
1.0.10 - added suggestions panel placement
1.0.9 - added ability to scroll to avoid keyboard overlapping
1.0.6/7/8 - Bugfix
1.0.5 - Added events on opening/closing of the suggestions panel
1.0.4 - add entry line feature
1.0.3 - Fixed bug that prevented item to be selected by code</releaseNotes>
<tags>xamarin, pcl, xam.pcl, control, customcontrol, autocomplete, autocompleteview, listview, android, xamarin.forms, ios, monoandroid, monodroid, monotouch</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="2.3.2.127" />
<dependency id="Xamarin.CustomControls.RepeaterView" version="1.0.10" />
</dependencies>
</metadata>
<files>
<file src="src/Xamarin.CustomControls.AutoCompleteView/bin/Release/Xamarin.CustomControls.AutoCompleteView.dll" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Xamarin.CustomControls.AutoCompleteView.dll" />
<file src="src/Xamarin.CustomControls.AutoCompleteView/bin/Debug/Xamarin.CustomControls.AutoCompleteView.pdb" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Xamarin.CustomControls.AutoCompleteView.pdb" />
</files>
</package>