forked from roubachof/Sharpnado.Presentation.Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharpnado.Forms.HorizontalListView.nuspec
80 lines (68 loc) · 5.45 KB
/
Sharpnado.Forms.HorizontalListView.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Sharpnado.Forms.HorizontalListView</id>
<version>$version$</version>
<copyright>Sharpnado 2019</copyright>
<title>HorizontalListView (CollectionView) on steroids for Xamarin Forms</title>
<authors>Jean-Marie Alfonsi</authors>
<owners></owners>
<licenseUrl>https://github.com/roubachof/Sharpnado.Presentation.Forms/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/roubachof/Sharpnado.Presentation.Forms</projectUrl>
<iconUrl>https://avatars3.githubusercontent.com/u/596903?s=460&v=4</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>HorizontalListView (CollectionView) on steroids for Xamarin Forms</summary>
<tags>xamarin.forms android ios netstandard horizontallistview collectionview gridview carouselview</tags>
<releaseNotes>ListLayout is a now bindable property. That means you can now change dynamically the layout.
</releaseNotes>
<description>
HorizontalListView for Xamarin Forms (close to a CollectionView):
* Carousel layout
* Column count
* Snapping on first or middle element
* Padding and item spacing
* Handles NotifyCollectionChangedAction Add Remove and Reset actions
* View recycling
* RecyclerView on Android
* UICollectionView on iOS
Grid ListView (HorizontalListView with ListLayout set to Grid):
* Column count
* Drag And Drop
* Padding and item spacing
* Handles NotifyCollectionChangedAction Add Remove and Reset actions
* View recycling
IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).
</description>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.5.1" exclude="Build,Analyzers"/>
</group>
</dependencies>
</metadata>
<files>
<!--Net Standard-->
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.dll" target="lib\netstandard2.0\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.pdb" target="lib\netstandard2.0\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.dll" target="lib\netstandard2.0\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.pdb" target="lib\netstandard2.0\Sharpnado.Infrastructure.pdb" />
<!--Core PCL-->
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.dll" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.pdb" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.dll" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.pdb" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Infrastructure.pdb" />
<!--Xamarin.Android-->
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.Droid.dll" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.Droid.dll" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.Droid.pdb" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.Droid.pdb" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.dll" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.pdb" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Infrastructure.dll" target="lib\MonoAndroid10\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Infrastructure.pdb" target="lib\MonoAndroid10\Sharpnado.Infrastructure.pdb" />
<!--Xamarin.iOS-->
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.iOS.dll" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.iOS.dll" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.iOS.pdb" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.iOS.pdb" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.dll" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.pdb" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Infrastructure.dll" target="lib\Xamarin.iOS10\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Infrastructure.pdb" target="lib\Xamarin.iOS10\Sharpnado.Infrastructure.pdb" />
</files>
</package>