Skip to content

Commit

Permalink
release: v6.7.0 (#444)
Browse files Browse the repository at this point in the history
* Update version to v6.7.0

* Use correct abstraction
  • Loading branch information
Tr00d authored Jun 28, 2023
1 parent 9f908ef commit 13bf2c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
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

0 comments on commit 13bf2c3

Please sign in to comment.