-
Notifications
You must be signed in to change notification settings - Fork 0
/
JB.Common.Reactive.Analytics.nuspec
27 lines (27 loc) · 1.58 KB
/
JB.Common.Reactive.Analytics.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
<?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.Reactive.Analytics</id>
<version>$version$</version>
<authors>Joerg Battermann</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides custom Reactive Extensions Related types and helpers.</description>
<summary>This package contains observable stream analytics / analysis functionality.</summary>
<releaseNotes>Added an AsyncReaderWriterLock.</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="System.Reactive" version="[4.1.0,]" />
</dependencies>
<tags>Reactive Extensions RX rxnet Streaming Analytics Analysis Insight</tags>
</metadata>
<files>
<file src="JB.Common.Reactive.Analytics\bin\Release\JB.Common.Reactive.Analytics.dll" target="lib\net46" />
<file src="JB.Common.Reactive.Analytics\bin\Release\JB.Common.Reactive.Analytics.pdb" target="lib\net46" />
<file src="JB.Common.Reactive.Analytics\bin\Release\JB.Common.Reactive.Analytics.xml" target="lib\net46" />
</files>
</package>