|
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.1</Version> |
| 6 | + <Version>2.0.2</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>
|
|
31 | 31 | <IncludeSource>true</IncludeSource>
|
32 | 32 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
33 | 33 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
34 |
| - <AssemblyVersion>2.0.1</AssemblyVersion> |
35 |
| - <FileVersion>2.0.1</FileVersion> |
| 34 | + <AssemblyVersion>2.0.2</AssemblyVersion> |
| 35 | + <FileVersion>2.0.2</FileVersion> |
36 | 36 | <LangVersion>latest</LangVersion>
|
37 | 37 | </PropertyGroup>
|
38 | 38 | <ItemGroup>
|
|
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.2" /> |
| 48 | + <PackageReference Condition="!Exists('..\..\Google.Ads.GoogleAds.Core\src\Google.Ads.GoogleAds.Core.csproj')" Include="Google.Ads.GoogleAds.Core" Version="4.0.3" /> |
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.0" /> |
| 50 | + <PackageReference Condition="!Exists('..\..\Google.Ads.Gax\src\Google.Ads.Gax.csproj')" Include="Google.Ads.Gax" Version="4.0.2" /> |
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" />
|
|
0 commit comments