-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdjustOaid.nuspec
More file actions
50 lines (48 loc) · 2.99 KB
/
AdjustOaid.nuspec
File metadata and controls
50 lines (48 loc) · 2.99 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
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Adjust.Maui.Sdk.Oaid</id>
<version>5.5.0</version>
<title>Adjust MAUI SDK OAID Plugin</title>
<authors>Adjust GmbH</authors>
<owners>Adjust GmbH</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/adjust/maui_sdk</projectUrl>
<iconUrl>https://raw.github.com/adjust/adjust_sdk/master/Resources/windows/gravatar.gif</iconUrl>
<icon>gravatar.jpg</icon>
<description>This is the OAID plugin for the MAUI SDK of Adjust. http://www.adjust.com</description>
<summary>This is the OAID plugin for the MAUI SDK of Adjust. http://www.adjust.com</summary>
<readme>README.md</readme>
<releaseNotes></releaseNotes>
<copyright></copyright>
<language></language>
<tags>adjust maui android ios measurement analytics oaid</tags>
<dependencies>
<!-- .NET 8 -->
<group targetFramework="net8.0-android34.0">
<dependency id="Adjust.Maui.Sdk" version="5.5.0" />
</group>
<!-- .NET 10 -->
<group targetFramework="net10.0-android36.0">
<dependency id="Adjust.Maui.Sdk" version="5.5.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="gravatar.jpg" target="" />
<file src="README.md" target="" />
<!-- .NET 8 Android -->
<file src=".artifacts/AdjustOaid/bin/Release/net8.0-android34.0/AdjustOaid.dll" target="lib/net8.0-android34.0/AdjustOaid.dll" />
<file src=".artifacts/AdjustOaid/bin/Release/net8.0-android34.0/AdjustOaid.xml" target="lib/net8.0-android34.0/AdjustOaid.xml" />
<file src=".artifacts/AdjustOaid.AndroidBinding/bin/Release/net8.0-android34.0/AdjustOaid.AndroidBinding.dll" target="lib/net8.0-android34.0/AdjustOaid.AndroidBinding.dll" />
<file src=".artifacts/AdjustOaid.AndroidBinding/bin/Release/net8.0-android34.0/AdjustOaid.AndroidBinding.xml" target="lib/net8.0-android34.0/AdjustOaid.AndroidBinding.xml" />
<file src="android/AdjustOaid.AndroidBinding/libs/adjust-android-oaid.aar" target="lib/net8.0-android34.0/adjust-android-oaid.aar" />
<!-- .NET 10 Android -->
<file src=".artifacts/AdjustOaid/bin/Release/net10.0-android36.0/AdjustOaid.dll" target="lib/net10.0-android36.0/AdjustOaid.dll" />
<file src=".artifacts/AdjustOaid/bin/Release/net10.0-android36.0/AdjustOaid.xml" target="lib/net10.0-android36.0/AdjustOaid.xml" />
<file src=".artifacts/AdjustOaid.AndroidBinding/bin/Release/net10.0-android36.0/AdjustOaid.AndroidBinding.dll" target="lib/net10.0-android36.0/AdjustOaid.AndroidBinding.dll" />
<file src=".artifacts/AdjustOaid.AndroidBinding/bin/Release/net10.0-android36.0/AdjustOaid.AndroidBinding.xml" target="lib/net10.0-android36.0/AdjustOaid.AndroidBinding.xml" />
<file src="android/AdjustOaid.AndroidBinding/libs/adjust-android-oaid.aar" target="lib/net10.0-android36.0/adjust-android-oaid.aar" />
</files>
</package>