Skip to content

Commit

Permalink
version: update the version of the Core and Xamarin packages to 1.0.3…
Browse files Browse the repository at this point in the history
… and 1.0.2

- Updated the release notes and documentation copyright too.

https://onedigi.atlassian.net/browse/XBCSL-60

Signed-off-by: Diego Escalona <[email protected]>
  • Loading branch information
diescalo committed Nov 11, 2022
1 parent 1986c62 commit 380dcc6
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 16 deletions.
2 changes: 1 addition & 1 deletion XBeeLibrary.Core/XBeeLibrary.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>XBeeLibrary.Core</RootNamespace>
<AssemblyName>XBeeLibrary.Core</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>Digi International Inc.</Company>
<Copyright>Copyright 2019-2022, Digi International Inc. All rights reserved.</Copyright>
<Product>XBee Library Core</Product>
Expand Down
29 changes: 27 additions & 2 deletions XBeeLibrary.Core/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
XBeeLibrary.Core

Release Notes
Build 1.0.2
20 May, 2022
Build 1.0.3
9 November, 2022

Copyright 2019-2022, Digi International Inc.
http://www.digi.com
Expand All @@ -15,6 +15,31 @@
which allows customers to easily develop C# applications that communicate with
XBee modules.

XBee C# Library v1.0.3, November 2022
-------------------------------------------------------------------------------
1. Supported Hardware:
* XBee modules:
* XBee/XBee-PRO RF Module Family
* XBee 3 (Zigbee 3, DigiMesh 2.4, 802.15.4 and Cellular)
* XBee Cellular
* XBee 802.15.4
* XBee-PRO 802.15.4
* XBee ZB
* XBee-PRO ZB
* XBee ZB SMT
* XBee-PRO ZB SMT
* XBee-PRO 900HP
* XBee-PRO 900
* XBee-PRO DigiMesh 900
* XBee DigiMesh 2.4
* XBee-PRO DigiMesh 2.4
* XBee-PRO 868
* XBee 865LP
* XBee 868LP

2. Changes with respect to previous version:
* Added support for new hardware versions.

XBee C# Library v1.0.2, May 2022
-------------------------------------------------------------------------------
1. Supported Hardware:
Expand Down
14 changes: 4 additions & 10 deletions XBeeLibrary.Xamarin/XBeeLibrary.Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<RootNamespace>XBeeLibrary.Xamarin</RootNamespace>
<AssemblyName>XBeeLibrary.Xamarin</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Company>Digi International Inc.</Company>
<Copyright>Copyright 2019, 2020, Digi International Inc. All rights reserved.</Copyright>
<Copyright>Copyright 2019-2022, Digi International Inc. All rights reserved.</Copyright>
<Product>XBee Library for Xamarin</Product>
<Title>XBee Library for Xamarin</Title>
<Authors>Digi International Inc.</Authors>
Expand All @@ -21,14 +21,8 @@
<PackageTags>xbee, library, xamarin, digi-xbee, digi, zigbee, bluetooth, rf</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- Limited the number of bytes that can be sent per operation to other XBee interfaces to 255 bytes.
- The library now splits and sends data in chunks when it exceeds the MTU size.
- Added more possibilities to instantiate XBeeBLEDevice classes.
- Updated the Plugin.BLE nuget version to 2.1.1 in the examples and library.
- Examples:
- Updated the Anddroid SDK target version to API 28.
- Updated the minimum iOS version to 10.2
- Added 2 new keys in iOS to allow the examples to use Bluetooth.
- Fixed a BLE connection problem for some Android devices.
- Updated the Nuget packages of the library to their latest version.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
17 changes: 14 additions & 3 deletions XBeeLibrary.Xamarin/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
XBeeLibrary.Xamarin

Release Notes
Build 1.0.1
15 September, 2020
Build 1.0.2
9 November, 2022

Copyright 2019, 2020, Digi International Inc.
Copyright 2019-2022, Digi International Inc.
http://www.digi.com

Introduction
Expand All @@ -15,6 +15,17 @@
Xamarin, which allows customers to easily develop Xamarin applications that
communicate with XBee modules over Bluetooth Low Energy.

XBee Library for Xamarin v1.0.2, November 2022
-------------------------------------------------------------------------------
1. Supported Hardware:
* XBee modules:
* XBee/XBee-PRO RF Module Family
* XBee 3 (Zigbee 3, DigiMesh 2.4, 802.15.4 and Cellular)

2. Changes with respect to previous version:
* Fixed a BLE connection problem for some Android devices.
* Updated the Nuget packages of the library to their latest version.

XBee Library for Xamarin v1.0.1, September 2020
-------------------------------------------------------------------------------
1. Supported Hardware:
Expand Down

0 comments on commit 380dcc6

Please sign in to comment.