ToolPluginTemplate 1.0.3
dotnet new install ToolPluginTemplate::1.0.3
This package contains a .NET Template Package you can call from the shell/command line.
1.项目创建完后必须要配置继承接口IPlugin
的类
变量 | 描述 |
---|---|
Name | 插件名称 |
Description | 插件描述 |
Version | 插件版本 |
Author | 作者 |
Category | 插件类型 |
Icon | 插件图标,使用的Resources.resx图标 |
HasSettingsUI | 是否包含设置页面 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
工具箱插件模板,用于快速创建工具箱插件项目