File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed
Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net451;netstandard2.0;netstandard2.1</TargetFrameworks >
4- <Version >2.0.2.1 </Version >
4+ <Version >2.0.3 </Version >
55 <LangVersion >8.0</LangVersion >
66 <AssemblyName >Senparc.CO2NET</AssemblyName >
77 <RootNamespace >Senparc.CO2NET</RootNamespace >
115115 3、LocalCacheLock释放锁之前增加是否锁成功的判断
116116
117117 v2.0.2 添加 XmlUtility.Deserialize() 重写方法
118+ v2.0.3 修改HttpClient请求超时的实现方式
118119 </PackageReleaseNotes >
119120 <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
120121 <Configurations >Debug;Release;Test</Configurations >
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ 根据 Content-Disposition 中的文件名储存文件
5858 修改标识:Senparc - 20210606
5959 修改描述:v1.4.400 修复 Download 方法 bug
6060
61+ 修改标识:554393109 - 20220208
62+ 修改描述:v2.0.3 修改HttpClient请求超时的实现方式
63+
6164----------------------------------------------------------------*/
6265
6366
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ and limitations under the License.
3636 修改描述:v1.3.108 为 RequestUtility.Get 方法添加 headerAddition 参数
3737 v1.3.109 添加 HttpResponseGetAsync
3838
39+ 修改标识:554393109 - 20220208
40+ 修改描述:v2.0.3 修改HttpClient请求超时的实现方式
3941----------------------------------------------------------------*/
4042
4143using System ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ and limitations under the License.
5050
5151 修改标识:Senparc - 20190521
5252 修改描述:v0.7.3 .NET Core 提供多证书注册功能
53-
53+
5454----------------------------------------------------------------*/
5555
5656
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ 在 .net core 下没有及时关闭 postStream 的问题
5050 修改标识:Senparc - 20190811
5151 修改描述:v0.8.7 RequestUtility.Post() 方法添加新功能:使用文件流模拟 Form 表单提交
5252
53+ 修改标识:554393109 - 20220208
54+ 修改描述:v2.0.3 修改HttpClient请求超时的实现方式
5355----------------------------------------------------------------*/
5456
5557using System ;
You can’t perform that action at this time.
0 commit comments