Skip to content

Commit 402f5ad

Browse files
garg-muditroot
and
root
authored
Version 8.0.0-rc2-v2.1-24.2.00.00 release (#450)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent 0790ec1 commit 402f5ad

File tree

11 files changed

+172
-67
lines changed

11 files changed

+172
-67
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# DocuSign C# Client Changelog
22

3+
## [v8.0.0-rc2] - eSignature API v2.1-24.2.00.00 - 2024-07-23
4+
### Changed
5+
- Introduced async versions of `ApiClient` authorization methods.
6+
- Corrected SDK metadata.
7+
- Updated the SDK release version.
38
## [v8.0.0-rc1] - eSignature API v2.1-24.2.00.00 - 2024-07-02
49

510
### Breaking Changes

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2021 - DocuSign, Inc. (https://www.docusign.com)
3+
Copyright (c) 2021 - Docusign, Inc. (https://www.docusign.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
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.0.0-rc1
36+
- **Latest SDK version (Including prerelease)**: 8.0.0-rc2
3737

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

sdk/.doxygenconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "DocuSign CSharp Docs"
35+
PROJECT_NAME = "Docusign CSharp Docs"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

sdk/DocuSign.eSign.sln

+5-5
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", "{6832F73B-2498-44E8-A8A5-5DD858B47089}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{0DD2EBA2-97AB-491E-911A-01F064CA09E7}"
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-
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

sdk/src/DocuSign.eSign/Client/Auth/OAuth.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class OAuth
5454
*
5555
* UserInfo model with the following properties:
5656
* <br /><b>sub</b>: the user ID GUID.
57-
* <br /><b>accounts</b>: this is list of DocuSign accounts associated with the current user.
57+
* <br /><b>accounts</b>: this is list of Docusign accounts associated with the current user.
5858
* <br /><b>name</b>: the user's full name.
5959
* <br /><b>givenName</b>: the user's given name.
6060
* <br /><b>familyName</b>: the user's family name.
@@ -73,7 +73,7 @@ public class UserInfo : IEquatable<UserInfo>, IValidatableObject
7373
/// isDefault: whether this is the default account, when the user has access to multiple accounts.
7474
/// accountName: the human-readable name of the account.
7575
/// baseUri: the base URI associated with this account.
76-
/// It also tells which DocuSign data center the account is hosted on.
76+
/// It also tells which Docusign data center the account is hosted on.
7777
/// </summary>
7878
[DataContract]
7979
public class Account : IEquatable<Account>, IValidatableObject
@@ -235,8 +235,8 @@ public IEnumerable<ValidationResult> Validate(ValidationContext validationContex
235235

236236
/// <summary>
237237
/// Organization model with the following properties:
238-
/// organizationId: the organization ID GUID if DocuSign Org Admin is enabled.
239-
/// links: this is list of organization direct links associated with the DocuSign account.
238+
/// organizationId: the organization ID GUID if Docusign Org Admin is enabled.
239+
/// links: this is list of organization direct links associated with the Docusign account.
240240
/// </summary>
241241
[DataContract]
242242
public class Organization : IEquatable<Organization>, IValidatableObject

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

+1-1
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.0.0-rc1";
29+
public const string Version = "8.0.0-rc2";
3030

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

0 commit comments

Comments
 (0)