Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v6.7.0 #444

Merged
merged 2 commits into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Vonage.Common/Vonage.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<Version>6.6.0</Version>
<Version>6.7.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression />
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
Expand Down
9 changes: 2 additions & 7 deletions Vonage/Vonage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<Version>6.6.0</Version>
<Version>6.7.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression/>
<PackageProjectUrl>https://github.com/Vonage/vonage-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v6.6.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v6.7.0</PackageReleaseNotes>
<PackageTags>SMS voice telephony phone Vonage</PackageTags>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<NoWarn>701;1702;1572</NoWarn>
Expand Down Expand Up @@ -79,11 +79,6 @@
<PackagePath/>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="ProactiveConnect\Actions\"/>
<Folder Include="ProactiveConnect\Jobs\"/>
<Folder Include="ProactiveConnect\Runs\"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Vonage.Common\Vonage.Common.csproj" PrivateAssets="All"/>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Vonage/VonageClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public Credentials Credentials
/// <summary>
/// Exposes SubAccounts features.
/// </summary>
public SubAccountsClient SubAccountsClient { get; private set; }
public ISubAccountsClient SubAccountsClient { get; private set; }

public IVerifyClient VerifyClient { get; private set; }

Expand Down