-
Notifications
You must be signed in to change notification settings - Fork 34
/
RepeaterView.nuspec
25 lines (25 loc) · 1.3 KB
/
RepeaterView.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
<?xml version="1.0"?>
<package>
<metadata>
<id>Xamarin.CustomControls.RepeaterView</id>
<version>1.2.2</version>
<title>RepeaterView 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/RepeaterViewIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RepeaterView custom control for Xamarin.Forms</description>
<summary>RepeaterView custom control for Xamarin.Forms</summary>
<releaseNotes>fixed conversion to dotnetstandard</releaseNotes>
<tags>xamarin, pcl, xam.pcl, control, customcontrol, repeater, repeaterview, listview, android, xamarin.forms, ios, monoandroid, monodroid, monotouch</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="2.4.0.282" />
<dependency id="NETStandard.Library" version="1.6.1" />
</dependencies>
</metadata>
<files>
<file src="src/Xamarin.CustomControls.Repeater/bin/Release/Xamarin.CustomControls.RepeaterView.*" target="lib\netstandard1.0" />
</files>
</package>