ZYC.Framework.Alpha
1.4.4
dotnet add package ZYC.Framework.Alpha --version 1.4.4
NuGet\Install-Package ZYC.Framework.Alpha -Version 1.4.4
<PackageReference Include="ZYC.Framework.Alpha" Version="1.4.4" />
<PackageVersion Include="ZYC.Framework.Alpha" Version="1.4.4" />
<PackageReference Include="ZYC.Framework.Alpha" />
paket add ZYC.Framework.Alpha --version 1.4.4
#r "nuget: ZYC.Framework.Alpha, 1.4.4"
#:package ZYC.Framework.Alpha@1.4.4
#addin nuget:?package=ZYC.Framework.Alpha&version=1.4.4
#tool nuget:?package=ZYC.Framework.Alpha&version=1.4.4
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 (>= 4.0.0)
- ZYC.CoreToolkit.Extensions.Autofac (>= 4.0.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.4.4 | 63 | 8/20/2026 |
| 1.4.3 | 114 | 8/1/2026 |
| 1.4.2 | 99 | 8/1/2026 |
| 1.4.1 | 102 | 7/24/2026 |
| 1.4.0 | 105 | 7/19/2026 |
| 1.3.9 | 173 | 7/6/2026 |
| 1.3.8 | 131 | 6/30/2026 |
| 1.3.7 | 111 | 6/29/2026 |
| 1.3.6 | 121 | 6/17/2026 |
| 1.3.5 | 112 | 6/11/2026 |
| 1.3.4 | 114 | 6/7/2026 |
| 1.3.3 | 122 | 5/25/2026 |
| 1.3.2 | 119 | 5/23/2026 |
| 1.3.1 | 108 | 5/21/2026 |
| 1.3.0 | 108 | 5/19/2026 |
| 1.2.9 | 127 | 5/11/2026 |
| 1.2.8 | 128 | 5/9/2026 |
| 1.2.7 | 126 | 5/8/2026 |
| 1.2.6 | 136 | 4/3/2026 |
| 1.2.5 | 114 | 4/1/2026 |
# 🚀 Release Notes - Version 1.4.4
**Release Date:** 2026-08-20
---
## 🆕 New Features
* Added a current-workspace submenu to the workspace context menu, exposing the registered workspace layout, split, merge, swap, focus, and reset actions directly from the workspace area
---
## 🛠 Improvements
* Updated the Aspire Dashboard integration to display executable arguments and environment-variable values without sensitive-value masking, while logging compatibility-patch failures without blocking Aspire startup
* Changed the active-language indicator from appended title text to a dedicated check icon, preserving localized menu titles
* Updated ZYC.CoreToolkit to 4.0.0 and Aspire to 13.5.0
* Refreshed the multilingual README, quick-start, project-template, and troubleshooting documentation with version 1.4.4 installer links and CLI/package examples
---
## 🐛 Bug Fixes
* Fixed hidden single-instance application windows not being restored when the application is launched again
---
## 📦 Installation
```bash
dotnet add package ZYC.Framework.Alpha --version 1.4.4
dotnet tool install --global ZYC.Framework.CLI --version 1.4.4
```
---
## 📚 Resources
* 📖 [Documentation](https://ziyucai1984.github.io/blob/zyc-framework/README.html)
* 🐞 [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.