ZJMaster.App.Tool
1.1.0-preview.1
This is a prerelease version of ZJMaster.App.Tool.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global ZJMaster.App.Tool --version 1.1.0-preview.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local ZJMaster.App.Tool --version 1.1.0-preview.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ZJMaster.App.Tool&version=1.1.0-preview.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ZJMaster.App.Tool --version 1.1.0-preview.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ZJMaster.App.Tool
ZJMaster 的 Windows x64 完整桌面宿主,用于在没有主框架源码的环境中运行外部插件。
在插件 solution 根目录安装或还原本地工具后运行:
dotnet zjmaster --workspace .
默认从 <workspace>\.zjmaster\Plugins 递归加载插件,并把配置、日志和本地数据库保存在 <workspace>\.zjmaster。全局共享脚本目录是 <workspace>\GlobalScripts。
运行本工具需要安装 .NET 10 Windows x64 Runtime。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.13 | 147 | 9/7/2026 |
| 1.1.12 | 121 | 9/3/2026 |
| 1.1.11 | 98 | 9/3/2026 |
| 1.1.9 | 111 | 8/29/2026 |
| 1.1.8 | 121 | 8/24/2026 |
| 1.1.7 | 105 | 8/23/2026 |
| 1.1.6 | 108 | 8/22/2026 |
| 1.1.5 | 158 | 8/21/2026 |
| 1.1.4 | 188 | 8/20/2026 |
| 1.1.3 | 113 | 8/18/2026 |
| 1.1.2 | 111 | 8/18/2026 |
| 1.1.1 | 105 | 8/18/2026 |
| 1.1.0-preview.3 | 85 | 8/18/2026 |
| 1.1.0-preview.2 | 77 | 8/10/2026 |
| 1.1.0-preview.1 | 84 | 8/10/2026 |
独立插件开发 Preview:支持 SDK NuGet 引用、自动部署插件、完整宿主 Tool 和脚本预检 Tool。