diff --git a/CHANGELOG.md b/CHANGELOG.md index 23083239f..4abc2808e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # DocuSign C# Client Changelog -## [v6.9.0-rc2] - eSignature API v2.1-23.4.02.00 - 2024-04-05 +## [v7.0.0-rc1] - eSignature API v2.1-23.4.02.00 - 2024-04-05 ### Breaking Changes - Updated C# SDK dependencies. - Microsoft.CSharp: Version bumped from 4.5.0 to 4.7.0. diff --git a/sdk/DocuSign.eSign.sln b/sdk/DocuSign.eSign.sln index cf5593a42..4748868d9 100644 --- a/sdk/DocuSign.eSign.sln +++ b/sdk/DocuSign.eSign.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{F0F1BD37-2496-4F88-B0BA-2EEA7E0F7070}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{A1A634DA-0AF9-47C2-89D8-C5A6C8ECA80D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F0F1BD37-2496-4F88-B0BA-2EEA7E0F7070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F0F1BD37-2496-4F88-B0BA-2EEA7E0F7070}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F0F1BD37-2496-4F88-B0BA-2EEA7E0F7070}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F0F1BD37-2496-4F88-B0BA-2EEA7E0F7070}.Release|Any CPU.Build.0 = Release|Any CPU + {A1A634DA-0AF9-47C2-89D8-C5A6C8ECA80D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A1A634DA-0AF9-47C2-89D8-C5A6C8ECA80D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A1A634DA-0AF9-47C2-89D8-C5A6C8ECA80D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A1A634DA-0AF9-47C2-89D8-C5A6C8ECA80D}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/sdk/src/DocuSign.eSign/Client/Configuration.cs b/sdk/src/DocuSign.eSign/Client/Configuration.cs index 1eea3a687..f30c28588 100644 --- a/sdk/src/DocuSign.eSign/Client/Configuration.cs +++ b/sdk/src/DocuSign.eSign/Client/Configuration.cs @@ -26,7 +26,7 @@ public class Configuration /// Version of the package. /// /// Version of the package. - public const string Version = "6.9.0-rc2"; + public const string Version = "7.0.0-rc1"; /// /// Identifier for ISO 8601 DateTime Format diff --git a/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj b/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj index 55acee736..fe167927c 100644 --- a/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj +++ b/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj @@ -16,7 +16,7 @@ DocuSign.eSign DocuSign.eSign en-US - 6.9.0-rc2 + 7.0.0-rc1 true true @@ -26,7 +26,7 @@ https://github.com/docusign/docusign-csharp-client/blob/master/LICENSE https://github.com/docusign/docusign-csharp-client git - [v6.9.0-rc2] - ESignature API v2.1-23.4.02.00 - 4/4/2024 + [v7.0.0-rc1] - ESignature API v2.1-23.4.02.00 - 4/5/2024 NET462 diff --git a/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs b/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs index c40d187bb..cba21cc30 100644 --- a/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs +++ b/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs @@ -22,5 +22,5 @@ // [assembly: AssemblyVersion("1.0.*")] internal class AssemblyInformation { - public const string AssemblyInformationalVersion = "6.9.0-rc2"; + public const string AssemblyInformationalVersion = "7.0.0-rc1"; } \ No newline at end of file