File tree 6 files changed +25
-15
lines changed
Google.Ads.GoogleAds.Core/src
Google.Ads.GoogleAds.Extensions/src
6 files changed +25
-15
lines changed Original file line number Diff line number Diff line change
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
+
1
11
22.0.0
2
12
======
3
13
- Removed support for version 16 of the Google Ads API.
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Title >Google Ads GAPIC Extensions Dotnet Client Library</Title >
5
5
<PackageId >Google.Ads.Gax</PackageId >
6
- <Version >4.0.2 </Version >
6
+ <Version >4.0.3 </Version >
7
7
<Description >This library provides functionality that makes it easier to work with Generated
8
8
API Client GAPIC client libraries for Google's Ads APIs.</Description >
9
9
<PackageReleaseNotes >https://github.com/googleads/google-ads-dotnet/blob/main/ChangeLog</PackageReleaseNotes >
31
31
<IncludeSource >true</IncludeSource >
32
32
<GenerateDocumentationFile >true</GenerateDocumentationFile >
33
33
<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 >
36
36
<LangVersion >latest</LangVersion >
37
37
</PropertyGroup >
38
38
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Title >Google Ads API Core Dotnet Client Library</Title >
5
5
<PackageId >Google.Ads.GoogleAds.Core</PackageId >
6
- <Version >4.0.3 </Version >
6
+ <Version >4.0.4 </Version >
7
7
<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 >
8
8
<PackageReleaseNotes >https://github.com/googleads/google-ads-dotnet/blob/master/ChangeLog</PackageReleaseNotes >
9
9
<PackageTags >GoogleAds Google</PackageTags >
30
30
<IncludeSource >true</IncludeSource >
31
31
<GenerateDocumentationFile >true</GenerateDocumentationFile >
32
32
<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 >
35
35
<LangVersion >latest</LangVersion >
36
36
</PropertyGroup >
37
37
<ItemGroup >
40
40
<None Include =" ..\..\logo.png" Pack =" true" PackagePath =" " />
41
41
</ItemGroup >
42
42
<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 " />
44
44
<ProjectReference Condition =" Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include =" ..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj" />
45
45
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
46
46
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.1" />
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Title >Google Ads API Dotnet Client Library Extensions</Title >
5
5
<PackageId >Google.Ads.GoogleAds.Extensions</PackageId >
6
- <Version >2.0.3 </Version >
6
+ <Version >2.0.4 </Version >
7
7
<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 >
8
8
<PackageReleaseNotes >https://github.com/googleads/google-ads-dotnet/blob/master/ChangeLog</PackageReleaseNotes >
9
9
<PackageTags >GoogleAds Google</PackageTags >
45
45
<None Include =" ..\..\logo.png" Pack =" true" PackagePath =" " />
46
46
</ItemGroup >
47
47
<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 " />
49
49
<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 " />
51
51
<ProjectReference Condition =" Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include =" ..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj" />
52
52
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6.0.1" />
53
53
<PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
Original file line number Diff line number Diff line change 34
34
</ItemGroup >
35
35
<ItemGroup >
36
36
<!-- 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 " />
38
38
<ProjectReference Condition =" Exists('..\src\Google.Ads.GoogleAds.csproj')" Include =" ..\src\Google.Ads.GoogleAds.csproj" />
39
39
<PackageReference Condition =" !Exists('..\..\Google.Ads.GoogleAds.Extensions\src\Google.Ads.GoogleAds.Extensions.csproj')" Include =" Google.Ads.GoogleAds.Extensions" Version =" 2.0.4" />
40
40
<ProjectReference Condition =" Exists('..\..\Google.Ads.GoogleAds.Extensions\src\Google.Ads.GoogleAds.Extensions.csproj')" Include =" ..\..\Google.Ads.GoogleAds.Extensions\src\Google.Ads.GoogleAds.Extensions.csproj" />
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Title >Google Ads API Dotnet Client Library</Title >
5
5
<PackageId >Google.Ads.GoogleAds</PackageId >
6
- <Version >22.0 .0</Version >
6
+ <Version >22.1 .0</Version >
7
7
<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 >
8
8
<PackageReleaseNotes >https://github.com/googleads/google-ads-dotnet/blob/master/ChangeLog</PackageReleaseNotes >
9
9
<PackageTags >GoogleAds Google</PackageTags >
30
30
<IncludeSource >true</IncludeSource >
31
31
<GenerateDocumentationFile >true</GenerateDocumentationFile >
32
32
<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 >
35
35
<LangVersion >latest</LangVersion >
36
36
</PropertyGroup >
37
37
<ItemGroup >
40
40
<None Include =" ..\..\logo.png" Pack =" true" PackagePath =" " />
41
41
</ItemGroup >
42
42
<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 " />
44
44
<ProjectReference Condition =" Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include =" ..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj" />
45
45
</ItemGroup >
46
46
<ItemGroup >
You can’t perform that action at this time.
0 commit comments