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

XFEExtension

【DLL】XFE各类拓展是一个C#的DLL库,旨在优化C#代码中常用语句的使用,并提供更简洁的访问方式,同时提供Xunit测试框架,快速搭建服务器/客户端,免费ChatGPTAPI接口,免费通讯服务器,XFE下载器,新增格式等

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

XFEstudio/XFEExtension

更新版本号从2.10.4到2.11.0

在`AnalyzerReleases.Shipped.md`和`XFEExtension.NetCore.csproj`文件中,版本号从2.10.4更新为2.11.0

4562b00
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

2 个文件 +2 -2
Modified XFEExtension.NetCore.Analyzer/AnalyzerReleases.Shipped.md +1 -1
@@ -7,7 +7,7 @@ Rule ID | Category | Severity | Notes
7 7 XFE0002 | XFEExtension.NetCore.Analyzer.Diagnostics | Error | ProfileExtensionDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/XFE0002.html)
8 8 XFW0001 | XFEExtension.NetCore.Analyzer.Diagnostics | Warning | ProfileExtensionDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/XFW0001.html)
9 9
10 ## Release 2.10.4
10 ## Release 2.11.0
11 11
12 12 ### New Rules
13 13
Modified XFEExtension.NetCore/XFEExtension.NetCore.csproj +1 -1
@@ -43,7 +43,7 @@
43 43 <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
44 44 <PackageLicenseFile>LICENSE</PackageLicenseFile>
45 45 <AssemblyOriginatorKeyFile>..\XFEstudio.pfx</AssemblyOriginatorKeyFile>
46 <Version>2.10.4</Version>
46 <Version>2.11.0</Version>
47 47 <Authors>XFEstudio</Authors>
48 48 </PropertyGroup>
49 49