|
4 | 4 | <TargetFrameworks>net462;netstandard2.0</TargetFrameworks> |
5 | 5 | <IsPackable>true</IsPackable> |
6 | 6 | <PackageId>DocuSign.Maestro</PackageId> |
7 | | - <Description>The Docusign NuGet package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-maestro-csharp-client repository.</Description> |
| 7 | + <Description>The Docusign NuGet package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-maestro-csharp-client repository. This SDK is deprecated and no longer actively maintained.</Description> |
8 | 8 | <Company>DocuSign Inc.</Company> |
9 | 9 | <Owners>DocuSign</Owners> |
10 | | - <Copyright>Copyright © Docusign 2024</Copyright> |
| 10 | + <Copyright>Copyright © Docusign 2025</Copyright> |
11 | 11 | <AssemblyTitle>DocuSign.Maestro</AssemblyTitle> |
12 | 12 | <Authors>DocuSign</Authors> |
13 | 13 | <OutputType>Library</OutputType> |
|
16 | 16 | <RootNamespace>DocuSign.Maestro</RootNamespace> |
17 | 17 | <AssemblyName>DocuSign.Maestro</AssemblyName> |
18 | 18 | <NeutralLanguage>en-US</NeutralLanguage> |
19 | | - <VersionPrefix>1.0.2</VersionPrefix> |
| 19 | + <VersionPrefix>2.0.0</VersionPrefix> |
20 | 20 | <VersionSuffix/> |
21 | 21 | <GenerateAssemblyInfo>true</GenerateAssemblyInfo> |
22 | 22 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
26 | 26 | <PackageLicenseUrl>https://github.com/docusign/docusign-maestro-csharp-client/blob/master/LICENSE</PackageLicenseUrl> |
27 | 27 | <RepositoryUrl>https://github.com/docusign/docusign-maestro-csharp-client</RepositoryUrl> |
28 | 28 | <RepositoryType>git</RepositoryType> |
29 | | - <PackageReleaseNotes>[v1.0.2] - Maestro API v1.0.0-1.0.5 - 11/15/2024</PackageReleaseNotes> |
| 29 | + <PackageReleaseNotes>⚠️ Deprecated – Maestro is now available as part of the new IAM SDK: https://developers.docusign.com/docs/sdks/</PackageReleaseNotes> |
30 | 30 | </PropertyGroup> |
31 | 31 | <PropertyGroup Condition=" '$(TargetFramework)' == 'net462'"> |
32 | 32 | <DefineConstants>NET462</DefineConstants> |
|
0 commit comments