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

XFEExtension.NetCore.AutoPath

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

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

XFEstudio/XFEExtension.NetCore.AutoPath

更新徽章样式并升级解决方案至 VS 18

优化 README 徽章与语言切换,升级 .NET 版本为 10.0,调整 sln 文件以支持 Visual Studio 18。

925c011
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

2 个文件 +10 -10
Modified README.md +5 -5
@@ -1,11 +1,11 @@
1 1 # XFEExtension.NetCore.AutoPath
2 2
3 [![NuGet Version](https://img.shields.io/nuget/v/XFEExtension.NetCore.AutoPath.svg?style=flat-square)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.AutoPath.svg?style=flat-square)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
5 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE.txt)
6 [![.NET](https://img.shields.io/badge/.NET-8.0-512BD4?style=flat-square&logo=dotnet)](https://dotnet.microsoft.com/)
3 [![NuGet](https://img.shields.io/nuget/v/XFEExtension.NetCore.AutoPath?label=NuGet&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.AutoPath?label=Downloads&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
5 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)
6 [![.NET](https://img.shields.io/badge/.NET-10.0-512BD4)](https://dotnet.microsoft.com/download)
7 7
8 [中文文档](README.zh-CN.md)
8 > 📖 English | [简体中文](https://github.com/XFEstudio/XFEExtension.NetCore.AutoPath/blob/master/README.zh-CN.md)
9 9
10 10 ## Description
11 11
Modified README.zh-CN.md +5 -5
@@ -1,11 +1,11 @@
1 1 # XFEExtension.NetCore.AutoPath
2 2
3 [![NuGet Version](https://img.shields.io/nuget/v/XFEExtension.NetCore.AutoPath.svg?style=flat-square)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.AutoPath.svg?style=flat-square)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
5 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE.txt)
6 [![.NET](https://img.shields.io/badge/.NET-8.0-512BD4?style=flat-square&logo=dotnet)](https://dotnet.microsoft.com/)
3 [![NuGet](https://img.shields.io/nuget/v/XFEExtension.NetCore.AutoPath?label=NuGet&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.AutoPath?label=Downloads&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.AutoPath/)
5 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)
6 [![.NET](https://img.shields.io/badge/.NET-10.0-512BD4)](https://dotnet.microsoft.com/download)
7 7
8 [English](README.md)
8 > 📖 [English](https://github.com/XFEstudio/XFEExtension.NetCore.AutoPath/blob/master/README.zh-CN.md) | 简体中文
9 9
10 10 ## 描述
11 11