QuickLook.HexEditor
2.6.1
dotnet add package QuickLook.HexEditor --version 2.6.1
NuGet\Install-Package QuickLook.HexEditor -Version 2.6.1
<PackageReference Include="QuickLook.HexEditor" Version="2.6.1" />
<PackageVersion Include="QuickLook.HexEditor" Version="2.6.1" />
<PackageReference Include="QuickLook.HexEditor" />
paket add QuickLook.HexEditor --version 2.6.1
#r "nuget: QuickLook.HexEditor, 2.6.1"
#:package QuickLook.HexEditor@2.6.1
#addin nuget:?package=QuickLook.HexEditor&version=2.6.1
#tool nuget:?package=QuickLook.HexEditor&version=2.6.1
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
ReadOnlyModenot work. - Performed code formatting and cleanup.
2.6.0 (2026-02-14)
- Initial import from upstream
abbaye/WpfHexEditorIDE v2.6.0.
| Product | Versions 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. |
-
.NETFramework 4.6.2
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.8
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
-
net8.0-windows7.0
- No dependencies.
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