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

Commit

Permalink
nuspec and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dminta committed Feb 17, 2017
1 parent f4d9de9 commit e70e097
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added art/launcher_icon-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions nuspec/ZhangHai.Android.MaterialProgressBar.nuspec
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>

0 comments on commit e70e097

Please sign in to comment.