Updated nuspec and added AndroidSupport.nuspec.

This commit is contained in:
Laurent Bugnion 2016-04-23 23:43:39 +02:00
Родитель b224fb07ed
Коммит 81a5ff267b
3 изменённых файлов: 67 добавлений и 71 удалений

Просмотреть файл

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MvvmLight</id>
<version>5.2.0.0</version>
<version>5.3.0.0</version>
<title>MVVM Light</title>
<authors>Laurent Bugnion (GalaSoft)</authors>
<owners>Laurent Bugnion (GalaSoft)</owners>
@ -10,12 +10,12 @@
<projectUrl>http://www.galasoft.ch/mvvm</projectUrl>
<iconUrl>http://www.galasoft.ch/mvvm/resources/Logo/icon_100x100_transparent.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows Store and Xamarin Android. It is a light and pragmatic framework that contains only the essential components needed.</description>
<summary>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in all versions of Silverlight, WPF, Windows Phone, Windows Store and Xamarin Android.</summary>
<description>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version will add the MVVM Light libraries as well as some scaffolding to your application to convert it in an MVVM app!</description>
<summary>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version will add the MVVM Light libraries as well as some scaffolding to your application to convert it in an MVVM app!</summary>
<releaseNotes>http://www.mvvmlight.net/installing/changes</releaseNotes>
<copyright>Copyright 2009-2015 Laurent Bugnion (GalaSoft)</copyright>
<copyright>Copyright 2009-2016 Laurent Bugnion (GalaSoft)</copyright>
<language>en-US</language>
<tags>mvvm mvvmlight silverlight wp7 windowsstore winrt winstore wpf windowsphone windowsphone7 windowsphone8 xamarin android iOS</tags>
<tags>mvvm mvvmlight silverlight windowsstore winrt win10 uwp winstore wpf windowsphone windowsphone8 xamarin android iOS xamarinforms pcl</tags>
<!--<id>MyTestPackage0610</id>
<version>5.1.0.11</version>
@ -28,40 +28,31 @@
<dependencies>
<group targetFramework="net35">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="net40">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="net45">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
</group>
<group targetFramework="sl4">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="sl5">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
</group>
<group targetFramework="sl4-wp71">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="wp8">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="wpa81">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
</group>
<group targetFramework="netcore45">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="netcore451">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="monoandroid">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
<group targetFramework="xamarin.ios10">
<dependency id="MvvmLightLibs" version="5.2.0.0" />
<dependency id="MvvmLightLibs" version="5.3.0.0" />
</group>
</dependencies>
</metadata>

Просмотреть файл

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MvvmLightAndroidSupport</id>
<version>5.3.0.0</version>
<title>MVVM Light Android Support</title>
<authors>Laurent Bugnion (GalaSoft)</authors>
<owners>Laurent Bugnion (GalaSoft)</owners>
<licenseUrl>http://mvvmlight.codeplex.com/license</licenseUrl>
<projectUrl>http://www.mvvmlight.net</projectUrl>
<iconUrl>http://www.galasoft.ch/mvvm/resources/Logo/icon_100x100_transparent.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the Android Support libraries. At the moment this includes support for RecyclerView with an ObservableRecyclerAdapter and a CachingViewHolder.</description>
<summary>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the Android Support libraries. At the moment this includes support for RecyclerView with an ObservableRecyclerAdapter and a CachingViewHolder.</summary>
<releaseNotes>http://www.mvvmlight.net/installing/changes</releaseNotes>
<copyright>Copyright 2009-2016 Laurent Bugnion (GalaSoft)</copyright>
<language>en-US</language>
<tags>mvvm mvvmlight silverlight windowsstore winrt win10 uwp winstore wpf windowsphone windowsphone8 xamarin android iOS xamarinforms pcl</tags>
<!--<id>MyTestPackage0610</id>
<version>5.1.0.10</version>
<title>Test only, ignore</title>
<authors>Laurent Bugnion (GalaSoft)</authors>
<owners>lbugnion</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Test only, ignore</description>
<copyright>Copyright 2009-2015 Laurent Bugnion (GalaSoft)</copyright>-->
<dependencies>
<group targetFramework="monoandroid1">
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="23.0" />
<dependency id="mvvmlightlibs" version="5.3" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.Platform.AndroidSupport.dll" target="lib\monoandroid1\GalaSoft.MvvmLight.Platform.AndroidSupport.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.Platform.AndroidSupport.PDB" target="lib\monoandroid1\GalaSoft.MvvmLight.Platform.AndroidSupport.PDB" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.Platform.AndroidSupport.XML" target="lib\monoandroid1\GalaSoft.MvvmLight.Platform.AndroidSupport.XML" />
</files>
</package>

Просмотреть файл

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MvvmLightLibs</id>
<version>5.2.0.0</version>
<version>5.3.0.0</version>
<title>MVVM Light libraries only</title>
<authors>Laurent Bugnion (GalaSoft)</authors>
<owners>Laurent Bugnion (GalaSoft)</owners>
@ -10,12 +10,12 @@
<projectUrl>http://www.mvvmlight.net</projectUrl>
<iconUrl>http://www.galasoft.ch/mvvm/resources/Logo/icon_100x100_transparent.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern.</description>
<summary>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows Store, Xamarin Android and Xamarin iOS. It is a light and pragmatic framework that contains only the essential components needed. This version contains only the libraries!</summary>
<description>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the libraries and doesn't add any scaffolding to your application!</description>
<summary>The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the libraries and doesn't add any scaffolding to your application!</summary>
<releaseNotes>http://www.mvvmlight.net/installing/changes</releaseNotes>
<copyright>Copyright 2009-2015 Laurent Bugnion (GalaSoft)</copyright>
<copyright>Copyright 2009-2016 Laurent Bugnion (GalaSoft)</copyright>
<language>en-US</language>
<tags>mvvm mvvmlight silverlight windowsstore winrt winstore wpf windowsphone windowsphone7 windowsphone8 xamarin android iOS pcl</tags>
<tags>mvvm mvvmlight silverlight windowsstore winrt win10 uwp winstore wpf windowsphone windowsphone8 xamarin android iOS xamarinforms pcl</tags>
<!--<id>MyTestPackage0610</id>
<version>5.1.0.10</version>
@ -36,9 +36,6 @@
<group targetFramework="net45">
<dependency id="CommonServiceLocator" version="1.3" />
</group>
<group targetFramework="sl4">
<dependency id="CommonServiceLocator" version="1.0" />
</group>
<group targetFramework="sl5">
<dependency id="CommonServiceLocator" version="1.3" />
</group>
@ -51,9 +48,6 @@
<group targetFramework="wpa81">
<dependency id="CommonServiceLocator" version="1.3" />
</group>
<group targetFramework="windows8">
<dependency id="CommonServiceLocator" version="1.3" />
</group>
<group targetFramework="windows81">
<dependency id="CommonServiceLocator" version="1.3" />
</group>
@ -99,17 +93,6 @@
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\NET45\GalaSoft.MvvmLight.xml" target="lib\net45\GalaSoft.MvvmLight.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\NET45\System.Windows.Interactivity.dll" target="lib\net45\System.Windows.Interactivity.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.dll" target="lib\windows8\GalaSoft.MvvmLight.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.dll" target="lib\windows8\GalaSoft.MvvmLight.Extras.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.pdb" target="lib\windows8\GalaSoft.MvvmLight.Extras.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.xml" target="lib\windows8\GalaSoft.MvvmLight.Extras.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.Platform.dll" target="lib\windows8\GalaSoft.MvvmLight.Platform.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.Platform.pdb" target="lib\windows8\GalaSoft.MvvmLight.Platform.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.Platform.pri" target="lib\windows8\GalaSoft.MvvmLight.Platform.pri" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.Platform.xml" target="lib\windows8\GalaSoft.MvvmLight.Platform.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.pdb" target="lib\windows8\GalaSoft.MvvmLight.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win8\GalaSoft.MvvmLight.xml" target="lib\windows8\GalaSoft.MvvmLight.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win81\GalaSoft.MvvmLight.dll" target="lib\windows81\GalaSoft.MvvmLight.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win81\GalaSoft.MvvmLight.Extras.dll" target="lib\windows81\GalaSoft.MvvmLight.Extras.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win81\GalaSoft.MvvmLight.Extras.pdb" target="lib\windows81\GalaSoft.MvvmLight.Extras.pdb" />
@ -120,26 +103,6 @@
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win81\GalaSoft.MvvmLight.Platform.xml" target="lib\windows81\GalaSoft.MvvmLight.Platform.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win81\GalaSoft.MvvmLight.pdb" target="lib\windows81\GalaSoft.MvvmLight.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Win81\GalaSoft.MvvmLight.xml" target="lib\windows81\GalaSoft.MvvmLight.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\GalaSoft.MvvmLight.Extras.dll" target="lib\SL4\GalaSoft.MvvmLight.Extras.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\GalaSoft.MvvmLight.Extras.pdb" target="lib\SL4\GalaSoft.MvvmLight.Extras.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\GalaSoft.MvvmLight.Extras.xml" target="lib\SL4\GalaSoft.MvvmLight.Extras.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\GalaSoft.MvvmLight.dll" target="lib\SL4\GalaSoft.MvvmLight.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\GalaSoft.MvvmLight.pdb" target="lib\SL4\GalaSoft.MvvmLight.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\GalaSoft.MvvmLight.xml" target="lib\SL4\GalaSoft.MvvmLight.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\System.Windows.Interactivity.dll" target="lib\SL4\System.Windows.Interactivity.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL4\System.Windows.Interactivity.xml" target="lib\SL4\System.Windows.Interactivity.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.dll" target="lib\sl4-wp71\GalaSoft.MvvmLight.Extras.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.pdb" target="lib\sl4-wp71\GalaSoft.MvvmLight.Extras.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.xml" target="lib\sl4-wp71\GalaSoft.MvvmLight.Extras.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\GalaSoft.MvvmLight.dll" target="lib\sl4-wp71\GalaSoft.MvvmLight.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\GalaSoft.MvvmLight.pdb" target="lib\sl4-wp71\GalaSoft.MvvmLight.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\GalaSoft.MvvmLight.xml" target="lib\sl4-wp71\GalaSoft.MvvmLight.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\Microsoft.Practices.ServiceLocation.dll" target="lib\sl4-wp71\Microsoft.Practices.ServiceLocation.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\Microsoft.Practices.ServiceLocation.xml" target="lib\sl4-wp71\Microsoft.Practices.ServiceLocation.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\System.Windows.Interactivity.dll" target="lib\sl4-wp71\System.Windows.Interactivity.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\WP71\System.Windows.Interactivity.xml" target="lib\sl4-wp71\System.Windows.Interactivity.xml" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL5\GalaSoft.MvvmLight.dll" target="lib\SL5\GalaSoft.MvvmLight.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\SL5\GalaSoft.MvvmLight.Extras.dll" target="lib\SL5\GalaSoft.MvvmLight.Extras.dll" />
@ -201,11 +164,11 @@
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\iOS\GalaSoft.MvvmLight.Platform.XML" target="lib\xamarin.ios10\GalaSoft.MvvmLight.Platform.XML" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\iOS\GalaSoft.MvvmLight.XML" target="lib\xamarin.ios10\GalaSoft.MvvmLight.XML" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.dll" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.Extras.dll" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.Extras.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.Extras.pdb" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.Extras.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.Extras.XML" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.Extras.XML" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.pdb" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\Android\GalaSoft.MvvmLight.XML" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.XML" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\PCL\GalaSoft.MvvmLight.dll" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\PCL\GalaSoft.MvvmLight.Extras.dll" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.Extras.dll" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\PCL\GalaSoft.MvvmLight.Extras.pdb" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.Extras.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\PCL\GalaSoft.MvvmLight.Extras.XML" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.Extras.XML" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\PCL\GalaSoft.MvvmLight.pdb" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.pdb" />
<file src="..\GalaSoft.MvvmLight\_Binaries\Release\PCL\GalaSoft.MvvmLight.XML" target="lib\portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10\GalaSoft.MvvmLight.XML" />
</files>
</package>