Skip to content

Commit

Permalink
Commit v24.8.0 to github
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed Aug 13, 2019
1 parent ee70a92 commit 7043bce
Show file tree
Hide file tree
Showing 228 changed files with 35,348 additions and 56,384 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
24.8.0
======

AdWords:
-

Ad Manager:
- Added support for v201908.
- Removed support for v201808.
- Removed examples for v201811.
- Updated ProposalService and ProposalLineItemService example for Sales
Management deprecation.

Common:
-

24.7.1
======

Expand Down
7 changes: 1 addition & 6 deletions examples/AdManager/CSharp/AdManager.Examples.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<AssemblyName>Google.AdManager.Examples.CSharp</AssemblyName>
<OutputType>Exe</OutputType>
<StartupObject>Google.Api.Ads.AdManager.Examples.CSharp.Program</StartupObject>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(ProjectDir)..\..\..\src\Common\AdsApi.snk</AssemblyOriginatorKeyFile>
<DebugType>pdbonly</DebugType>
Expand All @@ -16,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.1" />
<PackageReference Include="Google.Dfp" Version="24.7.1" />
<PackageReference Include="Google.Dfp" Version="24.8.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.5.3" />
</ItemGroup>
<ItemGroup>
Expand All @@ -37,8 +36,4 @@
<Link>App.config</Link>
</None>
</ItemGroup>
<Target Name="StrongName" AfterTargets="Build"
Condition="'$(OS)' != 'Windows_NT' AND $(Configuration) == 'Release' AND '$(TargetFramework)' != ''">
<Exec Command="sn -R $(OutputPath)$(TargetFileName) $(ProjectDir)../../../src/Common/AdsApi.snk" />
</Target>
</Project>
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.1" />
<PackageReference Include="Google.Dfp" Version="24.7.1" />
<PackageReference Include="Google.Dfp" Version="24.8.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7043bce

Please sign in to comment.