We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4632790 commit 618328bCopy full SHA for 618328b
ExamplesAPIType.cs
@@ -37,6 +37,12 @@ public enum ExamplesApiType
37
/// </summary>
38
[Description("aeg")]
39
Admin = 4,
40
+
41
+ /// <summary>
42
+ /// Connect API
43
+ /// </summary>
44
+ [Description("con")]
45
+ Connect = 5,
46
}
47
48
public static class ExamplesApiTypeExtensions
launcher-csharp/launcher-csharp - VS2019.csproj
@@ -36,7 +36,7 @@
36
</ItemGroup>
<ItemGroup>
- <PackageReference Include="DocuSign.Admin" Version="1.3.0" />
+ <PackageReference Include="DocuSign.Admin" Version="1.4.0" />
<PackageReference Include="DocuSign.Click" Version="1.3.1" />
<PackageReference Include="DocuSign.eSign.dll" Version="6.5.0" />
<PackageReference Include="DocuSign.Monitor" Version="1.1.1" />
0 commit comments