Skip to content

Commit

Permalink
added a nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Mar 22, 2015
1 parent 04bd2be commit e404083
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions DotNetDevAddict.Microsoft.Band.Xamarin.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>DotNetDevAddict.Microsoft.Band.Xamarin</id>
<version>1.3.1-preview</version>
<title>Microsoft Band SDK Preview for Xamarin</title>
<authors>.NET Development Addict</authors>
<licenseUrl>https://raw.githubusercontent.com/mattleibow/Microsoft-Band-SDK-Bindings/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mattleibow/Microsoft-Band-SDK-Bindings</projectUrl>
<iconUrl>https://raw.githubusercontent.com/mattleibow/Microsoft-Band-SDK-Bindings/master/Icons/microsoft-band-sdk_256x256.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Extend the experience of your application to your users' wrists via a new dimension of interaction.</description>
<copyright>Microsoft and .NET Development Addict</copyright>
<dependencies>
<group targetFramework="portable-net45+win+wpa81">
<dependency id="Microsoft.Band" version="1.3.10219-preview" />
</group>
</dependencies>
</metadata>
<files>
<file src="Microsoft.Band\Microsoft.Band.Android\bin\Release\Microsoft.Band.Android.dll" target="lib\MonoAndroid\Microsoft.Band.Android.dll" />
<file src="Microsoft.Band\Microsoft.Band.iOS\bin\Release\Microsoft.Band.iOS.dll" target="lib\XamariniOS\Microsoft.Band.iOS.dll" />
</files>
</package>

0 comments on commit e404083

Please sign in to comment.