Skip to content

Commit aaf99ca

Browse files
garg-muditroot
andauthored
Version 1.0.0-v1.0.0-1.0.5 release (#7)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent a39d834 commit aaf99ca

File tree

11 files changed

+172
-67
lines changed

11 files changed

+172
-67
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v1.0.0] - Maestro API v1.0.0-1.0.5 - 2024-07-30
2+
### Changed
3+
- Added support for version v1.0.0-1.0.5 of the DocuSign Maestro API.
4+
- Updated the SDK release version.
5+
16
## [v1.0.0-rc4] - Maestro API v1.0.0-1.0.5 - 2024-06-07
27
### Changed
38
- Added support for version v1.0.0-1.0.5 of the DocuSign Maestro API.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) - DocuSign, Inc. (https://www.docusign.com)
3+
Copyright (c) - 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

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**: 1.0.0
36-
- **Latest SDK version (Including prerelease)**: 1.0.0-rc4
36+
- **Latest SDK version (Including prerelease)**: 1.0.0
3737

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

sdk/.doxygenconfig

Lines changed: 1 addition & 1 deletion
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.Maestro.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.Maestro", "src\DocuSign.Maestro\DocuSign.Maestro.csproj", "{2CFE651A-A583-461A-9983-55A04ADE23E6}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.Maestro", "src\DocuSign.Maestro\DocuSign.Maestro.csproj", "{8964BBC9-9AFF-4638-B529-04C364D895D7}"
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-
{2CFE651A-A583-461A-9983-55A04ADE23E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{2CFE651A-A583-461A-9983-55A04ADE23E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{2CFE651A-A583-461A-9983-55A04ADE23E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{2CFE651A-A583-461A-9983-55A04ADE23E6}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{8964BBC9-9AFF-4638-B529-04C364D895D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{8964BBC9-9AFF-4638-B529-04C364D895D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{8964BBC9-9AFF-4638-B529-04C364D895D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{8964BBC9-9AFF-4638-B529-04C364D895D7}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

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

Lines changed: 4 additions & 4 deletions
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.Maestro/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 = "1.0.0-rc4";
29+
public const string Version = "1.0.0";
3030

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

0 commit comments

Comments
 (0)