HexIO 3.0.5

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 6,215 10/5/2022
3.0.3 2,383 8/16/2022
2.0.1 2,631 6/30/2021
2.0.0 3,023 5/24/2021
1.0.3 3,349 1/21/2021
1.0.2 717 11/23/2020
1.0.1 4,106 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.