diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a34ea..1e1c474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # DocuSign Click C# Client Changelog See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. +## [v2.0.0-rc3] - Click API v1-22.4.02.00 - 2024-05-20 +### Changed +- Updated C# SDK dependencies. + - BouncyCastle.Cryptography: Version bumped from 2.3.0 to 2.3.1. + - Microsoft.IdentityModel.JsonWebTokens: Version bumped from 7.5.1 to 7.5.2. ## [v2.0.0-rc2] - Click API v1-22.4.02.00 - 2024-04-29 ### Breaking Changes - Updated from System.IdentityModel.Tokens.Jwt to Microsoft.IdentityModel.JsonWebTokens for token handling. diff --git a/README.md b/README.md index 8d9bb44..d5ceb73 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Elastic signing (also known as Docusign Click) lets you capture consent to stan ## Version Information - **API version**: v1 -- **Latest SDK version (Including prerelease)**: 2.0.0-rc2 +- **Latest SDK version (Including prerelease)**: 2.0.0-rc3 ## Requirements * Microsoft .NET version 4.6.2+ (4.7 recommended) @@ -42,15 +42,15 @@ This client has the following external dependencies: ### .NET Standard v2 and .NET Core: * Newtonsoft.Json v13.0.3 -* BouncyCastle.Cryptography v2.3.0 +* BouncyCastle.Cryptography v2.3.1 * System.ComponentModel.Annotations v5.0.0 -* Microsoft.IdentityModel.JsonWebTokens v7.5.1 +* Microsoft.IdentityModel.JsonWebTokens v7.5.2 ### .NET Framework, version 4.6.2: * Newtonsoft.Json v13.0.3 -* BouncyCastle.Cryptography v2.3.0 +* BouncyCastle.Cryptography v2.3.1 * System.ComponentModel.Annotations v5.0.0 -* Microsoft.IdentityModel.JsonWebTokens v7.5.1 +* Microsoft.IdentityModel.JsonWebTokens v7.5.2 ## Code examples Explore our GitHub repository for the [Launcher](https://github.com/docusign/code-examples-csharp/), a self-executing package housing code examples for the Click C# SDK. This package showcases several common use cases and their respective source files. Additionally, you can download a version preconfigured for your Docusign developer account from [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples support both the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) and [JSON Web Token (JWT)](https://developers.docusign.com/platform/auth/jwt/) authentication workflows. diff --git a/sdk/DocuSign.Click.sln b/sdk/DocuSign.Click.sln index 760224e..668300d 100644 --- a/sdk/DocuSign.Click.sln +++ b/sdk/DocuSign.Click.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.Click", "src\DocuSign.Click\DocuSign.Click.csproj", "{750FEB7C-6BC0-4DB4-81A2-16042A94F670}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.Click", "src\DocuSign.Click\DocuSign.Click.csproj", "{48666778-2C46-43AD-935A-01D4D07067C2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {750FEB7C-6BC0-4DB4-81A2-16042A94F670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {750FEB7C-6BC0-4DB4-81A2-16042A94F670}.Debug|Any CPU.Build.0 = Debug|Any CPU - {750FEB7C-6BC0-4DB4-81A2-16042A94F670}.Release|Any CPU.ActiveCfg = Release|Any CPU - {750FEB7C-6BC0-4DB4-81A2-16042A94F670}.Release|Any CPU.Build.0 = Release|Any CPU + {48666778-2C46-43AD-935A-01D4D07067C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {48666778-2C46-43AD-935A-01D4D07067C2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {48666778-2C46-43AD-935A-01D4D07067C2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {48666778-2C46-43AD-935A-01D4D07067C2}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/sdk/src/DocuSign.Click/Client/Configuration.cs b/sdk/src/DocuSign.Click/Client/Configuration.cs index 1f9fdcc..abb546a 100644 --- a/sdk/src/DocuSign.Click/Client/Configuration.cs +++ b/sdk/src/DocuSign.Click/Client/Configuration.cs @@ -26,7 +26,7 @@ public class Configuration /// Version of the package. /// /// Version of the package. - public const string Version = "2.0.0-rc2"; + public const string Version = "2.0.0-rc3"; /// /// Identifier for ISO 8601 DateTime Format diff --git a/sdk/src/DocuSign.Click/DocuSign.Click.csproj b/sdk/src/DocuSign.Click/DocuSign.Click.csproj index 771bf0c..5bed536 100644 --- a/sdk/src/DocuSign.Click/DocuSign.Click.csproj +++ b/sdk/src/DocuSign.Click/DocuSign.Click.csproj @@ -16,7 +16,7 @@ DocuSign.Click DocuSign.Click en-US - 2.0.0-rc2 + 2.0.0-rc3 true true @@ -26,7 +26,7 @@ https://github.com/docusign/docusign-csharp-client/blob/master/LICENSE https://github.com/docusign/docusign-csharp-client git - [v2.0.0-rc2] - Click API v1-22.4.02.00 - 4/29/2024 + [v2.0.0-rc3] - Click API v1-22.4.02.00 - 5/20/2024 NET462 @@ -38,10 +38,10 @@ - + - + \ No newline at end of file diff --git a/sdk/src/DocuSign.Click/Properties/AssemblyInfo.cs b/sdk/src/DocuSign.Click/Properties/AssemblyInfo.cs index 4ebcc78..82097d6 100644 --- a/sdk/src/DocuSign.Click/Properties/AssemblyInfo.cs +++ b/sdk/src/DocuSign.Click/Properties/AssemblyInfo.cs @@ -22,5 +22,5 @@ // [assembly: AssemblyVersion("1.0.*")] internal class AssemblyInformation { - public const string AssemblyInformationalVersion = "2.0.0-rc2"; + public const string AssemblyInformationalVersion = "2.0.0-rc3"; } \ No newline at end of file diff --git a/test/SdkNetCoreTests/SdkNetCoreTests.csproj b/test/SdkNetCoreTests/SdkNetCoreTests.csproj index b4a7dec..84c582b 100644 --- a/test/SdkNetCoreTests/SdkNetCoreTests.csproj +++ b/test/SdkNetCoreTests/SdkNetCoreTests.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index f365816..9c16946 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -43,7 +43,7 @@ - ..\packages\BouncyCastle.Cryptography.2.3.0\lib\net461\BouncyCastle.Cryptography.dll + ..\packages\BouncyCastle.Cryptography.2.3.1\lib\net461\BouncyCastle.Cryptography.dll False @@ -53,17 +53,17 @@ ..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.7.5.1\lib\net462\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.7.5.2\lib\net462\Microsoft.IdentityModel.Abstractions.dll - - ..\packages\Microsoft.IdentityModel.JsonWebTokens.7.5.1\lib\net462\Microsoft.IdentityModel.JsonWebTokens.dll + + ..\packages\Microsoft.IdentityModel.JsonWebTokens.7.5.2\lib\net462\Microsoft.IdentityModel.JsonWebTokens.dll - - ..\packages\Microsoft.IdentityModel.Logging.7.5.1\lib\net462\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.IdentityModel.Logging.7.5.2\lib\net462\Microsoft.IdentityModel.Logging.dll - - ..\packages\Microsoft.IdentityModel.Tokens.7.5.1\lib\net462\Microsoft.IdentityModel.Tokens.dll + + ..\packages\Microsoft.IdentityModel.Tokens.7.5.2\lib\net462\Microsoft.IdentityModel.Tokens.dll ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll diff --git a/test/SdkTests/app.config b/test/SdkTests/app.config index a323708..376dca1 100644 --- a/test/SdkTests/app.config +++ b/test/SdkTests/app.config @@ -12,7 +12,7 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/test/SdkTests/packages.config b/test/SdkTests/packages.config index ccb926f..7d5882e 100644 --- a/test/SdkTests/packages.config +++ b/test/SdkTests/packages.config @@ -1,12 +1,12 @@  - + - - - - + + + +