Skip to content

Commit

Permalink
upped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Mar 24, 2015
1 parent e404083 commit 720b0ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DotNetDevAddict.Microsoft.Band.Xamarin.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?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>
Expand All @@ -18,7 +18,7 @@
</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" />
<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>
5 changes: 5 additions & 0 deletions build-bindings.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

xamarin-component package

nuget pack DotNetDevAddict.Microsoft.Band.Xamarin.nuspec
2 changes: 1 addition & 1 deletion component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: microsoft-band-sdk
publisher: Xamarin Inc
publisher-url: http://xamarin.com
summary: Extend the experience of your application to your users' wrists via a new dimension of interaction.
version: 1.3.0
version: 1.3.1
src-url: https://github.com/mattleibow/Microsoft-Band-SDK-Bindings

details: Readme.md
Expand Down

0 comments on commit 720b0ab

Please sign in to comment.