Skip to content

Commit 618328b

Browse files
Anna HiletaAnna Hileta
authored andcommitted
fix vs2019-mac-full
1 parent 4632790 commit 618328b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ExamplesAPIType.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ public enum ExamplesApiType
3737
/// </summary>
3838
[Description("aeg")]
3939
Admin = 4,
40+
41+
/// <summary>
42+
/// Connect API
43+
/// </summary>
44+
[Description("con")]
45+
Connect = 5,
4046
}
4147

4248
public static class ExamplesApiTypeExtensions

launcher-csharp/launcher-csharp - VS2019.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="DocuSign.Admin" Version="1.3.0" />
39+
<PackageReference Include="DocuSign.Admin" Version="1.4.0" />
4040
<PackageReference Include="DocuSign.Click" Version="1.3.1" />
4141
<PackageReference Include="DocuSign.eSign.dll" Version="6.5.0" />
4242
<PackageReference Include="DocuSign.Monitor" Version="1.1.1" />

0 commit comments

Comments
 (0)