MediaProB2BService 12.0.1

dotnet add package MediaProB2BService --version 12.0.1
                    
NuGet\Install-Package MediaProB2BService -Version 12.0.1
                    
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="MediaProB2BService" Version="12.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MediaProB2BService" Version="12.0.1" />
                    
Directory.Packages.props
<PackageReference Include="MediaProB2BService" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MediaProB2BService --version 12.0.1
                    
#r "nuget: MediaProB2BService, 12.0.1"
                    
#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.
#:package MediaProB2BService@12.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MediaProB2BService&version=12.0.1
                    
Install as a Cake Addin
#tool nuget:?package=MediaProB2BService&version=12.0.1
                    
Install as a Cake Tool

B2B web service for MediaPro

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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.

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
12.0.1 522 12/21/2022
12.0.0 462 12/20/2022 12.0.0 is deprecated because it has critical bugs.
11.1.3 516 11/3/2021
11.1.2 486 4/20/2021
11.1.1 571 10/1/2020
11.1.0 1,191 1/28/2019
11.0.1 988 8/27/2018
11.0.0 1,283 7/6/2018
10.0.4.1 1,360 10/25/2017
10.0.4 1,144 10/2/2017

12.0.1
     - Changed protobuf-net version from 3.1.26 to 2.4.7.

     12.0.0
     - Added fields PseudoId and RequestMode to the Identification object.
     - Updated protobuf-net version from 2.4.6 to 3.1.26.

     11.1.3
     - Fixed a bug in the DataContract of CreateCommercialInstruction.
     - Updated protobuf-net version from 2.3.2 to 2.4.6.

     11.1.2
     - Added contract GetCommercials.

     11.1.1
     - Added contracts CreateCommercialInstruction and GetCommercialInstructions.