HexIO 3.0.5
dotnet add package HexIO --version 3.0.5
NuGet\Install-Package HexIO -Version 3.0.5
<PackageReference Include="HexIO" Version="3.0.5" />
paket add HexIO --version 3.0.5
#r "nuget: HexIO, 3.0.5"
// 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 |
-
.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.
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.