We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9639947 commit c056e90Copy full SHA for c056e90
BLEConsole/Helpers.cs
@@ -116,7 +116,7 @@ public string Name
116
return "Custom Characteristic: " + characteristic.Uuid;
117
}
118
119
- break;
+
120
default:
121
break;
122
BLEConsole/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.5.6.0")]
36
-[assembly: AssemblyFileVersion("1.5.6.0")]
+[assembly: AssemblyVersion("1.6.0.0")]
+[assembly: AssemblyFileVersion("1.6.0.0")]
0 commit comments