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
22 lines (22 loc) · 1.39 KB
/
Analytics.nuspec
File metadata and controls
22 lines (22 loc) · 1.39 KB
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="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Analytics.MultiPlatformTest</id>
<version>0.1.0</version>
<title>Analytics</title>
<authors>Kevin Gilliard</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>
</metadata>
<files>
<file src="Analytics/bin/Release/**/*.dll" target="lib" />
</files>
</package>