From 8ed243bb4f6b94e6a6a231671c0de64e16c71b1f Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Sun, 10 Jan 2016 16:20:16 -0800 Subject: [PATCH] Bumped version number for 1.3.0 release. --- .../Microsoft.Band.WindowsRuntime.nuspec | 4 ++-- Microsoft.Band.WindowsRuntime/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Microsoft.Band.WindowsRuntime.NuGet/Microsoft.Band.WindowsRuntime.nuspec b/Microsoft.Band.WindowsRuntime.NuGet/Microsoft.Band.WindowsRuntime.nuspec index 3359d81..c9b2218 100644 --- a/Microsoft.Band.WindowsRuntime.NuGet/Microsoft.Band.WindowsRuntime.nuspec +++ b/Microsoft.Band.WindowsRuntime.NuGet/Microsoft.Band.WindowsRuntime.nuspec @@ -2,7 +2,7 @@ Microsoft.Band.WindowsRuntime - 1.2.0 + 1.3.0 Windows Runtime Bindings for the Microsoft Band SDK Phillip Hoff Phillip Hoff @@ -16,7 +16,7 @@ Provides Windows Runtime bindings for the Microsoft Band SDK, enabling use of the SDK from native (i.e. C++) Universal Windows 10 applications. - Adds more bindings to more sensors. + Now contains bindings for all sensors. 2016 (c) Phillip Hoff Microsoft Band WinRT diff --git a/Microsoft.Band.WindowsRuntime/Properties/AssemblyInfo.cs b/Microsoft.Band.WindowsRuntime/Properties/AssemblyInfo.cs index 60b62bc..acba1e8 100644 --- a/Microsoft.Band.WindowsRuntime/Properties/AssemblyInfo.cs +++ b/Microsoft.Band.WindowsRuntime/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] [assembly: ComVisible(false)] \ No newline at end of file