-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlugin.FilePicker.nuspec
44 lines (40 loc) · 2.48 KB
/
Plugin.FilePicker.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Xamarin.Plugin.FilePicker</id>
<version>2.0.0-beta</version>
<title>FilePicker Plugin for Xamarin.Forms</title>
<authors>Gerald Versluis, rafaelrmou, vividos</authors>
<owners>Gerald Versluis</owners>
<licenseUrl>https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows</projectUrl>
<!-- <iconUrl>https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows</iconUrl> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Simple cross-platform plug-in that allows you to pick files and work with them. Version 2.0 now supports .NET Standard and Visual Studio 2017.
</description>
<summary>Simple cross-platform plug-in that allows you to pick files and work with them. View full project page for README
</summary>
<releaseNotes>
[2.0] - Support for .NET Standard, removed Windows Phone 8 and Windows 8/8.1 support
[1.4] - Support Xamarin.Mac
[1.3] - FileData now has a GetStream() method to retrieve the binary data as a Stream
[1.2] - Retrieve full file path from selected file
[1.1] - Support Windows Phone 8, 8.1 e Windows Store.
[1.0] - Pick files, save files and open the archive in Default App.
</releaseNotes>
<tags>xamarin, file, picker, filepicker, filebrowser, netstandard, plugin, plugin for xamarin, android, xamarin.forms, ios</tags>
</metadata>
<files>
<!--.NET Standard-->
<file src="..\src\Plugin.FilePicker\Plugin.FilePicker\bin\Release\netstandard1.0\Plugin.FilePicker.*" target="lib\netstandard1.0" />
<!--Xamarin.Android-->
<file src="..\src\Plugin.FilePicker\Plugin.FilePicker.Android\bin\Release\Plugin.FilePicker.*" target="lib\MonoAndroid10" />
<!--Xamarin.iOS-->
<file src="..\src\Plugin.FilePicker\Plugin.FilePicker.iOS\bin\iPhone\Release\Plugin.FilePicker.*" target="lib\Xamarin.iOS10" />
<!--Xamarin.Mac-->
<file src="..\src\Plugin.FilePicker\Plugin.FilePicker.Mac\bin\Release\Plugin.FilePicker.*" target="lib\Xamarin.Mac20" />
<!--UWP-->
<file src="..\src\Plugin.FilePicker\Plugin.FilePicker.UWP\bin\Release\Plugin.FilePicker.*" target="lib\UAP10" />
</files>
</package>