You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
3.3 KiB
Plaintext
55 lines
3.3 KiB
Plaintext
|
4 days ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>MvvmLightLibs</id>
|
||
|
|
<version>5.4.1.1</version>
|
||
|
|
<title>MVVM Light libraries only</title>
|
||
|
|
<authors>Laurent Bugnion (GalaSoft)</authors>
|
||
|
|
<owners>Laurent Bugnion (GalaSoft)</owners>
|
||
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||
|
|
<licenseUrl>https://github.com/lbugnion/mvvmlight/blob/master/LICENSE</licenseUrl>
|
||
|
|
<projectUrl>http://www.mvvmlight.net/</projectUrl>
|
||
|
|
<iconUrl>http://mvvmlight.net/resources/logo/icon_100x100_transparent.png</iconUrl>
|
||
|
|
<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-2018 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>
|
||
|
|
<dependencies>
|
||
|
|
<group targetFramework=".NETFramework3.5">
|
||
|
|
<dependency id="CommonServiceLocator" version="1.0.0" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETFramework4.0">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETFramework4.5">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="Silverlight5.0">
|
||
|
|
<dependency id="CommonServiceLocator" version="1.3.0" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="WindowsPhone8.1">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="WindowsPhoneApp8.1">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="Windows8.1">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="UAP10.0">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="MonoAndroid1.0">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="Xamarin.iOS1.0">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETPortable0.0-net45+wp81+wpa81+netcore45+monoandroid1+xamarin.ios10+uap10.0">
|
||
|
|
<dependency id="CommonServiceLocator" version="2.0.2" />
|
||
|
|
</group>
|
||
|
|
</dependencies>
|
||
|
|
</metadata>
|
||
|
|
</package>
|