-
Notifications
You must be signed in to change notification settings - Fork 2
/
rx.nuspec
28 lines (28 loc) · 1.31 KB
/
rx.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.RxJava.Droid</id>
<version>1.3.8-pre1</version>
<description>Xamarin Binding Library - RxJava</description>
<authors>tuyen</authors>
<owners>tuyen</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - RxJava</title>
<releaseNotes>RxJava v1.3.8</releaseNotes>
<summary>Xamarin Binding Library - RxJava</summary>
<license type="expression">MIT</license>
<projectUrl>https://github.com/NAXAM/rxjava-android-binding</projectUrl>
<copyright>Copyright (c) 2021 NewWave SolutionS JSC</copyright>
<tags>Xamarin.Android, rxjava</tags>
<dependencies>
<!--<dependency id="Xamarin.Android.Support.Design" version="24.2.1" />
<dependency id="Xamarin.Android.Support.v4" version="24.2.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="24.2.1" />-->
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.RxJava.Droid/bin/Release/Naxam.RxJava.Droid.dll" target="lib/MonoAndroid10/Naxam.RxJava.Droid.dll" />
</files>
</package>