Skip to content

Commit

Permalink
Merge pull request #572 from googleads/release-V21.0.0-686a2411afe4b0…
Browse files Browse the repository at this point in the history
…e2c94d

Changes for release V21.0.0.
  • Loading branch information
Raibaz authored Aug 8, 2024
2 parents 4531ded + 7ea6851 commit 41956db
Show file tree
Hide file tree
Showing 1,408 changed files with 9,244 additions and 777,947 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
21.1.0
======
- Added support for version 17.1 of the Google Ads API.
- Removed support for version 15 of the Google Ads API.

20.1.0
======
- Added support for version 17.0 of the Google Ads API
- Added support for version 17.0 of the Google Ads API.
- Updated code examples to remove usage of the `PageSize` parameter for `GoogleAdsService.Search`:
* GetAccountHierarchy
* GetChangeSummary
Expand All @@ -12,7 +17,7 @@
* AddPerformanceMaxProductListingGroupTree
* AddPerformanceMaxRetailCampaign
* AddShoppingProductListingGroupTree
- Removed the NavigateSearchResultPagesCachingTokens example as it is now obsolete
- Removed the NavigateSearchResultPagesCachingTokens example as it is now obsolete.


20.0.0
Expand Down
6 changes: 3 additions & 3 deletions Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Title>Google Ads API Dotnet Client Library</Title>
<PackageId>Google.Ads.GoogleAds</PackageId>
<Version>20.1.0</Version>
<Version>21.0.0</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>20.1.0</AssemblyVersion>
<FileVersion>20.1.0</FileVersion>
<AssemblyVersion>21.0.0</AssemblyVersion>
<FileVersion>21.0.0</FileVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
268 changes: 0 additions & 268 deletions Google.Ads.GoogleAds/src/V15/AccessInvitationError.g.cs

This file was deleted.

Loading

0 comments on commit 41956db

Please sign in to comment.