Skip to content

Commit f70286a

Browse files
authored
RC of version 3.6.0 (#141)
* RC of version 3.6.0 * second part of the PR
1 parent 021260e commit f70286a

File tree

451 files changed

+20485
-16473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

451 files changed

+20485
-16473
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note: DocuSign uses **Eclipse** with **Maven** for testing purposes.
3434
<dependency>
3535
<groupId>com.docusign</groupId>
3636
<artifactId>docusign-esign-java</artifactId>
37-
<version>3.5.0</version>
37+
<version>3.6.0-RC1</version>
3838
</dependency>
3939
```
4040

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.docusign'
5-
version = '3.5.0'
5+
version = '3.6.0-RC1'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>docusign-esign-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-esign-java</name>
7-
<version>3.5.0</version>
7+
<version>3.6.0-RC1</version>
88
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
99
<url>https://www.docusign.com/developer-center</url>
1010

src/main/java/com/docusign/esign/api/AccountsApi.java

Lines changed: 1319 additions & 1104 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/AuthenticationApi.java

Lines changed: 155 additions & 130 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/BillingApi.java

Lines changed: 336 additions & 250 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/BulkEnvelopesApi.java

Lines changed: 311 additions & 269 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/CloudStorageApi.java

Lines changed: 225 additions & 189 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/CommentsApi.java

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)