HexIO 3.0.5

.NET Standard 2.0 .NET Framework 4.8
dotnet add package HexIO --version 3.0.5
NuGet\Install-Package HexIO -Version 3.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HexIO" Version="3.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HexIO --version 3.0.5
#r "nuget: HexIO, 3.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HexIO as a Cake Addin
#addin nuget:?package=HexIO&version=3.0.5

// Install HexIO as a Cake Tool
#tool nuget:?package=HexIO&version=3.0.5

A .Net library to read and write Intel HEX files.

Supports the following Intel HEX records:

00 Data
01 End Of File
02 Extended Segment Address
03  Start Segment Address
04 Extended Linear Address
05 Start Linear Address

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HexIO:

Package Downloads
RfmOta

A service for Ota updates for Rfm69 devices

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.5 754 10/5/2022
3.0.3 873 8/16/2022
2.0.1 2,335 6/30/2021
2.0.0 1,697 5/24/2021
1.0.3 2,293 1/21/2021
1.0.2 568 11/23/2020
1.0.1 3,761 8/3/2017

v1.0.1 Initial release of HEXIO

Supports reading Intel Hex files from a System.IO.Stream derived type

v1.0.2 Updated to support .netstandard2.0

v1.0.3
Update to handle non data record read
Added additional read of hex record method

v2.0.0
Added strong name to assembly

v2.0.1
Added byte list extension method for ToString

v3.0.0
Implemented System.IO.Stream based intel hex file readers and writers

v3.0.5
Added cleanup of generated temp files behavior.
Added maintaining of input file name extension.