From 1e051dcd869e357e9ddf0ff6300935b8ef1efbbd Mon Sep 17 00:00:00 2001 From: Mattia Tommasone Date: Tue, 19 Mar 2024 14:54:00 +0100 Subject: [PATCH] Bump version to 19.0.1 and add support for net8.0 Change-Id: I9029ee2255ce0593a32a7cf3ef77c75feac4c328 --- CHANGELOG.md | 5 +++++ .../AuthenticateInAspNetCoreApplication.csproj | 2 +- .../examples/Google.Ads.GoogleAds.Examples.csproj | 2 +- Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj | 8 ++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd7154b..25a3824c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +19.0.1 +====== +- Added support for .NET 8.0 in the Google.Ads.GoogleAds project: it was left out in the previous + release. + 19.0.0 ====== - Removed support for .NET 5.0. diff --git a/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj b/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj index 3fc3ecef..b44d5c04 100644 --- a/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj +++ b/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj @@ -16,7 +16,7 @@ + Include="Google.Ads.GoogleAds" Version="19.0.1" /> diff --git a/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj b/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj index 1ebf24c4..7aad900d 100644 --- a/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj +++ b/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj @@ -34,7 +34,7 @@ - + diff --git a/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj b/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj index 304f7071..7a394045 100644 --- a/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj +++ b/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj @@ -3,7 +3,7 @@ Google Ads API Dotnet Client Library Google.Ads.GoogleAds - 19.0.0 + 19.0.1 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. https://github.com/googleads/google-ads-dotnet/blob/master/ChangeLog GoogleAds Google @@ -20,7 +20,7 @@ - netstandard2.1;net472;net6.0 + netstandard2.1;net472;net6.0;net8.0 Google.Ads.GoogleAds Google.Ads.GoogleAds true @@ -30,8 +30,8 @@ true true true - 19.0.0 - 19.0.0 + 19.0.1 + 19.0.1 latest