forked from jamesmontemagno/mvvm-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MvvmHelpers.nuspec
55 lines (55 loc) · 2.37 KB
/
MvvmHelpers.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
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Refractored.MvvmHelpers</id>
<version>$version$</version>
<title>MVVM Helpers for Xamarin and Windows</title>
<authors>James Montemagno</authors>
<owners>James Montemagno</owners>
<licenseUrl>https://raw.githubusercontent.com/jamesmontemagno/mvvm-helpers/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/jamesmontemagno/mvvm-helpers</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jamesmontemagno/mvvm-helpers/master/art/Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Collection of MVVM Helpers such as ObservableRangeCollection, BaseViewModel, Grouping, and others.
</description>
<summary>Collection of MVVM Helpers such as ObservableRangeCollection, BaseViewModel, Grouping, and others.</summary>
<tags>mvvm, observable collection, view model, grouping, xamarin, pcl, xam.pcl, plugin, plugin for xamarin, windows phone, winphone, wp8, winrt, android, xamarin.forms, ios</tags>
<dependencies>
<group targetFramework="net">
</group>
<group targetFramework="win">
</group>
<group targetFramework="wp">
</group>
<group targetFramework="wpa">
</group>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework="MonoAndroid10">
</group>
<group targetFramework="Xamarin.iOS10">
</group>
<group targetFramework="Xamarin.Mac20">
</group>
<group targetFramework="portable-net45+win+wpa81+wp80">
</group>
<group targetFramework="uap">
</group>
<group targetFramework="dotnet">
</group>
<group targetFramework="xamarintvos">
</group>
<group targetFramework="xamarinwatchos">
</group>
</dependencies>
<releaseNotes>
Read changelog at: https://github.com/jamesmontemagno/mvvm-helpers/blob/master/CHANGELOG.md
</releaseNotes>
</metadata>
<files>
<!--Core-->
<file src="MvvmHelpers\bin\Release\netstandard1.0\MvvmHelpers.*" target="lib\netstandard1.0" />
</files>
</package>