Skip to content

Commit

Permalink
release_notes: update release notes and release date
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Escalona <[email protected]>
  • Loading branch information
diescalo committed Sep 14, 2023
1 parent 2ce5292 commit c680648
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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).
Expand Down
8 changes: 6 additions & 2 deletions DigiIoT.Maui/DigiIoT.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Authors>Digi International Inc.</Authors>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>http://www.digi.com/resources/documentation/digidocs/90002569/</PackageProjectUrl>
<PackageProjectUrl>https://www.digi.com/resources/documentation/digidocs/90002569/</PackageProjectUrl>
<RepositoryUrl>https://github.com/digidotcom/digi-iot-maui</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIconUrl>https://raw.githubusercontent.com/digidotcom/xbee-iot-maui/master/nuget_icon.png</PackageIconUrl>
Expand All @@ -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.
Expand Down
13 changes: 10 additions & 3 deletions DigiIoT.Maui/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit c680648

Please sign in to comment.