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

XFEExtension.NetCore.ServerInteractive

[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig

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

XFEstudio/XFEExtension.NetCore.ServerInteractive

更新md文档,将版本升级至3.0.9

8c161a3
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

2 个文件 +4 -6
Modified LICENSE.txt +1 -1
@@ -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
Modified XFEExtension.NetCore.ServerInteractive/XFEExtension.NetCore.ServerInteractive.csproj +3 -5
@@ -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