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
Compare revisions
997a0508531a2c9bd7374a1cc2d443942ce01f99 to f83a8e933a9f964b7ebd8bb6958fe7f2fab74b68
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
monica/lora-gateway/lora-bot
Select target project
No results found
f83a8e933a9f964b7ebd8bb6958fe7f2fab74b68
Select Git revision
Branches
master
Tags
v1.7.1
v1.7.2
v1.7.3
v1.8.0
v1.8.1
v1.8.2
v1.8.3
v1.8.4
Swap
Target
monica/lora-gateway/lora-bot
Select target project
monica/lora-gateway/lora-bot
1 result
997a0508531a2c9bd7374a1cc2d443942ce01f99
Select Git revision
Branches
master
Tags
v1.7.1
v1.7.2
v1.7.3
v1.8.0
v1.8.1
v1.8.2
v1.8.3
v1.8.4
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
[1.8.4] Fixing a bug related to threaded working with data
· f83a8e93
philip.schell
authored
5 years ago
f83a8e93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lora-Bot/Properties/AssemblyInfo.cs
+4
-3
4 additions, 3 deletions
Lora-Bot/Properties/AssemblyInfo.cs
with
4 additions
and
3 deletions
Lora-Bot/Properties/AssemblyInfo.cs
View file @
f83a8e93
...
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
...
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
"Fraunhofer FIT"
)]
[
assembly
:
AssemblyCompany
(
"Fraunhofer FIT"
)]
[
assembly
:
AssemblyProduct
(
"Lora-Bot"
)]
[
assembly
:
AssemblyProduct
(
"Lora-Bot"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2018 -
31
.0
5
.2019"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2018 -
08
.0
7
.2019"
)]
[
assembly
:
AssemblyTrademark
(
"Fraunhofer FIT, BlubbFish"
)]
[
assembly
:
AssemblyTrademark
(
"Fraunhofer FIT, BlubbFish"
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
NeutralResourcesLanguage
(
"de-DE"
)]
[
assembly
:
NeutralResourcesLanguage
(
"de-DE"
)]
...
@@ -33,8 +33,8 @@ using System.Runtime.InteropServices;
...
@@ -33,8 +33,8 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.8.
3
"
)]
[
assembly
:
AssemblyVersion
(
"1.8.
4
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.
3
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.
4
"
)]
/*
/*
* 1.1.0 Update Scral addresses
* 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
* 1.2.0 Run Module Events in threads so that one Module can not block others, TXTOut now appends to the logfile
...
@@ -54,4 +54,5 @@ using System.Runtime.InteropServices;
...
@@ -54,4 +54,5 @@ using System.Runtime.InteropServices;
* 1.8.1 Add Hostname to MQTT, so you can see from witch device the data is recieved
* 1.8.1 Add Hostname to MQTT, so you can see from witch device the data is recieved
* 1.8.2 Bugfix, create also an event for sending normal loradata when update panic
* 1.8.2 Bugfix, create also an event for sending normal loradata when update panic
* 1.8.3 Update to changed ConnectorDataMqtt and remove Scral from code, because its an own project now, that uses the mqtt-backend
* 1.8.3 Update to changed ConnectorDataMqtt and remove Scral from code, because its an own project now, that uses the mqtt-backend
* 1.8.4 Fixing a bug related to threaded working with data
*/
*/
This diff is collapsed.
Click to expand it.