ZYC.Framework.Alpha
1.3.2
See the version list below for details.
dotnet add package ZYC.Framework.Alpha --version 1.3.2
NuGet\Install-Package ZYC.Framework.Alpha -Version 1.3.2
<PackageReference Include="ZYC.Framework.Alpha" Version="1.3.2" />
<PackageVersion Include="ZYC.Framework.Alpha" Version="1.3.2" />
<PackageReference Include="ZYC.Framework.Alpha" />
paket add ZYC.Framework.Alpha --version 1.3.2
#r "nuget: ZYC.Framework.Alpha, 1.3.2"
#:package ZYC.Framework.Alpha@1.3.2
#addin nuget:?package=ZYC.Framework.Alpha&version=1.3.2
#tool nuget:?package=ZYC.Framework.Alpha&version=1.3.2
ZYC.Framework.Alpha
ZYC.Framework
A high-performance, modular, and extensible desktop automation framework built with .NET 10 and WPF.
ZYC.Framework integrates .NET Aspire for distributed application orchestration and supports a hybrid UI approach using WebView2 and Blazor, enabling flexible composition of native desktop and web-based experiences.
Key Features
- Modular, plugin-based architecture (dynamic loading, independent development)
- WPF desktop host with multi-workspace and multi-tab UI patterns
- Hybrid UI: WebView2 embedding + Blazor UI reuse
- Built-in task management, global exception handling, and localization support
- Aspire-ready orchestration and service management
Quick Start
See: docs/quick-start.md
Links
- Repository: https://github.com/ZiYuCai1984/ZYC.Framework
- NuGet: https://www.nuget.org/packages/ZYC.Framework.Alpha
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- ZYC.CoreToolkit (>= 3.9.0)
- ZYC.CoreToolkit.Extensions.Autofac (>= 3.9.0)
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 |
|---|---|---|
| 1.3.6 | 93 | 6/17/2026 |
| 1.3.5 | 94 | 6/11/2026 |
| 1.3.4 | 97 | 6/7/2026 |
| 1.3.3 | 112 | 5/25/2026 |
| 1.3.2 | 106 | 5/23/2026 |
| 1.3.1 | 93 | 5/21/2026 |
| 1.3.0 | 97 | 5/19/2026 |
| 1.2.9 | 113 | 5/11/2026 |
| 1.2.8 | 114 | 5/9/2026 |
| 1.2.7 | 114 | 5/8/2026 |
| 1.2.6 | 119 | 4/3/2026 |
| 1.2.5 | 106 | 4/1/2026 |
| 1.2.4 | 105 | 3/31/2026 |
| 1.2.3 | 114 | 3/21/2026 |
| 1.2.2 | 110 | 3/21/2026 |
| 1.2.1 | 110 | 3/19/2026 |
| 1.2.0 | 114 | 3/18/2026 |
| 1.1.9 | 110 | 3/15/2026 |
| 1.1.8 | 107 | 3/15/2026 |
| 1.1.7 | 113 | 3/14/2026 |
# 🚀 Release Notes - Version 1.3.2
**Release Date:** 2026-05-23
---
## 🆕 New Features
* Added tab reload support through `ITabManager.ReloadAsync(ITabItemInstance)`
* Added a built-in tab header `Reload` context menu item
* Added `TabItemReloadedEvent` so reload replacements can be observed by the shell and extensions
---
## 🛠 Improvements
* Reloaded tabs now replace the existing tab at the same workspace position, keep focus when appropriate, and create a fresh instance even for single-instance tab routes
* Reload requests now respect locked tabs and tab closing cancellation
* Reordered built-in tab header context menu items so reload, close, lock, and move actions appear in a clearer sequence
* Ignored `.claude/` workspace artifacts in source control
---
## 📚 Documentation
* Added expanded documentation for architecture, navigation/workspace behavior, extension points, built-in modules, module development, project templates, and troubleshooting
* Added Japanese, Korean, Simplified Chinese, and Traditional Chinese documentation pages for the new topics
* Updated the documentation table of contents to expose the new topic pages
* Added the same documentation topics to the project documentation template output
---
## 🐛 Bug Fixes
* Fixed module delete command availability checks so null command parameters return `false` instead of throwing during UI command evaluation
---
## 📦 Installation
```bash
dotnet add package ZYC.Framework.Alpha --version 1.3.2
dotnet tool install --global ZYC.Framework.CLI --version 1.3.2
```
---
## 📚 Resources
* 📖 [Documentation](https://github.com/ZiYuCai1984/ZYC.Framework)
* 🐞 [Report an Issue](https://github.com/ZiYuCai1984/ZYC.Framework/issues)
---
**Thank you for trying out ZYC.Framework.Alpha!**
Your feedback will help shape future releases.