-
Notifications
You must be signed in to change notification settings - Fork 34
/
RefreshableRepeaterView.nuspec
28 lines (28 loc) · 1.92 KB
/
RefreshableRepeaterView.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
<?xml version="1.0"?>
<package>
<metadata>
<id>Xamarin.CustomControls.RefreshableRepeaterView</id>
<version>1.1.0</version>
<title>RefreshableRepeaterView 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/RefreshableRepeaterViewIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RefreshableRepeaterView custom control for Xamarin.Forms</description>
<summary>RefreshableRepeaterView custom control for Xamarin.Forms</summary>
<releaseNotes>1.1.0 - fixed EmptyText bug
- converted to dotnetstandard 1.5</releaseNotes>
<tags>xamarin, pcl, xam.pcl, control, customcontrol, repeater, repeaterview, refreshablerepeaterview, 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.1.0" />
<dependency id="Refractored.XamForms.PullToRefresh" version="2.0.0.13" />
</dependencies>
</metadata>
<files>
<file src="src/Xamarin.CustomControls.RefreshableRepeaterView/bin/Release/Xamarin.CustomControls.RefreshableRepeaterView.dll" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Xamarin.CustomControls.RefreshableRepeaterView.dll" />
<file src="src/Xamarin.CustomControls.RefreshableRepeaterView/bin/Debug/Xamarin.CustomControls.RefreshableRepeaterView.pdb" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Xamarin.CustomControls.RefreshableRepeaterView.pdb" />
</files>
</package>