XFEExtension
【DLL】XFE各类拓展是一个C#的DLL库,旨在优化C#代码中常用语句的使用,并提供更简洁的访问方式,同时提供Xunit测试框架,快速搭建服务器/客户端,免费ChatGPTAPI接口,免费通讯服务器,XFE下载器,新增格式等
关注
0
Fork
0
Star
0
返回提交历史
Modified
XFEExtension.NetCore/XFEExtension.NetCore.csproj
+1
-3
XFEstudio/XFEExtension
修改版号为2.0
236e31a
代码差异
1 个文件
+1
-3
@@ -32,9 +32,7 @@
32
32
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
33
33
<PackageLicenseFile>LICENSE</PackageLicenseFile>
34
34
<AssemblyOriginatorKeyFile>..\XFEstudio.pfx</AssemblyOriginatorKeyFile>
35
<AssemblyVersion>1.7.26.6</AssemblyVersion>
36
<FileVersion>1.7.26.6</FileVersion>
37
<Version>1.7.6</Version>
35
<Version>2.0.0</Version>
38
36
<Authors>XFEstudio</Authors>
39
37
</PropertyGroup>
40
38