From c056e90aa457b307115e5792d0598bc2558e7e6e Mon Sep 17 00:00:00 2001 From: Sergey Svinolobov Date: Sun, 26 Nov 2023 21:21:23 -0500 Subject: [PATCH] version changed for the new release: 1.6.0 --- BLEConsole/Helpers.cs | 2 +- BLEConsole/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BLEConsole/Helpers.cs b/BLEConsole/Helpers.cs index fe15cae..6fa2870 100644 --- a/BLEConsole/Helpers.cs +++ b/BLEConsole/Helpers.cs @@ -116,7 +116,7 @@ public string Name return "Custom Characteristic: " + characteristic.Uuid; } } - break; + default: break; } diff --git a/BLEConsole/Properties/AssemblyInfo.cs b/BLEConsole/Properties/AssemblyInfo.cs index f653b97..384b946 100644 --- a/BLEConsole/Properties/AssemblyInfo.cs +++ b/BLEConsole/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.5.6.0")] -[assembly: AssemblyFileVersion("1.5.6.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")]