Skip to content

Commit

Permalink
Commit v24.29.0 to github
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed Nov 19, 2024
1 parent accc3e4 commit 53795cf
Show file tree
Hide file tree
Showing 177 changed files with 47,971 additions and 50,096 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
24.29.0
===
- Added support for v202411
- Removed examples for v202402
- Removed support for v202311

24.28.0
===
- Added support for v202408
Expand Down
2 changes: 1 addition & 1 deletion examples/AdManager/CSharp/AdManager.Examples.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.3" />
<PackageReference Include="Google.Dfp" Version="24.28.0" />
<PackageReference Include="Google.Dfp" Version="24.29.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.5.3" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.3" />
<PackageReference Include="Google.Dfp" Version="24.28.0" />
<PackageReference Include="Google.Dfp" Version="24.29.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
Expand Down
4 changes: 2 additions & 2 deletions examples/AdManager/CSharp/OAuth/ConsoleExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202408;
using Google.Api.Ads.AdManager.v202408;
using Google.Api.Ads.AdManager.Util.v202411;
using Google.Api.Ads.AdManager.v202411;
using Google.Api.Ads.Common.Lib;

using System;
Expand Down
4 changes: 2 additions & 2 deletions examples/AdManager/CSharp/OAuth/Default.aspx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
using Google.Api.Ads.Common.Lib;
using Google.Api.Ads.Common.Util.Reports;
using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202408;
using Google.Api.Ads.AdManager.v202408;
using Google.Api.Ads.AdManager.Util.v202411;
using Google.Api.Ads.AdManager.v202411;

using System;
using System.Data;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 53795cf

Please sign in to comment.