Skip to content

Commit ac4981e

Browse files
committed
1.0.7
1 parent 417aeed commit ac4981e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WebApiClientCore/Attributes/ParameterAttributes/FormContentAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected override async Task SetHttpContentAsync(ApiParameterContext context)
2626
/// <summary>
2727
/// 序列化参数为keyValue
2828
/// </summary>
29-
/// <param name="context"></param>
29+
/// <param name="context">上下文</param>
3030
/// <returns></returns>
3131
protected virtual IEnumerable<KeyValue> SerializeToKeyValues(ApiParameterContext context)
3232
{

WebApiClientCore/Attributes/ParameterAttributes/FormDataContentAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected override Task SetHttpContentAsync(ApiParameterContext context)
2828
/// <summary>
2929
/// 序列化参数为keyValue
3030
/// </summary>
31-
/// <param name="context"></param>
31+
/// <param name="context">上下文</param>
3232
/// <returns></returns>
3333
protected virtual IEnumerable<KeyValue> SerializeToKeyValues(ApiParameterContext context)
3434
{

WebApiClientCore/WebApiClientCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>netstandard2.1</TargetFramework>
66
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
77

8-
<Version>1.0.6</Version>
8+
<Version>1.0.7</Version>
99
<Authors>laojiu</Authors>
1010
<Company>laojiu</Company>
1111
<Copyright>Copyright © laojiu 2017-2020</Copyright>

0 commit comments

Comments
 (0)