Skip to content

Commit

Permalink
[v1.6.1] Fixing a Linebreak Bug
Browse files Browse the repository at this point in the history
[v1.6.2] Adding a Test for Lora Binary
  • Loading branch information
blubbfish committed Nov 7, 2018
1 parent 8670c81 commit e54d8b6
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Lora-Bot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("1.6.2")]
[assembly: AssemblyFileVersion("1.6.2")]
/*
* 1.1.0 Update Scral addresses
* 1.2.0 Run Module Events in threads so that one Module can not block others, TXTOut now appends to the logfile
Expand All @@ -43,4 +43,6 @@
* 1.5.0 Send over Mqtt the new status items and refactoring
* 1.5.1 Dependencies in debian Packet cleaned
* 1.6.0 Implement Height in LoraBot
* 1.6.1 Fixing parsing bug with linebreaks in Lora
* 1.6.2 Adding a Test for Lora Binary
*/
Binary file modified Lora-Bot/bin/Release/Bot-Utils.dll
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/ConnectorDataMqtt.dll
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/Iot-Interfaces.dll
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/Lora-Bot.exe
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/Lora.dll
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/M2Mqtt.dll
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/Utils-IoT.dll
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/Utils.dll
Binary file not shown.
Binary file modified Lora-Bot/bin/Release/litjson.dll
Binary file not shown.

0 comments on commit e54d8b6

Please sign in to comment.