-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nuspec
More file actions
26 lines (26 loc) · 1.06 KB
/
package.nuspec
File metadata and controls
26 lines (26 loc) · 1.06 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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>XamarinCardStackView</id>
<title>XamarinCardStackView</title>
<version>2.3.4</version>
<authors>VJubert</authors>
<owners>VJubert</owners>
<projectUrl>https://github.com/VJubert/XamarinCardStackView</projectUrl>
<licenseUrl>https://github.com/VJubert/XamarinCardStackView/blob/master/LICENSE</licenseUrl>
<repository url="https://github.com/VJubert/XamarinCardStackView.git" type="git"/>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Xamarin binding of Android library CardStackView</description>
<releaseNotes>bind latest version</releaseNotes>
<copyright>Copyright VJubert 2022</copyright>
<tags></tags>
<dependencies>
<group targetFramework="monoandroid12.0">
<dependency id="Xamarin.AndroidX.RecyclerView" version="1.1.0.8"/>
</group>
</dependencies>
</metadata>
<files>
<file src="XamarinCardStackView/bin/Debug/XamarinCardStackView.dll;XamarinCardStackView/bin/Debug/XamarinCardStackView.pdb" target="lib\monoandroid12.0"/>
</files>
</package>