From c68064827d64af957d6f8ee5ff23147fba209ec6 Mon Sep 17 00:00:00 2001 From: Diego Escalona Date: Thu, 14 Sep 2023 18:17:47 +0200 Subject: [PATCH] release_notes: update release notes and release date Signed-off-by: Diego Escalona --- CONTRIBUTING.md | 4 ++-- DigiIoT.Maui/DigiIoT.Maui.csproj | 8 ++++++-- DigiIoT.Maui/release_notes.txt | 13 ++++++++++--- README.md | 8 +++++++- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6f714b..092e142 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ The way to report bugs is to use the Before reporting a bug, please read the following points: 1. Make sure that it is really a bug by checking the -[documentation](https://www.digi.com/resources/documentation/digidocs/90002569). +[documentation](https://www.digi.com/resources/documentation/digidocs/90002569/). 2. If you still think you have found a bug, make sure someone has not already reported it. See the list of [known issues](http://github.com/digidotcom/digi-iot-maui/issues). @@ -26,7 +26,7 @@ should be asked on the [Digi Forum](http://www.digi.com/support/forum) instead. ## Suggesting a new feature -1. Consult the [documentation](https://www.digi.com/resources/documentation/digidocs/90002569) +1. Consult the [documentation](https://www.digi.com/resources/documentation/digidocs/90002569/) to ensure that the behavior you would like is not excluded. 2. Make sure someone has not already requested it. See the list of [known issues](http://github.com/digidotcom/digi-iot-maui/issues). diff --git a/DigiIoT.Maui/DigiIoT.Maui.csproj b/DigiIoT.Maui/DigiIoT.Maui.csproj index 3b62873..0c53c36 100644 --- a/DigiIoT.Maui/DigiIoT.Maui.csproj +++ b/DigiIoT.Maui/DigiIoT.Maui.csproj @@ -21,7 +21,7 @@ Digi International Inc. MPL-2.0 true - http://www.digi.com/resources/documentation/digidocs/90002569/ + https://www.digi.com/resources/documentation/digidocs/90002569/ https://github.com/digidotcom/digi-iot-maui git https://raw.githubusercontent.com/digidotcom/xbee-iot-maui/master/nuget_icon.png @@ -40,7 +40,11 @@ - Connect - Disconnect - Send data - - Receive data (directly or through events) + - Receive data (directly or through events) + - Bluetooth Low Energy specific functionality: + - Automatic Bluetooth permissions request handling for Android and iOS + - Custom Bluetooth event delegates to be notified about changes in the interface + - Bluetooth scan functionality to look for BLE devices and get notified when they are discovered - XBee specific functionality: - Configure common parameters with specific setters and getters. - Configure any other parameter with generic methods. diff --git a/DigiIoT.Maui/release_notes.txt b/DigiIoT.Maui/release_notes.txt index e6262d3..caa0b0c 100644 --- a/DigiIoT.Maui/release_notes.txt +++ b/DigiIoT.Maui/release_notes.txt @@ -3,7 +3,7 @@ Release Notes (PN 93001378_A) Build 1.0.0 - 24 July, 2023 + 14 September, 2023 Copyright 2023, Digi International Inc. http://www.digi.com @@ -16,7 +16,7 @@ applications in .NET MAUI that communicate with Digi IoT devices over Bluetooth Low Energy. - Digi IoT Library for .NET MAUI v1.0.0, July 2023 + Digi IoT Library for .NET MAUI v1.0.0, September 2023 ------------------------------------------------------------------------------- 1. Supported Hardware: * Digi ConnectCore devices. @@ -48,8 +48,15 @@ * Set IO line value. * Read IO line value. + * Bluetooth Low Energy specific functionality: + * Automatic Bluetooth permissions request handling for Android and iOS + * Custom Bluetooth event delegates to be notified about changes in the + interface + * Bluetooth scan functionality to look for BLE devices and get notified + when they are discovered + * Maui application examples demonstrating some API specific features. - * Communicate with ConnectCore devices over Bluetooth Low Energy. + * Communicate with ConnectCore devices over Bluetooth Low Energy. * Configure XBee devices over Bluetooth Low Energy. * Send and receive data over Bluetooth Low Energy to a micro-controller connected to the XBee serial interface. diff --git a/README.md b/README.md index 20c7dd1..40ac0f3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ Energy: * Disconnect * Send data * Receive data (directly or through events) +* Bluetooth Low Energy specific functionality: + * Automatic Bluetooth permissions request handling for Android and iOS + * Custom Bluetooth event delegates to be notified about changes in the +interface + * Bluetooth scan functionality to look for BLE devices and get notified +when they are discovered * XBee specific functionality: * Configure common parameters with specific setters and getters. * Configure any other parameter with generic methods. @@ -47,7 +53,7 @@ different interfaces (Serial and MicroPython). ## Start Here The best place to get started is the -[Digi IoT Library for .NET MAUI User Guide](https://www.digi.com/resources/documentation/digidocs/90002569). +[Digi IoT Library for .NET MAUI User Guide](https://www.digi.com/resources/documentation/digidocs/90002569/). ## How to Contribute