XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
返回提交历史
Modified
LICENSE.txt
+1
-1
Modified
XFEExtension.NetCore.ServerInteractive/XFEExtension.NetCore.ServerInteractive.csproj
+3
-5
XFEstudio/XFEExtension.NetCore.ServerInteractive
更新md文档,将版本升级至3.0.9
8c161a3
代码差异
2 个文件
+4
-6
@@ -1,6 +1,6 @@
1
1
MIT License
2
2
3
Copyright (c) [year] [fullname]
3
Copyright (c) [2026] [XFEstudio]
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
@@ -5,7 +5,7 @@
5
5
<ImplicitUsings>enable</ImplicitUsings>
6
6
<Nullable>enable</Nullable>
7
7
<GenerateDocumentationFile>True</GenerateDocumentationFile>
8
<Version>3.0.9-preview.1.1</Version>
8
<Version>3.0.9</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,10 +21,8 @@
21
21
<PackageReleaseNotes>
22
22
## 调整
23
23
24
重命名 AddRequest 参数并完善请求处理标记
25
26
对 XFEClientRequesterBuilder 的 AddRequest 方法参数由 serviceName 改为 route,并同步更新注释及实现,提升语义准确性。在 XFEServerCore 中,标准请求处理流程增加 r.Handled 标记,便于后续判断请求处理状态。同时将项目版本号提升至 3.0.9-preview.1.1。
27
24
更新md文档
25
28
26
## 新增
29
27
30
28
无