-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathSimpleAuth.Droid.CustomTabs.nuspec
More file actions
21 lines (21 loc) · 1.02 KB
/
SimpleAuth.Droid.CustomTabs.nuspec
File metadata and controls
21 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Clancey.SimpleAuth.Droid.CustomTabs</id>
<version>1.0.3</version>
<authors>Clancey</authors>
<licenseUrl>https://github.com/Clancey/SimpleAuth/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/clancey/SimpleAuth</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds CustomTabs support to SimpleAuth</description>
<releaseNotes>Updated dependencies</releaseNotes>
<copyright>James Clancey</copyright>
<dependencies>
<dependency id="Clancey.SimpleAuth" version="1.0.53"/>
<dependency id="Xamarin.Android.Support.CustomTabs" version="28.0.0.3"/>
</dependencies>
</metadata>
<files>
<file src="src\SimpleAuth.Droid.CustomTabs\bin\Debug\SimpleAuth.Droid.CustomTabs.dll" target="lib\MonoAndroid\SimpleAuth.Droid.CustomTabs.dll" />
</files>
</package>