ZYC.Framework.Alpha
1.3.5
See the version list below for details.
dotnet add package ZYC.Framework.Alpha --version 1.3.5
NuGet\Install-Package ZYC.Framework.Alpha -Version 1.3.5
<PackageReference Include="ZYC.Framework.Alpha" Version="1.3.5" />
<PackageVersion Include="ZYC.Framework.Alpha" Version="1.3.5" />
<PackageReference Include="ZYC.Framework.Alpha" />
paket add ZYC.Framework.Alpha --version 1.3.5
#r "nuget: ZYC.Framework.Alpha, 1.3.5"
#:package ZYC.Framework.Alpha@1.3.5
#addin nuget:?package=ZYC.Framework.Alpha&version=1.3.5
#tool nuget:?package=ZYC.Framework.Alpha&version=1.3.5
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.3)
- ZYC.CoreToolkit.Extensions.Autofac (>= 3.9.3)
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.9 | 98 | 7/6/2026 |
| 1.3.8 | 121 | 6/30/2026 |
| 1.3.7 | 95 | 6/29/2026 |
| 1.3.6 | 108 | 6/17/2026 |
| 1.3.5 | 101 | 6/11/2026 |
| 1.3.4 | 103 | 6/7/2026 |
| 1.3.3 | 117 | 5/25/2026 |
| 1.3.2 | 113 | 5/23/2026 |
| 1.3.1 | 101 | 5/21/2026 |
| 1.3.0 | 100 | 5/19/2026 |
| 1.2.9 | 117 | 5/11/2026 |
| 1.2.8 | 120 | 5/9/2026 |
| 1.2.7 | 118 | 5/8/2026 |
| 1.2.6 | 130 | 4/3/2026 |
| 1.2.5 | 111 | 4/1/2026 |
| 1.2.4 | 109 | 3/31/2026 |
| 1.2.3 | 118 | 3/21/2026 |
| 1.2.2 | 114 | 3/21/2026 |
| 1.2.1 | 113 | 3/19/2026 |
| 1.2.0 | 117 | 3/18/2026 |
# 🚀 Release Notes - Version 1.3.5
**Release Date:** 2026-06-11
---
## 🆕 New Features
* Added a Web Browser plugin manager dialog for searching installed Chrome extension packages and adding or removing them from the browser startup configuration
* Added a WebView2 plugin split-button menu with quick access to plugin management and installed extension popup/options pages
* Added update download progress reporting, including status text and a percentage progress bar in the update UI
* Added support for configuring custom WebView2 browser arguments, including `--load-extension` startup scenarios
---
## 🛠 Improvements
* Stabilized Chrome extension package identity by synchronizing the CRX public key into unpacked manifests and validating CRX2/CRX3 package headers
* Improved extension page navigation by storing manifest page paths in package metadata and resolving `chrome-extension://` URLs against the runtime-loaded extension ID
* Improved the WebView2 menu extension model with plugin-specific menu items and command parameters
* Updated WebView2 startup settings to disable custom crash reporting and reputation checking for embedded browser hosts
* Updated package metadata, documentation, and multilingual install examples for version 1.3.5
---
## 🐛 Bug Fixes
* Fixed canceled update download tasks so cancellation is recorded and the download command does not surface an expected cancellation as a failure
* Restored the update context to the available-update state when a download is canceled
* Corrected the plugin count display format and the localized Dev Tools resource key
---
## 📦 Installation
```bash
dotnet add package ZYC.Framework.Alpha --version 1.3.5
dotnet tool install --global ZYC.Framework.CLI --version 1.3.5
```
---
## 📚 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.