diff --git a/Lora-Bot/Properties/AssemblyInfo.cs b/Lora-Bot/Properties/AssemblyInfo.cs index dabfd92..e7ad6b5 100644 --- a/Lora-Bot/Properties/AssemblyInfo.cs +++ b/Lora-Bot/Properties/AssemblyInfo.cs @@ -4,12 +4,12 @@ // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die einer Assembly zugeordnet sind. -[assembly: AssemblyTitle("LoraDisplay")] +[assembly: AssemblyTitle("Lora-Bot")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("LoraDisplay")] -[assembly: AssemblyCopyright("Copyright © 2018 - 29.03.2019")] +[assembly: AssemblyProduct("Lora-Bot")] +[assembly: AssemblyCopyright("Copyright © 2018 - 14.04.2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,8 +31,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.8.0")] -[assembly: AssemblyFileVersion("1.8.0")] +[assembly: AssemblyVersion("1.8.1")] +[assembly: AssemblyFileVersion("1.8.1")] /* * 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 @@ -49,4 +49,5 @@ * 1.7.2 Update to local librarys * 1.7.3 Parsing new Status format and Panic Package * 1.8.0 Add field that indicates when the last gps position was recieved, change all times to UTC + * 1.8.1 Add Hostname to MQTT, so you can see from witch device the data is recieved */