-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPlugin.FormsStackPanel.nuspec
More file actions
33 lines (32 loc) · 1.32 KB
/
Plugin.FormsStackPanel.nuspec
File metadata and controls
33 lines (32 loc) · 1.32 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.3">
<id>Plugin.FormsStackPanel</id>
<version>1.0.3</version>
<title>StackPanel Plugin for Xamarin and Windows</title>
<authors>Houssem Dellai</authors>
<owners>Houssem Dellai</owners>
<licenseUrl>
https://github.com/HoussemDellai/FormsStackPanel
</licenseUrl>
<projectUrl>
https://github.com/HoussemDellai/FormsStackPanel
</projectUrl>
<iconUrl>
https://github.com/HoussemDellai/FormsStackPanel/blob/master/icon.png?raw=true
</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Provides a sample implementation of a StackPanel that shows how to add tags in multiple rows.
</description>
<summary>Provides a sample implementation of a StackPanel that shows how to add tags in multiple rows.</summary>
<tags>xamarin, pcl, xam.pcl, plugin, plugin for xamarin, windows phone, winphone, wp8, winrt, android, xamarin.forms, ios</tags>
</metadata>
<files>
<!--Core-->
<file src="FormsStackPanel\FormsStackPanel\StackPanel.cs"
target="content\Controls\StackPanel.cs" />
<!--<file src="readme.txt"
target="content\readme.txt"/>-->
</files>
</package>