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 Apr 7, 2016
1 parent 3203b0f commit 4df6b1d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions Component/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.8.1
version: 1.3.8.2
src-url: https://github.com/mattleibow/Microsoft-Band-SDK-Bindings

details: Details.md
Expand All @@ -22,9 +22,9 @@ libraries:
- ../output/ios/Microsoft.Band.iOS.dll
- ../output/ios/Microsoft.Band.Portable.dll
packages:
winphone-8.1: Xamarin.Microsoft.Band, Version=1.3.8.1
android: Xamarin.Microsoft.Band, Version=1.3.8.1
ios-unified: Xamarin.Microsoft.Band, Version=1.3.8.1
winphone-8.1: Xamarin.Microsoft.Band, Version=1.3.8.2
android: Xamarin.Microsoft.Band, Version=1.3.8.2
ios-unified: Xamarin.Microsoft.Band, Version=1.3.8.2
local-nuget-repo: ../output/

screenshots:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.8.0")]
[assembly: AssemblyFileVersion("1.3.8.1")]
[assembly: AssemblyFileVersion("1.3.8.2")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.8.0")]
[assembly: AssemblyFileVersion("1.3.8.1")]
[assembly: AssemblyFileVersion("1.3.8.2")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.8.0")]
[assembly: AssemblyFileVersion("1.3.8.1")]
[assembly: AssemblyFileVersion("1.3.8.2")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.8.0")]
[assembly: AssemblyFileVersion("1.3.8.1")]
[assembly: AssemblyFileVersion("1.3.8.2")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.8.0")]
[assembly: AssemblyFileVersion("1.3.8.1")]
[assembly: AssemblyFileVersion("1.3.8.2")]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.8.0")]
[assembly: AssemblyFileVersion("1.3.8.1")]
[assembly: AssemblyFileVersion("1.3.8.2")]

// let everyone know this is not meant to be used
[assembly: ReferenceAssembly]
2 changes: 1 addition & 1 deletion NuGet/Xamarin.Microsoft.Band.Native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Xamarin.Microsoft.Band.Native</id>
<version>1.3.8.1</version>
<version>1.3.8.2</version>
<title>Microsoft Band Native SDK for Xamarin and Windows</title>
<authors>Xamarin Inc.</authors>
<licenseUrl>https://components.xamarin.com/license/microsoft-band-sdk</licenseUrl>
Expand Down
14 changes: 7 additions & 7 deletions NuGet/Xamarin.Microsoft.Band.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Xamarin.Microsoft.Band</id>
<version>1.3.8.1</version>
<version>1.3.8.2</version>
<title>Microsoft Band SDK for Xamarin and Windows</title>
<authors>Xamarin Inc.</authors>
<licenseUrl>https://components.xamarin.com/license/microsoft-band-sdk</licenseUrl>
Expand All @@ -16,22 +16,22 @@
<tags>Microsoft Band,Fitness,Health,Xamarin,Android,iOS,windows phone,wp8,monodroid,monoandroid,monotouch</tags>
<dependencies>
<group targetFramework="netcore451">
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.1" />
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.2" />
</group>
<group targetFramework="win">
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.1" />
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.2" />
</group>
<group targetFramework="wpa81">
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.1" />
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.2" />
</group>
<group targetFramework="uap10.0">
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.1" />
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.2" />
</group>
<group targetFramework="monoandroid">
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.1" />
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.2" />
</group>
<group targetFramework="xamariniOS">
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.1" />
<dependency id="Xamarin.Microsoft.Band.Native" version="1.3.8.2" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 4df6b1d

Please sign in to comment.