-
Notifications
You must be signed in to change notification settings - Fork 0
/
RxJS-Testing.nuspec
28 lines (28 loc) · 1.44 KB
/
RxJS-Testing.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>
<metadata>
<id>RxJS-Testing</id>
<title>Reactive Extensions for JavaScript - Test Library</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>$version$</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript test library, used to write unit tests for complex event processing queries.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<language>en-US</language>
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="$version$" />
<dependency id="RxJS-VirtualTime" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="..\..\dist\rx.testing.js" target="content\Scripts\rx.testing.js" />
<file src="..\..\dist\rx.testing.min.js" target="content\Scripts\rx.testing.min.js" />
<file src="..\..\ts\rx.testing.d.ts" target="content\Scripts\rx.testing.d.ts" />
<file src="..\..\ts\rx.testing.es6.d.ts" target="content\Scripts\rx.testing.es6.d.ts" />
</files>
</package>