Skip to content

Commit 595ff3d

Browse files
authored
Merge pull request #596 from googleads/release-V22.1.0-1743b154026dd6b99efe
Missing changes required for release V22.1.0.
2 parents b184d3a + b284614 commit 595ff3d

File tree

6 files changed

+25
-15
lines changed

6 files changed

+25
-15
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
22.1.0
2+
======
3+
- Added support for version 19.0 of the Google Ads API.
4+
- Updated the `AddPerformanceMaxCampaign` and `AddPerformanceMaxRetailCampaign` examples to support
5+
using brand guidelines.
6+
- Removed all feed-related examples.
7+
- Replaced usage of the `GrpcPagedEnumerable` and `GrpcPagedAsyncEnumerable` classes with the
8+
`AdsPagedEnumerable` and `AdsPagedAsyncEnumerable` classes to prevent errors when using the
9+
`ReadPage` method: fixes [#589](https://github.com/googleads/google-ads-dotnet/issues/589).
10+
111
22.0.0
212
======
313
- Removed support for version 16 of the Google Ads API.

Google.Ads.Gax/src/Google.Ads.Gax.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Title>Google Ads GAPIC Extensions Dotnet Client Library</Title>
55
<PackageId>Google.Ads.Gax</PackageId>
6-
<Version>4.0.2</Version>
6+
<Version>4.0.3</Version>
77
<Description>This library provides functionality that makes it easier to work with Generated
88
API Client GAPIC client libraries for Google's Ads APIs.</Description>
99
<PackageReleaseNotes>https://github.com/googleads/google-ads-dotnet/blob/main/ChangeLog</PackageReleaseNotes>
@@ -31,8 +31,8 @@
3131
<IncludeSource>true</IncludeSource>
3232
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3333
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
34-
<AssemblyVersion>4.0.2</AssemblyVersion>
35-
<FileVersion>4.0.2</FileVersion>
34+
<AssemblyVersion>4.0.3</AssemblyVersion>
35+
<FileVersion>4.0.3</FileVersion>
3636
<LangVersion>latest</LangVersion>
3737
</PropertyGroup>
3838
<ItemGroup>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Title>Google Ads API Core Dotnet Client Library</Title>
55
<PackageId>Google.Ads.GoogleAds.Core</PackageId>
6-
<Version>4.0.3</Version>
6+
<Version>4.0.4</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>4.0.3</AssemblyVersion>
34-
<FileVersion>4.0.3</FileVersion>
33+
<AssemblyVersion>4.0.4</AssemblyVersion>
34+
<FileVersion>4.0.4</FileVersion>
3535
<LangVersion>latest</LangVersion>
3636
</PropertyGroup>
3737
<ItemGroup>
@@ -40,7 +40,7 @@
4040
<None Include="..\..\logo.png" Pack="true" PackagePath="" />
4141
</ItemGroup>
4242
<ItemGroup>
43-
<PackageReference Condition="!Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="Google.Ads.Gax" Version="4.0.2" />
43+
<PackageReference Condition="!Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="Google.Ads.Gax" Version="4.0.3" />
4444
<ProjectReference Condition="Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj" />
4545
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
4646
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />

Google.Ads.GoogleAds.Extensions/src/Google.Ads.GoogleAds.Extensions.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 Extensions</Title>
55
<PackageId>Google.Ads.GoogleAds.Extensions</PackageId>
6-
<Version>2.0.3</Version>
6+
<Version>2.0.4</Version>
77
<Description>This library provides you with extensions for the Google Ads API client library. The Google Ads API is the modern programmatic interface to Google Ads. 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>
@@ -45,9 +45,9 @@
4545
<None Include="..\..\logo.png" Pack="true" PackagePath="" />
4646
</ItemGroup>
4747
<ItemGroup>
48-
<PackageReference Condition="!Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include="Google.Ads.GoogleAds.Core" Version="4.0.3" />
48+
<PackageReference Condition="!Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include="Google.Ads.GoogleAds.Core" Version="4.0.4" />
4949
<ProjectReference Condition="Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include="..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj" />
50-
<PackageReference Condition="!Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="Google.Ads.Gax" Version="4.0.2" />
50+
<PackageReference Condition="!Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="Google.Ads.Gax" Version="4.0.3" />
5151
<ProjectReference Condition="Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj" />
5252
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
5353
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />

Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535
<ItemGroup>
3636
<!-- Include local projects over nuget dependencies if available -->
37-
<PackageReference Condition="!Exists('..\src\Google.Ads.GoogleAds.csproj')" Include="Google.Ads.GoogleAds" Version="22.0.0" />
37+
<PackageReference Condition="!Exists('..\src\Google.Ads.GoogleAds.csproj')" Include="Google.Ads.GoogleAds" Version="22.0.1" />
3838
<ProjectReference Condition="Exists('..\src\Google.Ads.GoogleAds.csproj')" Include="..\src\Google.Ads.GoogleAds.csproj" />
3939
<PackageReference Condition="!Exists('..\..\Google.Ads.GoogleAds.Extensions\src\Google.Ads.GoogleAds.Extensions.csproj')" Include="Google.Ads.GoogleAds.Extensions" Version="2.0.4" />
4040
<ProjectReference Condition="Exists('..\..\Google.Ads.GoogleAds.Extensions\src\Google.Ads.GoogleAds.Extensions.csproj')" Include="..\..\Google.Ads.GoogleAds.Extensions\src\Google.Ads.GoogleAds.Extensions.csproj" />

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

+4-4
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>22.0.0</Version>
6+
<Version>22.1.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>22.0.0</AssemblyVersion>
34-
<FileVersion>22.0.0</FileVersion>
33+
<AssemblyVersion>22.0.1</AssemblyVersion>
34+
<FileVersion>22.0.1</FileVersion>
3535
<LangVersion>latest</LangVersion>
3636
</PropertyGroup>
3737
<ItemGroup>
@@ -40,7 +40,7 @@
4040
<None Include="..\..\logo.png" Pack="true" PackagePath="" />
4141
</ItemGroup>
4242
<ItemGroup>
43-
<PackageReference Condition="!Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include="Google.Ads.GoogleAds.Core" Version="4.0.3" />
43+
<PackageReference Condition="!Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include="Google.Ads.GoogleAds.Core" Version="4.0.4" />
4444
<ProjectReference Condition="Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include="..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj" />
4545
</ItemGroup>
4646
<ItemGroup>

0 commit comments

Comments
 (0)