forked from wasabii/OLinq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OLinq.nuspec
25 lines (25 loc) · 1.45 KB
/
OLinq.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OLinq</id>
<version>0.2.0</version>
<title>OLinq</title>
<authors>Jerome Haltom</authors>
<owners>Jerome Haltom</owners>
<licenseUrl>http://www.microsoft.com/en-us/openness/licenses.aspx#MRL</licenseUrl>
<projectUrl>https://github.com/wasabii/OLinq</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OLinq is a project to provide a Linq Queryable provider implementation for operating on ObservableCollections or other INotifyCollectionChanged supporting lists. The output of OLinq is an ObservableView which notifies when the results of the query have changed.</description>
<releaseNotes />
<copyright>Copyright © 2015 Jerome Haltom</copyright>
<tags>linq observable clinq bindable wpf rx queryable</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="OLinq-net40\bin\Release\OLinq.dll" target="lib\net40\OLinq.dll" />
<file src="OLinq-net45\bin\Release\OLinq.dll" target="lib\net45\OLinq.dll" />
<file src="OLinq-pcl\bin\Release\OLinq.dll" target="lib\portable-net45+win8+wp8+MonoAndroid10+MonoTouch10\OLinq.dll" />
<file src="OLinq-sl50\bin\Release\OLinq.dll" target="lib\sl50\OLinq.dll" />
</files>
</package>