Skip to content

Commit

Permalink
Bumped version number for 1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphoff committed Jan 11, 2016
1 parent 045e42a commit 8ed243b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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>Microsoft.Band.WindowsRuntime</id>
<version>1.2.0</version>
<version>1.3.0</version>
<title>Windows Runtime Bindings for the Microsoft Band SDK</title>
<authors>Phillip Hoff</authors>
<owners>Phillip Hoff</owners>
Expand All @@ -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.
</summary>
<releaseNotes>
Adds more bindings to more sensors.
Now contains bindings for all sensors.
</releaseNotes>
<copyright>2016 (c) Phillip Hoff</copyright>
<tags>Microsoft Band WinRT</tags>
Expand Down
4 changes: 2 additions & 2 deletions Microsoft.Band.WindowsRuntime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit 8ed243b

Please sign in to comment.