This repository has been archived by the owner on May 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDatadogSharp.nuspec
39 lines (39 loc) · 2.04 KB
/
DatadogSharp.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
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DatadogSharp</id>
<version>1.5.5.1</version>
<title>DatadogSharp</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
<projectUrl>https://github.com/neuecc/DatadogSharp/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Yet another C# Datadog client that supports DogStatsD and APM.</description>
<tags>Datadog, StatsD</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.7.1" />
<dependency id="Ben.Demystifier" version="0.0.8" />
</group>
<group targetFramework=".NETFramework4.6">
<dependency id="MessagePack" version="1.7.1" />
<dependency id="Ben.Demystifier" version="0.0.8" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="MessagePack" version="1.7.1" />
<dependency id="System.Net.Http" version="4.3.1" />
<dependency id="System.Net.Sockets" version="4.3.0" />
<dependency id="System.Security.Cryptography.Algorithms" version="4.3.0" />
<dependency id="Ben.Demystifier" version="0.0.8" />
</group>
</dependencies>
</metadata>
<files>
<file src="DatadogSharp\bin\Release\netstandard2.0\DatadogSharp.dll" target="lib\netstandard2.0" />
<file src="DatadogSharp\bin\Release\netstandard2.0\DatadogSharp.xml" target="lib\netstandard2.0" />
<file src="DatadogSharp\bin\Release\net45\DatadogSharp.dll" target="lib\net45" />
<file src="DatadogSharp\bin\Release\net45\DatadogSharp.xml" target="lib\net45" />
<file src="DatadogSharp\bin\Release\net46\DatadogSharp.dll" target="lib\net46" />
<file src="DatadogSharp\bin\Release\net46\DatadogSharp.xml" target="lib\net46" />
</files>
</package>