Skip to content

Commit

Permalink
Version 6.0.0-rc-v2.1-22.2.00.00 release (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
dbbrahmbhatt and root authored Jun 30, 2022
1 parent 70f07e7 commit 2c625b6
Show file tree
Hide file tree
Showing 52 changed files with 6,073 additions and 7,207 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# DocuSign C# Client Changelog

## [v6.0.0-rc] - eSignature API v2.1-22.2.00.00 - 2022-06-23
### Changed
- Removed external reference to RestSharp
- Added support for version v2.1-22.2.00.00 of the DocuSign ESignature API.
- Updated the SDK release version.

### Breaking
- ApiClient in Api/*Api.cs files is now a DocuSignClient, so functionality based on direct access to attributes of previous RestSharp-based client will not work anymore.
- Following Api classes removed:
- DataFeedApi.cs
- SignatureApi.cs

## [v5.12.0] - eSignature API v2.1-22.2.00.00 - 2022-06-17
### Changed
- Added support for version v2.1-22.2.00.00 of the DocuSign ESignature API.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This client has the following external dependencies:
**.NET Standard v2 and .NET Core:**
* Microsoft.CSharp v4.5.0
* Microsoft.IdentityModel.Protocols v5.4.0
* Newtonsoft.Json 11.0.2
* Newtonsoft.Json 13.0.1
* Portable.BouncyCastle v1.8.10
* RestSharp v106.3.1
* System.ComponentModel.Annotations v4.5.0
Expand All @@ -48,7 +48,7 @@ This client has the following external dependencies:
* BouncyCastle v1.8.9
* Microsoft.CSharp v4.5.0
* Microsoft.IdentityModel.Protocols v5.4.0
* Newtonsoft.Json 11.0.2
* Newtonsoft.Json 13.0.1
* RestSharp v106.3.1
* System.ComponentModel.Annotations v4.5.0
* System.IdentityModel.tokens.Jwt v5.4.0
Expand Down Expand Up @@ -78,4 +78,4 @@ The DocuSign eSignature C# Client SDK is licensed under the [MIT License](https:
[downloads-image]: https://img.shields.io/nuget/dt/DocuSign.eSign.dll.svg?style=flat
[downloads-url]: https://www.nuget.org/packages/DocuSign.eSign.dll
[appveyor-image]:https://ci.appveyor.com/api/projects/status/m5a02n1vp3ma6qec?svg=true
[appveyor-url]:https://ci.appveyor.com/project/DocuSign/docusign-csharp-client
[appveyor-url]:https://ci.appveyor.com/project/DocuSign/docusign-csharp-client
1,485 changes: 743 additions & 742 deletions sdk/src/DocuSign.eSign/Api/AccountsApi.cs

Large diffs are not rendered by default.

155 changes: 77 additions & 78 deletions sdk/src/DocuSign.eSign/Api/AuthenticationApi.cs

Large diffs are not rendered by default.

315 changes: 157 additions & 158 deletions sdk/src/DocuSign.eSign/Api/BillingApi.cs

Large diffs are not rendered by default.

273 changes: 136 additions & 137 deletions sdk/src/DocuSign.eSign/Api/BulkEnvelopesApi.cs

Large diffs are not rendered by default.

157 changes: 78 additions & 79 deletions sdk/src/DocuSign.eSign/Api/BulkProcessDataApi.cs

Large diffs are not rendered by default.

93 changes: 46 additions & 47 deletions sdk/src/DocuSign.eSign/Api/BulkProcessDataSendApi.cs

Large diffs are not rendered by default.

163 changes: 81 additions & 82 deletions sdk/src/DocuSign.eSign/Api/CloudStorageApi.cs

Large diffs are not rendered by default.

399 changes: 199 additions & 200 deletions sdk/src/DocuSign.eSign/Api/ConnectApi.cs

Large diffs are not rendered by default.

117 changes: 58 additions & 59 deletions sdk/src/DocuSign.eSign/Api/CustomTabsApi.cs

Large diffs are not rendered by default.

306 changes: 0 additions & 306 deletions sdk/src/DocuSign.eSign/Api/DataFeedApi.cs

This file was deleted.

Loading

0 comments on commit 2c625b6

Please sign in to comment.