Skip to content

Commit

Permalink
version changed for the new release: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Svinolobov committed Nov 27, 2023
1 parent 9639947 commit c056e90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BLEConsole/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public string Name
return "Custom Characteristic: " + characteristic.Uuid;
}
}
break;

default:
break;
}
Expand Down
4 changes: 2 additions & 2 deletions BLEConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit c056e90

Please sign in to comment.