XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.AutoPath

【DLL】自动路径创建工具,自动创建不存在的文件夹,对路径统一管理

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.AutoPath

修复一处说明问题

90eddde
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

1 个文件 +1 -1
Modified .github/PUBLISHING.md +1 -1
@@ -9,7 +9,7 @@ This repository now includes two GitHub Actions workflows:
9 9
10 10 Add this repository secret before publishing to NuGet.org:
11 11
12 - `NUGET_API_KEY`: API key from NuGet.org with push permission for `XFEExtension.NetCore.WinUIHelper`
12 - `NUGET_API_KEY`: API key from NuGet.org with push permission for `XFEExtension.NetCore.AutoPath`
13 13
14 14 No extra secret is required for GitHub Packages. The workflow uses the built-in `GITHUB_TOKEN` and requests `packages: write`.
15 15