Skip to content

Commit 4a595a1

Browse files
aditicodessroot
andauthored
Version 8.1.0-v2.1-25.1.00.02 release (#469)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent 3c05e32 commit 4a595a1

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
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.1.0] - eSignature API v2.1-25.1.00.02 - 2025-04-14
4+
### Changed
5+
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
6+
- Updated the SDK release version.
7+
38
## [v8.1.0-rc2] - eSignature API v2.1-25.1.00.02 - 2025-04-04
49
### Changed
510
- Added support for version v2.1-25.1.00.02 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.1.0-rc2
36+
- **Latest SDK version (Including prerelease)**: 8.1.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", "{3A2B18E7-B52A-4EE1-A8DF-F44C39B85743}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{1DC3A90B-4AB0-4044-8744-59BD52F9ADC9}"
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-
{3A2B18E7-B52A-4EE1-A8DF-F44C39B85743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{3A2B18E7-B52A-4EE1-A8DF-F44C39B85743}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{3A2B18E7-B52A-4EE1-A8DF-F44C39B85743}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{3A2B18E7-B52A-4EE1-A8DF-F44C39B85743}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{1DC3A90B-4AB0-4044-8744-59BD52F9ADC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{1DC3A90B-4AB0-4044-8744-59BD52F9ADC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{1DC3A90B-4AB0-4044-8744-59BD52F9ADC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{1DC3A90B-4AB0-4044-8744-59BD52F9ADC9}.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.1.0-rc2";
29+
public const string Version = "8.1.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.1.0-rc2</VersionPrefix>
19+
<VersionPrefix>8.1.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.1.0-rc2] - ESignature API v2.1-25.1.00.02 - 4/4/2025</PackageReleaseNotes>
29+
<PackageReleaseNotes>[v8.1.0] - ESignature API v2.1-25.1.00.02 - 4/14/2025</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 = "8.1.0-rc2";
25+
public const string AssemblyInformationalVersion = "8.1.0";
2626
}

0 commit comments

Comments
 (0)