Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BACnetClientExampleCSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ unsafe class BACnetServer
const string SETTING_BACNET_SERVER_IP_ADDRESS = "192.168.1.26";

// Version
const string APPLICATION_VERSION = "0.0.3";
const string APPLICATION_VERSION = "0.0.4";

// User Input
ConsoleKey subOption = ConsoleKey.NoName; // If set to NoName, no suboption. See CheckUserInput for more info
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

## Version 0.0.x

### 0.0.4 (2020-Sep-25)

- Updated to CAS BACnet stack version 3.19.0.x

### 0.0.3 (2020-Jun-19)

- Updated readme.
- Added additional comments.
- Quit functionality implemented.

### 0.0.2 (2019-Aug-16)

- Updated ReadMe with added user inputs.
- Added additional WhoIs message options.

### 0.0.1 (2019-Jun-21)

- Inital release.
2 changes: 1 addition & 1 deletion submodules/cas-bacnet-stack