forked from segmentio/Analytics.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnalytics.nuspec
More file actions
37 lines (37 loc) · 2.3 KB
/
Analytics.nuspec
File metadata and controls
37 lines (37 loc) · 2.3 KB
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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Analytics</id>
<version>3.1.0-alpha</version>
<title>Analytics</title>
<authors>Segment Team</authors>
<licenseUrl>https://raw.githubusercontent.com/segmentio/Analytics.NET/master/README.md</licenseUrl>
<projectUrl>https://segment.com</projectUrl>
<iconUrl>https://segment.com/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The .NET API for analytics, by Segment. Install and immediately send data to 150+ analytics and business intelligence tools with the flip of a switch.</description>
<summary>The Segment .NET client library is the simplest and best way to integrate analytics into your .NET application. Check out docs at: https://segment.com/docs/libraries/net/ and code at https://github.com/segmentio/Analytics.NET</summary>
<releaseNotes>Check out the changelog at: https://raw.githubusercontent.com/segmentio/Analytics.NET/master/Analytics/History.md</releaseNotes>
<language>en-US</language>
<tags>analytics, Segment</tags>
<dependencies>
<group targetFramework="net35">
<dependency id="AsyncBridge.Net35" version="0.2.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="System.Threading.Thread" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Net" targetFramework="net35" />
</frameworkAssemblies>
</metadata>
<files>
<file src="Analytics.Net35/bin/Release/net35/Analytics.dll" target="lib/net35/" />
<file src="Analytics/bin/Release/netstandard1.3/Analytics.dll" target="lib/netstandard1.3/" />
</files>
</package>