-
Notifications
You must be signed in to change notification settings - Fork 0
/
JB.Common.Collections.Reactive.nuspec
28 lines (28 loc) · 1.9 KB
/
JB.Common.Collections.Reactive.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
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>JB.Common.Collections.Reactive</id>
<version>$version$</version>
<authors>Joerg Battermann</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Custom collection, list types and helpers for JB.Common.Collections based on RX.Net / ReactiveUI .</description>
<summary>This package contains custom type(s) I needed myself or deemed useful for current or future projects.</summary>
<releaseNotes>Initial version contains a few Extension Methods for ReactiveLists and EnhancedBindingLists.</releaseNotes>
<language>en-US</language>
<copyright>Joerg Battermann</copyright>
<licenseUrl>https://github.com/jbattermann/JB.Common/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jbattermann/JB.Common/blob/master/README.md</projectUrl>
<dependencies>
<dependency id="JB.Common" version="[$version$,]" />
<dependency id="JB.Common.Reactive" version="[$version$,]" />
<dependency id="JB.Common.Collections" version="[$version$,]" />
<dependency id="System.Reactive" version="[4.1.0,]" />
</dependencies>
<tags>ObservableList ObservableCollection ObservableBindingList ObservableDictionary Collection List BindingList Dictionary ReactiveList ReactiveBindingList ReactiveDictionary Reactive RX.Net</tags>
</metadata>
<files>
<file src="JB.Common.Collections.Reactive\bin\Release\JB.Common.Collections.Reactive.dll" target="lib\net46" />
<file src="JB.Common.Collections.Reactive\bin\Release\JB.Common.Collections.Reactive.pdb" target="lib\net46" />
<file src="JB.Common.Collections.Reactive\bin\Release\JB.Common.Collections.Reactive.xml" target="lib\net46" />
</files>
</package>