2015-09-03 17:03:17 +03:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
2016-01-08 22:48:21 +03:00
<id>MvvmCross.Plugin.File</id>
2017-01-21 11:42:15 +03:00
<version>$version$</version>
2015-09-03 17:03:17 +03:00
<title>MvvmCross - File Plugin</title>
2015-11-18 23:02:16 +03:00
<description>MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac.
This package contains the 'File' plugin for MvvmCross</description>
<tags>mvvm mvvmcross cross xamarin android ios forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms wpf windows8 winrt net net45 netcore wp wpdev windowsphone windowsstore uwp plugin</tags>
2015-09-03 17:03:17 +03:00
<dependencies>
2017-01-21 11:42:15 +03:00
<dependency id="MvvmCross.Platform" version="[$version$]" />
2015-09-03 17:03:17 +03:00
</dependencies>
</metadata>
<files>
<!-- PCL -->
2016-01-06 16:40:11 +03:00
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Plugins.File.*" target="lib\portable-net45+win+wpa81+wp80" />
2015-09-03 17:03:17 +03:00
<!-- dotnet -->
2015-09-04 23:27:16 +03:00
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Plugins.File.*" target="lib\dotnet" />
2015-09-03 17:03:17 +03:00
<!-- wpf -->
2015-09-04 23:27:16 +03:00
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Plugins.File.*" target="lib\net45" />
<file src="..\bin\Release\Mvx\Wpf\MvvmCross.Plugins.File.Wpf.*" target="lib\net45" />
2015-09-03 17:03:17 +03:00
<file src="BootstrapContent\FilePluginBootstrap.cs.pp" target="content\net45\Bootstrap\FilePluginBootstrap.cs.pp" />
2017-01-21 11:42:15 +03:00
<!-- uwp -->
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Plugins.File.*" target="lib\uap10.0" />
<file src="..\bin\Release\Mvx\Uwp\MvvmCross.Plugins.File.Uwp.*" target="lib\uap10.0" />
<file src="BootstrapContent\FilePluginBootstrap.cs.pp" target="content\uap10.0\Bootstrap\FilePluginBootstrap.cs.pp" />
2015-09-03 17:03:17 +03:00
<!-- droid -->
2015-09-04 23:27:16 +03:00
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Plugins.File.*" target="lib\MonoAndroid" />
<file src="..\bin\Release\Mvx\Droid\MvvmCross.Plugins.File.Droid.*" target="lib\MonoAndroid" />
2015-09-03 17:03:17 +03:00
<file src="BootstrapContent\FilePluginBootstrap.cs.pp" target="content\MonoAndroid\Bootstrap\FilePluginBootstrap.cs.pp" />
2016-01-06 16:55:21 +03:00
<!-- iOS -->
2015-09-04 23:27:16 +03:00
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Plugins.File.*" target="lib\Xamarin.iOS10" />
2016-01-06 17:11:57 +03:00
<file src="..\bin\Release\Mvx\iOS\MvvmCross.Plugins.File.iOS.*" target="lib\Xamarin.iOS10" />
2016-01-06 17:13:31 +03:00
<file src="iOSBootstrapContent\FilePluginBootstrap.cs.pp" target="content\Xamarin.iOS10\Bootstrap\FilePluginBootstrap.cs.pp" />
2016-01-06 16:55:21 +03:00
<!-- mac -->
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Plugins.File.*" target="lib\Xamarin.Mac20" />
2015-09-03 17:03:17 +03:00
</files>
</package>
2015-11-06 20:07:31 +03:00
2016-03-22 19:57:21 +03:00
2016-05-24 22:33:17 +03:00
2016-06-13 15:54:25 +03:00
2016-07-11 17:36:33 +03:00
2016-07-25 15:20:21 +03:00
2016-08-17 23:26:33 +03:00
2016-09-26 22:30:14 +03:00
2016-11-02 01:50:24 +03:00
2017-01-21 11:42:15 +03:00