Skip to content

Commit

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

- Updated the release notes and documentation copyright too.

Signed-off-by: Diego Escalona <diego.escalona@digi.com>
  • Loading branch information
diescalo committed Sep 17, 2020
1 parent e1f87c8 commit 32b9b9d
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ document.

## License

Copyright 2019, Digi International Inc.
Copyright 2019, 2020, Digi International Inc.
Copyright 2014-2015, Sébastien RAULT.

This Source Code Form is subject to the terms of the Mozilla Public
Expand Down
10 changes: 6 additions & 4 deletions XBeeLibrary.Core/XBeeLibrary.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<RootNamespace>XBeeLibrary.Core</RootNamespace>
<AssemblyName>XBeeLibrary.Core</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Company>Digi International Inc.</Company>
<Copyright>Copyright 2019, Digi International Inc. All rights reserved.</Copyright>
<Copyright>Copyright 2019, 2020, Digi International Inc. All rights reserved.</Copyright>
<Product>XBee Library Core</Product>
<Title>XBee Library Core</Title>
<Authors>Digi International Inc.</Authors>
Expand All @@ -20,8 +20,10 @@
<Description>C# library to interact with Digi International's XBee radio frequency modules from mobile devices.</Description>
<PackageTags>xbee, library, csharp, digi-xbee, digi, zigbee, bluetooth, rf</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- First release. Everything is new.
<![CDATA[
- Limited the number of bytes that can be sent per operation to other XBee interfaces to 255 bytes.
- Fixed an issue reading data from a specific device if the device's 16-bit address is unknown.
- Cellular devices now return their actual 64-bit address.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
35 changes: 32 additions & 3 deletions XBeeLibrary.Core/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
XBeeLibrary.Core

Release Notes
Build 1.0.0
9 August, 2019
Build 1.0.1
15 September, 2020

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

Introduction
Expand All @@ -15,6 +15,35 @@
which allows customers to easily develop C# applications that communicate with
XBee modules.

XBee C# Library v1.0.1, September 2020
-------------------------------------------------------------------------------
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:
* Limited the number of bytes that can be sent per operation to other
XBee interfaces to 255 bytes.
* Fixed an issue reading data from a specific device if the device's
16-bit address is unknown.
* Cellular devices now return their actual 64-bit address.

XBee C# Library v1.0.0, August 2019
-------------------------------------------------------------------------------
1. Supported Hardware:
Expand Down
15 changes: 11 additions & 4 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.0</Version>
<Version>1.0.1</Version>
<Company>Digi International Inc.</Company>
<Copyright>Copyright 2019, Digi International Inc. All rights reserved.</Copyright>
<Copyright>Copyright 2019, 2020, 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 @@ -20,8 +20,15 @@
<Description>C# library for Xamarin to interact with Digi International's XBee radio frequency modules from mobile devices.</Description>
<PackageTags>xbee, library, xamarin, digi-xbee, digi, zigbee, bluetooth, rf</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- First release. Everything is new.
<![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.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
26 changes: 23 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.0
9 August, 2019
Build 1.0.1
15 September, 2020

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

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

XBee Library for Xamarin v1.0.1, September 2020
-------------------------------------------------------------------------------
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:
* 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.

XBee Library for Xamarin v1.0.0, August 2019
-------------------------------------------------------------------------------
1. Supported Hardware:
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/layout/_master.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<div class="copyright col-sm-6">
<div class="copyright-info">
©2019 Digi International Inc. All rights reserved.
©2019, 2020, Digi International Inc. All rights reserved.
</div>
<div class="footer-icon">
<img src="../images/Digi_logo_banner.png" alt="Digi International Inc." class="logo">
Expand Down

0 comments on commit 32b9b9d

Please sign in to comment.