-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathUID2.Client.nuspec
More file actions
34 lines (34 loc) · 1.6 KB
/
UID2.Client.nuspec
File metadata and controls
34 lines (34 loc) · 1.6 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
<?xml version="1.0"?>
<package>
<metadata>
<id>UID2.Client</id>
<version>6.1.0</version>
<!-- When changing the above, ensure you also change Uid2ClientHelper.cs -->
<title>UID2 Client C# SDK</title>
<authors>UID2 team</authors>
<owners>UID2 team</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/IABTechLab/uid2-client-net</projectUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Client for working with advertising UID2 services</description>
<copyright>Copyright 2023 The Trade Desk, Inc</copyright>
<tags>UID2</tags>
<readme>README.md</readme>
<repository type="git" url="https://github.com/IABTechLab/uid2-client-net.git" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="NETStandard.Library" version="[2.0.0, )" />
<dependency id="BouncyCastle.Cryptography" version="2.5.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.IdentityModel.Tokens" version="5.7.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\UID2.Client\bin\Release\netstandard2.0\UID2.Client.dll" target="lib\netstandard2.0\UID2.Client.dll" />
<file src="test\UID2.Client.Test.Utils\bin\Release\netstandard2.0\UID2.Client.Test.Utils.dll" target="lib\netstandard2.0\UID2.Client.Test.Utils.dll" />
<file src="icon.png" target="" />
<file src="README.md" target="" />
</files>
</package>