Releases: QuantumRevenant/QuantumKit
Releases · QuantumRevenant/QuantumKit
v1.0.2 - QuantumKit
📦 QuantumKit v1.0.2
Fix an UI issue in the ShowOptions method where the menu was cleared after an invalid input. Instead of clearing the console via AskInt, we now show the error using ShowError while retaining the menu content
🐛 Bug Fixes
- 🐛 fix(ui): preserve menu content when invalid input is entered in ShowOptions
📚 References
v1.0.1 - QuantumKit
📦 QuantumKit v1.0.1
First public release of QuantumKit, a modular utility library for .NET projects.
✅ Included Files
QuantumKit.dll— Compiled release of the libraryREADME.md— Basic usage and overviewLICENSE— MIT license for usage and distribution
✨ Highlights
-
🧩
ConsoleMenuBuilder
Create interactive console menus with support for:- Submenus, confirmation prompts, and error handling.
- Input validation (numbers, paths, strings, filenames).
- Custom event callbacks for advanced behavior.
-
📊
ExcelBuilder
Build.xlsxfiles from tabular data with:- Smart type formatting (dates, numbers, percentages).
- Header-based column auto-styling.
- One-shot export or row-by-row building.
🔧 Hotfixes in v1.0.1
- 🐛 Fixed embedded resource loading issue (
DefaultFilterPresets.json) by addingAssemblyargument toJsonFromEmbeddedResource(). - 📁 Renamed project folder from
QuantumKit.ToolstoQuantumKitfor consistency.