Skip to content

Commit 0ed95c3

Browse files
Nandsingh90root
andauthored
Version 8.3.0-v2.1-25.2.01.00 release (#473)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent 2123ab5 commit 0ed95c3

File tree

7 files changed

+46
-11
lines changed

7 files changed

+46
-11
lines changed

CHANGELOG.md

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

3+
## [v8.3.0] - eSignature API v2.1-25.2.01.00 - 2025-07-08
4+
### Changed
5+
- Added support for version v2.1-25.2.01.00 of the DocuSign ESignature API.
6+
- Updated the SDK release version.
7+
38
## [v8.2.0] - eSignature API v2.1-25.2.00.00 - 2025-05-21
49
### Changed
510
- Added support for version v2.1-25.2.00.00 of the DocuSign ESignature API.

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)**: 8.2.0
36+
- **Latest SDK version (Including prerelease)**: 8.3.0
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", "{46ECAF20-1BD2-45B3-90B2-878DD6DD2BF6}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{DA5F0A1D-0718-4837-8F9A-042B105BF00E}"
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-
{46ECAF20-1BD2-45B3-90B2-878DD6DD2BF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{46ECAF20-1BD2-45B3-90B2-878DD6DD2BF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{46ECAF20-1BD2-45B3-90B2-878DD6DD2BF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{46ECAF20-1BD2-45B3-90B2-878DD6DD2BF6}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{DA5F0A1D-0718-4837-8F9A-042B105BF00E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{DA5F0A1D-0718-4837-8F9A-042B105BF00E}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{DA5F0A1D-0718-4837-8F9A-042B105BF00E}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{DA5F0A1D-0718-4837-8F9A-042B105BF00E}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

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 = "8.2.0";
29+
public const string Version = "8.3.0";
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>8.2.0</VersionPrefix>
19+
<VersionPrefix>8.3.0</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>[v8.2.0] - ESignature API v2.1-25.2.00.00 - 5/20/2025</PackageReleaseNotes>
29+
<PackageReleaseNotes>[v8.3.0] - ESignature API v2.1-25.2.01.00 - 7/8/2025</PackageReleaseNotes>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462'">
3232
<DefineConstants>NET462</DefineConstants>

sdk/src/DocuSign.eSign/Model/AccountSettingsInformation.cs

Lines changed: 31 additions & 1 deletion
Large diffs are not rendered by default.

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 = "8.2.0";
25+
public const string AssemblyInformationalVersion = "8.3.0";
2626
}

0 commit comments

Comments
 (0)