Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit 966338a

Browse files
committed
nuspec
1 parent 729999d commit 966338a

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# BaseRecyclerViewAdapterHelper (BRVAH) binding for Xamarin Android [Work in progress]
1+
# BaseRecyclerViewAdapterHelper (BRVAH) binding for Xamarin Android
22

3-
[BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper) library v2.9.34 included
3+
[BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper) library v2.9.34 included.
4+
5+
Download [CymChad.BaseRecyclerViewAdapterHelper](https://www.nuget.org/packages/CymChad.BaseRecyclerViewAdapterHelper) package from nuget.org.
46

57
Sample app contains basic bindings for libraries:
6-
* [Logger](https://github.com/orhanobut/logger)
7-
* [MaterialSpinner](https://github.com/jaredrummler/MaterialSpinner)
8+
* [Logger](https://github.com/orhanobut/logger),
9+
* [MaterialSpinner](https://github.com/jaredrummler/MaterialSpinner).
10+
11+
Data binding samples are not implemented because Data Binding Library is not supported by Xamarin Android.
812

913
Prerequisites:
10-
* Visual Studio 2017 with Xamarin.Android 8.3.0.19 or newer
11-
* Android SDK API 27
14+
* Visual Studio 2017 with Xamarin.Android 8.3.0.19 or newer,
15+
* Android SDK API 26.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>CymChad.BaseRecyclerViewAdapterHelper</id>
5+
<version>2.9.34.0</version>
6+
<authors>Dominik Minta</authors>
7+
<owners>Dominik Minta</owners>
8+
<licenseUrl>https://github.com/dminta/BaseRecyclerViewAdapterHelperXamarinAndroidBinding/blob/master/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/dminta/BaseRecyclerViewAdapterHelperXamarinAndroidBinding</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>BaseRecyclerViewAdapterHelper (BRVAH) library binding for Xamarin Android (https://github.com/CymChad/BaseRecyclerViewAdapterHelper)</description>
12+
<releaseNotes>Initial release</releaseNotes>
13+
<tags>xamarin android xamarin.android monodroid material</tags>
14+
<dependencies>
15+
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="26.1.0.1" />
16+
</dependencies>
17+
</metadata>
18+
<files>
19+
<file src="..\BaseRecyclerViewAdapterHelper\bin\Release\CymChad.BaseRecyclerViewAdapterHelper.dll" target="lib\MonoAndroid80\CymChad.BaseRecyclerViewAdapterHelper.dll" />
20+
</files>
21+
</package>

0 commit comments

Comments
 (0)