Skip to content

Commit 41956db

Browse files
authored
Merge pull request #572 from googleads/release-V21.0.0-686a2411afe4b0e2c94d
Changes for release V21.0.0.
2 parents 4531ded + 7ea6851 commit 41956db

File tree

1,408 files changed

+9244
-777947
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,408 files changed

+9244
-777947
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
21.1.0
2+
======
3+
- Added support for version 17.1 of the Google Ads API.
4+
- Removed support for version 15 of the Google Ads API.
5+
16
20.1.0
27
======
3-
- Added support for version 17.0 of the Google Ads API
8+
- Added support for version 17.0 of the Google Ads API.
49
- Updated code examples to remove usage of the `PageSize` parameter for `GoogleAdsService.Search`:
510
* GetAccountHierarchy
611
* GetChangeSummary
@@ -12,7 +17,7 @@
1217
* AddPerformanceMaxProductListingGroupTree
1318
* AddPerformanceMaxRetailCampaign
1419
* AddShoppingProductListingGroupTree
15-
- Removed the NavigateSearchResultPagesCachingTokens example as it is now obsolete
20+
- Removed the NavigateSearchResultPagesCachingTokens example as it is now obsolete.
1621

1722

1823
20.0.0

Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Title>Google Ads API Dotnet Client Library</Title>
55
<PackageId>Google.Ads.GoogleAds</PackageId>
6-
<Version>20.1.0</Version>
6+
<Version>21.0.0</Version>
77
<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>
88
<PackageReleaseNotes>https://github.com/googleads/google-ads-dotnet/blob/master/ChangeLog</PackageReleaseNotes>
99
<PackageTags>GoogleAds Google</PackageTags>
@@ -30,8 +30,8 @@
3030
<IncludeSource>true</IncludeSource>
3131
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3232
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
33-
<AssemblyVersion>20.1.0</AssemblyVersion>
34-
<FileVersion>20.1.0</FileVersion>
33+
<AssemblyVersion>21.0.0</AssemblyVersion>
34+
<FileVersion>21.0.0</FileVersion>
3535
<LangVersion>latest</LangVersion>
3636
</PropertyGroup>
3737
<ItemGroup>

Google.Ads.GoogleAds/src/V15/AccessInvitationError.g.cs

-268
This file was deleted.

0 commit comments

Comments
 (0)