This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathXamarin.Forms.AppLinks.nuspec
36 lines (36 loc) · 1.71 KB
/
Xamarin.Forms.AppLinks.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Xamarin.Forms.AppLinks</id>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>microsoft xamarin</owners>
<tags>xamarin forms applinks xamarinforms xamarin.forms</tags>
<license type="expression">MIT</license>
<iconUrl>https://raw.githubusercontent.com/xamarin/Xamarin.Forms/master/Assets/xamarin_128x128.png</iconUrl>
<projectUrl>http://xamarin.com/forms</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Add support for deep linking and indexing app content using Xamarin.Forms on the Android Platform</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<group targetFramework="MonoAndroid81">
<dependency id="Xamarin.GooglePlayServices.AppIndexing" version="60.1142.1"/>
</group>
<group targetFramework="MonoAndroid90">
<dependency id="Xamarin.GooglePlayServices.AppIndexing" version="60.1142.1"/>
</group>
</dependencies>
<references>
<group targetFramework="MonoAndroid81">
<reference file="Xamarin.Forms.Platform.Android.AppLinks.dll" />
</group>
<group targetFramework="MonoAndroid90">
<reference file="Xamarin.Forms.Platform.Android.AppLinks.dll" />
</group>
</references>
</metadata>
<files>
<file src="..\Xamarin.Forms.Platform.Android.AppLinks\bin\$Configuration$\MonoAndroid81\Xamarin.Forms.Platform.Android.AppLinks.dll" target="lib\MonoAndroid81" />
<file src="..\Xamarin.Forms.Platform.Android.AppLinks\bin\$Configuration$\MonoAndroid90\Xamarin.Forms.Platform.Android.AppLinks.dll" target="lib\MonoAndroid90" />
</files>
</package>