Skip to content

Commit

Permalink
Bumped version number for 1.1 release. Removed unreferenced code gene…
Browse files Browse the repository at this point in the history
…rating a warning.
  • Loading branch information
philliphoff committed Jan 7, 2016
1 parent 5c2ba8a commit a9c56b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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.0.0</version>
<version>1.1.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>
This is the initial release.
Adds bindings to additional 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ namespace Microsoft.Band.WindowsRuntime.Sensors
{
public sealed class BandAmbientLightSensorReadingEventArgs
{
private readonly IBandAmbientLightReading reading;

public BandAmbientLightSensorReadingEventArgs(IBandAmbientLightReading sensorReading)
{
if (sensorReading == null)
Expand Down

0 comments on commit a9c56b2

Please sign in to comment.