XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
返回提交历史
Modified
XFEExtension.NetCore.ServerInteractive/XFEExtension.NetCore.ServerInteractive.csproj
+3
-4
XFEstudio/XFEExtension.NetCore.ServerInteractive
更新版本为2.0.0
a8937c8
代码差异
1 个文件
+3
-4
@@ -5,7 +5,7 @@
5
5
<ImplicitUsings>enable</ImplicitUsings>
6
6
<Nullable>enable</Nullable>
7
7
<GenerateDocumentationFile>True</GenerateDocumentationFile>
8
<Version>1.3.0</Version>
8
<Version>2.0.0</Version>
9
9
<Title>XFEExtension.NetCore.ServerInteractive</Title>
10
10
<RepositoryUrl>https://github.com/XFEstudio/XFEExtension.NetCore.ServerInteractive</RepositoryUrl>
11
11
<AnalysisLevel>latest</AnalysisLevel>
@@ -21,9 +21,8 @@
21
21
<PackageReleaseNotes>
22
22
## 调整
23
23
24
优化整体代码架构,规范名称
25
移除DeviceHelper依赖,简化CreateBuilder初始化
26
优化XFE客户端请求器构建与配置方式
24
重构XFE扩展方法为C# 12 extension class风格
25
统一ID相关命名为驼峰式,提升一致性
27
26
28
27
## 新增
29
28