This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>ZhangHai.Android.MaterialProgressBar</id> | ||
<version>1.3.0</version> | ||
<authors>Dominik Minta</authors> | ||
<owners>Dominik Minta</owners> | ||
<licenseUrl>https://github.com/dminta/MaterialProgressBarXamarinAndroidBinding/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/dminta/MaterialProgressBarXamarinAndroidBinding</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/dminta/MaterialProgressBarXamarinAndroidBinding/master/art/launcher_icon-web.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>MaterialProgressBar library binding for Xamarin Android (https://github.com/DreaminginCodeZH/MaterialProgressBar)</description> | ||
<releaseNotes>Initial release</releaseNotes> | ||
<tags>xamarin android xamarin.android monodroid material</tags> | ||
<dependencies> | ||
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.1.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\MaterialProgressBar\bin\Release\ZhangHai.Android.MaterialProgressBar.dll" target="lib\MonoAndroid70\ZhangHai.Android.MaterialProgressBar.dll" /> | ||
</files> | ||
</package> |