Skip to content

Commit

Permalink
Merge pull request #565 from googleads/release-V20.0.0-9ead9559517c07…
Browse files Browse the repository at this point in the history
…1ce9cb

Changes for release V20.0.0.
  • Loading branch information
Raibaz authored Apr 25, 2024
2 parents 222db14 + e6f514b commit 3674716
Show file tree
Hide file tree
Showing 1,456 changed files with 3,474 additions and 747,131 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
20.0.0
======
- Added support for version 16.1 of the Google Ads API.
- Updated code examples:
* VerifyAdvertiserIdentity
* UploadConversionAdjustment
- Removed obsolete code examples:
* AddFlightsFeed
* AddRealEstateFeed
* ApproveMerchantCenterLink
* RejectMerchantCenterLink
* RemoveFlightsFeedItemAttributeValue
* UpdateFlightsFeedItemStringAttributeValue
- Bumped the Google.Api.Gax.Grpc dependency to 4.8.0 and changed the Grpc.Core dependency to depend
directly on it
- Removed support for version 14 of the Google Ads API.

19.0.1
======
- Added support for .NET 8.0 in the Google.Ads.GoogleAds project: it was left out in the previous
Expand Down
10 changes: 5 additions & 5 deletions Google.Ads.Gax/src/Google.Ads.Gax.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Title>Google Ads GAPIC Extensions Dotnet Client Library</Title>
<PackageId>Google.Ads.Gax</PackageId>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<Description>This library provides functionality that makes it easier to work with Generated
API Client GAPIC client libraries for Google's Ads APIs.</Description>
<PackageReleaseNotes>https://github.com/googleads/google-ads-dotnet/blob/main/ChangeLog</PackageReleaseNotes>
Expand Down Expand Up @@ -31,8 +31,8 @@
<IncludeSource>true</IncludeSource>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<AssemblyVersion>4.0.1</AssemblyVersion>
<FileVersion>4.0.1</FileVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand All @@ -42,8 +42,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="4.5.0" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="3.7.0" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="4.8.0" />
<PackageReference Include="Grpc.Core" Version="2.46.6" />
<PackageReference Include="Google.LongRunning" Version="3.0.0" />
<PackageReference Include="Google.Protobuf" Version="3.25.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Title>Google Ads API Core Dotnet Client Library</Title>
<PackageId>Google.Ads.GoogleAds.Core</PackageId>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<Description>This library provides you with functionality to access the Google Ads API. The Google Ads API is the modern programmatic interface to Google Ads and the next generation of the AdWords API. See https://developers.google.com/google-ads/api to learn more about Google Ads API.</Description>
<PackageReleaseNotes>https://github.com/googleads/google-ads-dotnet/blob/master/ChangeLog</PackageReleaseNotes>
<PackageTags>GoogleAds Google</PackageTags>
Expand All @@ -30,8 +30,8 @@
<IncludeSource>true</IncludeSource>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<AssemblyVersion>4.0.1</AssemblyVersion>
<FileVersion>4.0.1</FileVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand All @@ -40,7 +40,7 @@
<None Include="..\..\logo.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Condition="!Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="Google.Ads.Gax" Version="4.0.0" />
<PackageReference Condition="!Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="Google.Ads.Gax" Version="4.0.1" />
<ProjectReference Condition="Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
Expand Down

This file was deleted.

Loading

0 comments on commit 3674716

Please sign in to comment.