Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# DocuSign C# Client Changelog

## [v8.6.0] - eSignature API v2.1-25.4.01.00 - 2026-01-19
### Changed
- Added support for version v2.1-25.4.01.00 of the DocuSign ESignature API.
- Updated the SDK release version.

## [v8.5.0] - eSignature API v2.1-25.3.01.00 - 2025-09-29
### Changed
- Added support for version v2.1-25.3.01.00 of the Docusign ESignature API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This client SDK is provided as open source, which enables you to customize its f
<a id="versionInformation"></a>
### Version Information
- **API version**: v2.1
- **Latest SDK version (Including prerelease)**: 8.5.0
- **Latest SDK version (Including prerelease)**: 8.6.0

<a id="requirements"></a>
### Requirements
Expand Down
10 changes: 5 additions & 5 deletions sdk/DocuSign.eSign.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{70684351-A520-4564-8660-AE20B57FA147}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{DC439222-D7F5-4FE7-8687-584EF39B9AA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70684351-A520-4564-8660-AE20B57FA147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70684351-A520-4564-8660-AE20B57FA147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70684351-A520-4564-8660-AE20B57FA147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70684351-A520-4564-8660-AE20B57FA147}.Release|Any CPU.Build.0 = Release|Any CPU
{DC439222-D7F5-4FE7-8687-584EF39B9AA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC439222-D7F5-4FE7-8687-584EF39B9AA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC439222-D7F5-4FE7-8687-584EF39B9AA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC439222-D7F5-4FE7-8687-584EF39B9AA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/DocuSign.eSign/Api/EnvelopesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17905,6 +17905,8 @@ public class GetEnvelopeOptions
public string include {get; set;}
///
public string includeAnchorTabLocations {get; set;}
///
public string userId {get; set;}
}

/// <summary>
Expand Down Expand Up @@ -17970,6 +17972,7 @@ public ApiResponse<Envelope> GetEnvelopeWithHttpInfo(string accountId, string en
if (options.advancedUpdate != null) localVarQueryParams.Add("advanced_update", this.ApiClient.ParameterToString(options.advancedUpdate)); // query parameter
if (options.include != null) localVarQueryParams.Add("include", this.ApiClient.ParameterToString(options.include)); // query parameter
if (options.includeAnchorTabLocations != null) localVarQueryParams.Add("include_anchor_tab_locations", this.ApiClient.ParameterToString(options.includeAnchorTabLocations)); // query parameter
if (options.userId != null) localVarQueryParams.Add("user_id", this.ApiClient.ParameterToString(options.userId)); // query parameter
}

// authentication (docusignAccessCode) required
Expand Down Expand Up @@ -18060,6 +18063,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Envelope>> GetEnvelopeAsync
if (options.advancedUpdate != null) localVarQueryParams.Add("advanced_update", this.ApiClient.ParameterToString(options.advancedUpdate)); // query parameter
if (options.include != null) localVarQueryParams.Add("include", this.ApiClient.ParameterToString(options.include)); // query parameter
if (options.includeAnchorTabLocations != null) localVarQueryParams.Add("include_anchor_tab_locations", this.ApiClient.ParameterToString(options.includeAnchorTabLocations)); // query parameter
if (options.userId != null) localVarQueryParams.Add("user_id", this.ApiClient.ParameterToString(options.userId)); // query parameter
}

// authentication (docusignAccessCode) required
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/DocuSign.eSign/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Configuration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "8.5.0";
public const string Version = "8.6.0";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down
6 changes: 3 additions & 3 deletions sdk/src/DocuSign.eSign/DocuSign.eSign.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>The Docusign NuGet package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-csharp-client repository. Join the eSign revolution!</Description>
<Company>DocuSign Inc.</Company>
<Owners>DocuSign</Owners>
<Copyright>Copyright © Docusign 2025</Copyright>
<Copyright>Copyright © Docusign 2026</Copyright>
<AssemblyTitle>DocuSign.eSign</AssemblyTitle>
<Authors>DocuSign</Authors>
<OutputType>Library</OutputType>
Expand All @@ -16,7 +16,7 @@
<RootNamespace>DocuSign.eSign</RootNamespace>
<AssemblyName>DocuSign.eSign</AssemblyName>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>8.5.0</VersionPrefix>
<VersionPrefix>8.6.0</VersionPrefix>
<VersionSuffix/>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -26,7 +26,7 @@
<PackageLicenseUrl>https://github.com/docusign/docusign-esign-csharp-client/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/docusign/docusign-esign-csharp-client</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>[v8.5.0] - ESignature API v2.1-25.3.01.00 - 9/28/2025</PackageReleaseNotes>
<PackageReleaseNotes>[v8.6.0] - ESignature API v2.1-25.4.01.00 - 1/19/2026</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462'">
<DefineConstants>NET462</DefineConstants>
Expand Down
Loading