-
Notifications
You must be signed in to change notification settings - Fork 15
/
RxSpy.nuspec
22 lines (21 loc) · 1016 Bytes
/
RxSpy.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<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>RxSpy</id>
<version>0.1.5</version>
<description>A library that provides logging/analysis of Reactive Extensions observables, events, errors and subscriptions in your application.</description>
<authors>Markus Olsson</authors>
<projectUrl>https://github.com/niik/RxSpy</projectUrl>
<licenseUrl>https://github.com/niik/RxSpy/blob/master/LICENSE</licenseUrl>
<language>en-us</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="Rx-Core" version="2.2.5" />
<dependency id="Rx-Interfaces" version="2.2.5" />
<dependency id="Rx-Linq" version="2.2.5" />
</dependencies>
</metadata>
<files>
<file src="RxSpy\bin\Release\RxSpy.dll" target="lib\net45" />
</files>
</package>