QuickLook.HexEditor 2.6.1

dotnet add package QuickLook.HexEditor --version 2.6.1
                    
NuGet\Install-Package QuickLook.HexEditor -Version 2.6.1
                    
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="QuickLook.HexEditor" Version="2.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QuickLook.HexEditor" Version="2.6.1" />
                    
Directory.Packages.props
<PackageReference Include="QuickLook.HexEditor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QuickLook.HexEditor --version 2.6.1
                    
#r "nuget: QuickLook.HexEditor, 2.6.1"
                    
#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.
#:package QuickLook.HexEditor@2.6.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QuickLook.HexEditor&version=2.6.1
                    
Install as a Cake Addin
#tool nuget:?package=QuickLook.HexEditor&version=2.6.1
                    
Install as a Cake Tool

QuickLook.HexEditor

Ported from abbaye/WpfHexEditorIDE v2.6.0

Changelog

2.6.1 (2026-05-30)

  • Added dark mode and theming support.
  • Added RESX localization support.
  • Fix ReadOnlyMode not work.
  • Performed code formatting and cleanup.

2.6.0 (2026-02-14)

  • Initial import from upstream abbaye/WpfHexEditorIDE v2.6.0.
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.6.1 41 5/30/2026

Version 2.6.0 (2026-02-14) - Phase 2 Migration: V2 Becomes Main Control

     🔄 BREAKING CHANGE: Major namespace reorganization (100% backward compatible)

     HexEditor is now the main V2 control (fast, modern, bug-free):
     • HexEditor = V2 architecture (previously HexEditorV2) ⭐ NEW DEFAULT
     • HexEditorLegacy = V1 architecture (previously HexEditor) - DEPRECATED

     Compatibility aliases (deprecated, remove in v3.0 - April 2027):
     • HexEditorV1 → HexEditorLegacy (compiler warnings)
     • HexEditorV2 → HexEditor (compiler warnings)

     ✨ What This Means:
     • New projects automatically get the fast V2 control (99% faster, all bugs fixed)
     • Existing code continues working via compatibility aliases
     • 12-month migration window before aliases removed in v3.0

     📦 Additional Changes:
     • Reorganized sample projects: Legacy samples moved to Samples/Legacy/
     • Updated all samples to use explicit control names (HexEditor vs HexEditorLegacy)
     • Enhanced documentation with migration guide

     🔧 Migration (30 seconds):
     Replace <control:HexEditorV2 /> with <control:HexEditor /> - that's it!
     API is identical, no functional changes required.

     📖 Full Migration Guide: https://github.com/abbaye/WpfHexEditorControl/blob/master/MIGRATION_PLAN_V2.md
     📖 Documentation: https://github.com/abbaye/WpfHexEditorControl/wiki