Skip to content

Commit 380dcc6

Browse files
committed
version: update the version of the Core and Xamarin packages to 1.0.3 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]>
1 parent 1986c62 commit 380dcc6

File tree

4 files changed

+46
-16
lines changed

4 files changed

+46
-16
lines changed

XBeeLibrary.Core/XBeeLibrary.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>XBeeLibrary.Core</RootNamespace>
66
<AssemblyName>XBeeLibrary.Core</AssemblyName>
77
<TargetFramework>netstandard2.0</TargetFramework>
8-
<Version>1.0.2</Version>
8+
<Version>1.0.3</Version>
99
<Company>Digi International Inc.</Company>
1010
<Copyright>Copyright 2019-2022, Digi International Inc. All rights reserved.</Copyright>
1111
<Product>XBee Library Core</Product>

XBeeLibrary.Core/release_notes.txt

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
XBeeLibrary.Core
33

44
Release Notes
5-
Build 1.0.2
6-
20 May, 2022
5+
Build 1.0.3
6+
9 November, 2022
77

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

18+
XBee C# Library v1.0.3, November 2022
19+
-------------------------------------------------------------------------------
20+
1. Supported Hardware:
21+
* XBee modules:
22+
* XBee/XBee-PRO RF Module Family
23+
* XBee 3 (Zigbee 3, DigiMesh 2.4, 802.15.4 and Cellular)
24+
* XBee Cellular
25+
* XBee 802.15.4
26+
* XBee-PRO 802.15.4
27+
* XBee ZB
28+
* XBee-PRO ZB
29+
* XBee ZB SMT
30+
* XBee-PRO ZB SMT
31+
* XBee-PRO 900HP
32+
* XBee-PRO 900
33+
* XBee-PRO DigiMesh 900
34+
* XBee DigiMesh 2.4
35+
* XBee-PRO DigiMesh 2.4
36+
* XBee-PRO 868
37+
* XBee 865LP
38+
* XBee 868LP
39+
40+
2. Changes with respect to previous version:
41+
* Added support for new hardware versions.
42+
1843
XBee C# Library v1.0.2, May 2022
1944
-------------------------------------------------------------------------------
2045
1. Supported Hardware:

XBeeLibrary.Xamarin/XBeeLibrary.Xamarin.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<RootNamespace>XBeeLibrary.Xamarin</RootNamespace>
66
<AssemblyName>XBeeLibrary.Xamarin</AssemblyName>
77
<TargetFramework>netstandard2.0</TargetFramework>
8-
<Version>1.0.1</Version>
8+
<Version>1.0.2</Version>
99
<Company>Digi International Inc.</Company>
10-
<Copyright>Copyright 2019, 2020, Digi International Inc. All rights reserved.</Copyright>
10+
<Copyright>Copyright 2019-2022, Digi International Inc. All rights reserved.</Copyright>
1111
<Product>XBee Library for Xamarin</Product>
1212
<Title>XBee Library for Xamarin</Title>
1313
<Authors>Digi International Inc.</Authors>
@@ -21,14 +21,8 @@
2121
<PackageTags>xbee, library, xamarin, digi-xbee, digi, zigbee, bluetooth, rf</PackageTags>
2222
<PackageReleaseNotes>
2323
<![CDATA[
24-
- Limited the number of bytes that can be sent per operation to other XBee interfaces to 255 bytes.
25-
- The library now splits and sends data in chunks when it exceeds the MTU size.
26-
- Added more possibilities to instantiate XBeeBLEDevice classes.
27-
- Updated the Plugin.BLE nuget version to 2.1.1 in the examples and library.
28-
- Examples:
29-
- Updated the Anddroid SDK target version to API 28.
30-
- Updated the minimum iOS version to 10.2
31-
- Added 2 new keys in iOS to allow the examples to use Bluetooth.
24+
- Fixed a BLE connection problem for some Android devices.
25+
- Updated the Nuget packages of the library to their latest version.
3226
]]>
3327
</PackageReleaseNotes>
3428
</PropertyGroup>

XBeeLibrary.Xamarin/release_notes.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
XBeeLibrary.Xamarin
33

44
Release Notes
5-
Build 1.0.1
6-
15 September, 2020
5+
Build 1.0.2
6+
9 November, 2022
77

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

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

18+
XBee Library for Xamarin v1.0.2, November 2022
19+
-------------------------------------------------------------------------------
20+
1. Supported Hardware:
21+
* XBee modules:
22+
* XBee/XBee-PRO RF Module Family
23+
* XBee 3 (Zigbee 3, DigiMesh 2.4, 802.15.4 and Cellular)
24+
25+
2. Changes with respect to previous version:
26+
* Fixed a BLE connection problem for some Android devices.
27+
* Updated the Nuget packages of the library to their latest version.
28+
1829
XBee Library for Xamarin v1.0.1, September 2020
1930
-------------------------------------------------------------------------------
2031
1. Supported Hardware:

0 commit comments

Comments
 (0)