forked from praeclarum/ListDiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathListDiff.nuspec
More file actions
48 lines (48 loc) · 1.71 KB
/
ListDiff.nuspec
File metadata and controls
48 lines (48 loc) · 1.71 KB
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.1.0</version>
<authors>Frank A. Krueger</authors>
<owners>Frank A. Krueger</owners>
<licenseUrl>https://github.com/praeclarum/ListDiff/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/praeclarum/ListDiff</projectUrl>
<iconUrl>https://raw.githubusercontent.com/praeclarum/ListDiff/master/Logo-low.png</iconUrl>
<id>ListDiff</id>
<title>ListDiff</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Calculate a diff between any two lists and optionally merge them to aid in synchronizing data.</description>
<tags>list diff compare merge sync</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>
</metadata>
<files>
<file src="ListDiff/bin/Release/netstandard1.0/ListDiff.*" target="lib/netstandard1.0" />
</files>
</package>