Microsoft.BingAds.SDK 9.3.4-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.BingAds.SDK.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.BingAds.SDK --version 9.3.4-beta
NuGet\Install-Package Microsoft.BingAds.SDK -Version 9.3.4-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.BingAds.SDK" Version="9.3.4-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.BingAds.SDK --version 9.3.4-beta
#r "nuget: Microsoft.BingAds.SDK, 9.3.4-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.BingAds.SDK as a Cake Addin
#addin nuget:?package=Microsoft.BingAds.SDK&version=9.3.4-beta&prerelease

// Install Microsoft.BingAds.SDK as a Cake Tool
#tool nuget:?package=Microsoft.BingAds.SDK&version=9.3.4-beta&prerelease

The Bing Ads SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
13.0.19 394 3/25/2024
13.0.18 3,053 11/15/2023
13.0.17 9,306 8/18/2023
13.0.16 2,643 6/2/2023
13.0.15.3 9,932 3/30/2023
13.0.15.2 794 3/24/2023
13.0.15.1 1,724 2/24/2023
13.0.15 16,811 12/22/2022
13.0.14 19,517 7/8/2022
13.0.13 15,940 1/13/2022
13.0.12 28,564 10/29/2021
13.0.11 7,332 8/20/2021
13.0.10 3,227 6/18/2021
13.0.9 1,383 4/29/2021
13.0.8 30,942 3/11/2021
13.0.7 10,157 12/15/2020
13.0.6 2,726 10/13/2020
13.0.5 6,244 8/14/2020
13.0.4 9,104 7/8/2020
13.0.3 11,989 5/27/2020
13.0.2.1 12,963 12/17/2019
13.0.2 1,212 12/12/2019
13.0.1 2,215 11/8/2019
12.13.6 22,139 10/11/2019
12.13.5 14,065 9/10/2019
12.13.4 32,860 8/7/2019
12.13.3 8,357 6/24/2019
12.13.2 8,908 5/15/2019
12.13.1 2,524 4/18/2019
12.0.4 1,832 3/22/2019
12.0.3 10,751 1/10/2019
12.0.2 5,851 12/11/2018
12.0.1 1,691 11/13/2018
11.12.7 5,419 10/16/2018
11.12.6 12,026 9/12/2018
11.12.5 3,943 8/8/2018
11.12.4.1 1,607 7/19/2018
11.12.4 13,038 7/9/2018
11.12.3 2,001 6/11/2018
11.12.2 2,184 5/22/2018
11.12.1 2,305 4/20/2018
11.5.9 5,468 3/13/2018
11.5.8 4,620 1/12/2018
11.5.7 2,435 12/14/2017
11.5.6 3,288 11/2/2017
11.5.5 7,321 9/12/2017
11.5.4 2,404 8/7/2017
11.5.3 2,092 7/11/2017
11.5.2 2,759 6/9/2017
11.5.1 2,091 5/9/2017
10.4.13 3,164 3/1/2017
10.4.12 2,508 12/30/2016
10.4.11 2,208 10/31/2016
10.4.10 1,962 9/30/2016
10.4.9 1,883 9/12/2016
10.4.8 8,352 9/1/2016
10.4.7 2,960 7/29/2016
10.4.6 2,446 6/30/2016
10.4.5 2,754 5/30/2016
10.4.4 2,327 4/29/2016
10.4.3 2,524 3/31/2016
10.4.2 44,777 10/26/2015
10.4.1 2,146 10/23/2015
9.3.8 2,293 7/31/2015
9.3.7 2,981 4/29/2015
9.3.6 7,597 2/19/2015
9.3.4-beta 2,194 10/15/2014
9.3.3-beta 1,516 10/3/2014

- Fixed issues with setting common request fields from the AuthorizationData. Now if a request field has been set to a non-default value, it won't be overwritten by the AuthorizationData values.

- Added the WorkingDirectory property to the BulkServiceManager. It allows to specify a directory for temporary files created by some operations, for example a temporary upload file when uploading entities or a compressed upload file when compression is enabled. The default value is "%temp%\BingAdsSDK".

- Added the CompressUploadFile property to the SubmitUploadParameters and FileUploadParameters. When set to True, the upload file will be compressed into the WorkingDirectory before uploading (unless the file has a ".zip" extension already). The default value is True.

- Added the ReadNextEntity method to the BulkFileReader, which reads the next entity from the bulk file.

- Added a constructor to the BulkFileWriter allowing to specify the bulk file format (Csv or Tsv). Another constructor that doesn't have this parameter defaults it to Csv.

- Exposed the AuthorizationData property from the ServiceClient.