Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lora-Bot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
MONICA
Lora Gateway
Lora-Bot
Commits
5778394f
Commit
5778394f
authored
5 years ago
by
philip.schell
Browse files
Options
Downloads
Patches
Plain Diff
[1.8.1] Add Hostname to MQTT, so you can see from witch device the data is recieved
parent
7fbd6efd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lora-Bot/Properties/AssemblyInfo.cs
+6
-5
6 additions, 5 deletions
Lora-Bot/Properties/AssemblyInfo.cs
with
6 additions
and
5 deletions
Lora-Bot/Properties/AssemblyInfo.cs
+
6
−
5
View file @
5778394f
...
...
@@ -4,12 +4,12 @@ using System.Runtime.InteropServices;
// 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
(
"Lora
Display
"
)]
[
assembly
:
AssemblyTitle
(
"Lora
-Bot
"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"Lora
Display
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2018 -
29
.0
3
.2019"
)]
[
assembly
:
AssemblyProduct
(
"Lora
-Bot
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2018 -
14
.0
4
.2019"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
...
...
@@ -31,8 +31,8 @@ using System.Runtime.InteropServices;
// 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 @@ using System.Runtime.InteropServices;
* 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
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment