Skip to content

Commit 134edb6

Browse files
authored
Version update (#9)
* Updated CAS BACnet stack to version 3.19.0.x * Updated version number
1 parent f139a4d commit 134edb6

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

BACnetClientExampleCSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ unsafe class BACnetServer
4646
const string SETTING_BACNET_SERVER_IP_ADDRESS = "192.168.1.26";
4747

4848
// Version
49-
const string APPLICATION_VERSION = "0.0.3";
49+
const string APPLICATION_VERSION = "0.0.4";
5050

5151
// User Input
5252
ConsoleKey subOption = ConsoleKey.NoName; // If set to NoName, no suboption. See CheckUserInput for more info

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
## Version 0.0.x
4+
5+
### 0.0.4 (2020-Sep-25)
6+
7+
- Updated to CAS BACnet stack version 3.19.0.x
8+
9+
### 0.0.3 (2020-Jun-19)
10+
11+
- Updated readme.
12+
- Added additional comments.
13+
- Quit functionality implemented.
14+
15+
### 0.0.2 (2019-Aug-16)
16+
17+
- Updated ReadMe with added user inputs.
18+
- Added additional WhoIs message options.
19+
20+
### 0.0.1 (2019-Jun-21)
21+
22+
- Inital release.

submodules/cas-bacnet-stack

0 commit comments

Comments
 (0)