Skip to content

Commit aa9229c

Browse files
author
root
committed
Version 11.0.1-v2.1-26.2.01.01 release
1 parent e323d84 commit aa9229c

7 files changed

Lines changed: 17 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# DocuSign C# Client Changelog
22

3+
## [v11.0.1] - eSignature API v2.1-26.2.01.01 - 2026-07-01
4+
### Changed
5+
- Fixed CreateChunkedUpload sending incorrect Content-Type: multipart/form-data instead of application/json.
6+
- Added support for version v2.1-26.2.01.01 of the DocuSign ESignature API.
7+
- Updated the SDK release version.
8+
9+
310
## [v11.0.0] - eSignature API v2.1-26.2.01.01 - 2026-06-25
411
### Added
512
- **Envelopes API**: `GetEnvelopesShares` and `GetEnvelopesShare` methods for retrieving envelope share information.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This client SDK is provided as open source, which enables you to customize its f
3333
<a id="versionInformation"></a>
3434
### Version Information
3535
- **API version**: v2.1
36-
- **Latest SDK version (Including prerelease)**: 11.0.0
36+
- **Latest SDK version (Including prerelease)**: 11.0.1
3737

3838
<a id="requirements"></a>
3939
### Requirements

sdk/DocuSign.eSign.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{F070A0FC-1D81-4F37-BF80-52E35C60D198}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{81FFA80B-DA37-405F-98CB-DFBA122080E5}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{F070A0FC-1D81-4F37-BF80-52E35C60D198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{F070A0FC-1D81-4F37-BF80-52E35C60D198}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{F070A0FC-1D81-4F37-BF80-52E35C60D198}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{F070A0FC-1D81-4F37-BF80-52E35C60D198}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{81FFA80B-DA37-405F-98CB-DFBA122080E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{81FFA80B-DA37-405F-98CB-DFBA122080E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{81FFA80B-DA37-405F-98CB-DFBA122080E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{81FFA80B-DA37-405F-98CB-DFBA122080E5}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

sdk/src/DocuSign.eSign/Api/EnvelopesApi.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7445,7 +7445,6 @@ public ApiResponse<ChunkedUploadResponse> CreateChunkedUploadWithHttpInfo(string
74457445

74467446
// to determine the Content-Type header
74477447
String[] localVarHttpContentTypes = new String[] {
7448-
"multipart/form-data"
74497448
};
74507449
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
74517450

@@ -7532,7 +7531,6 @@ public async System.Threading.Tasks.Task<ApiResponse<ChunkedUploadResponse>> Cre
75327531

75337532
// to determine the Content-Type header
75347533
String[] localVarHttpContentTypes = new String[] {
7535-
"multipart/form-data"
75367534
};
75377535
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
75387536

sdk/src/DocuSign.eSign/Client/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Configuration
2626
/// Version of the package.
2727
/// </summary>
2828
/// <value>Version of the package.</value>
29-
public const string Version = "11.0.0";
29+
public const string Version = "11.0.1";
3030

3131
/// <summary>
3232
/// Identifier for ISO 8601 DateTime Format

sdk/src/DocuSign.eSign/DocuSign.eSign.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RootNamespace>DocuSign.eSign</RootNamespace>
1717
<AssemblyName>DocuSign.eSign</AssemblyName>
1818
<NeutralLanguage>en-US</NeutralLanguage>
19-
<VersionPrefix>11.0.0</VersionPrefix>
19+
<VersionPrefix>11.0.1</VersionPrefix>
2020
<VersionSuffix/>
2121
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -26,7 +26,7 @@
2626
<PackageLicenseUrl>https://github.com/docusign/docusign-esign-csharp-client/blob/master/LICENSE</PackageLicenseUrl>
2727
<RepositoryUrl>https://github.com/docusign/docusign-esign-csharp-client</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
29-
<PackageReleaseNotes>[v11.0.0] - ESignature API v2.1-26.2.01.01 - 6/25/2026</PackageReleaseNotes>
29+
<PackageReleaseNotes>[v11.0.1] - ESignature API v2.1-26.2.01.01 - 7/1/2026</PackageReleaseNotes>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462'">
3232
<DefineConstants>NET462</DefineConstants>

sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// [assembly: AssemblyVersion("1.0.*")]
2323
internal class AssemblyInformation
2424
{
25-
public const string AssemblyInformationalVersion = "11.0.0";
25+
public const string AssemblyInformationalVersion = "11.0.1";
2626
}

0 commit comments

Comments
 (0)