propago.client 2.1.1

Additional Details

Please use https://api.mypropago.com/v2/swagger.  Propago no longer maintains an active nuget package for integration.

There is a newer version of this package available.
See the version list below for details.
dotnet add package propago.client --version 2.1.1
NuGet\Install-Package propago.client -Version 2.1.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="propago.client" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add propago.client --version 2.1.1
#r "nuget: propago.client, 2.1.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.
// Install propago.client as a Cake Addin
#addin nuget:?package=propago.client&version=2.1.1

// Install propago.client as a Cake Tool
#tool nuget:?package=propago.client&version=2.1.1

Series of services for interacting with Propago programmatically.  Warning: This version requires you to update to .NET 4.6.2 for TLS negotiation reasons.

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
22023.1.13 497 1/13/2023
2022.1.20 1,026 1/20/2022
2.3.2 338 1/4/2022
2.3.1 1,007 11/29/2021
2.3.0 550 9/1/2021
2.2.3 406 8/20/2021
2.2.2 481 4/29/2021
2.2.1 498 3/3/2021
2.2.0 425 2/11/2021
2.1.11 487 12/1/2020
2.1.10 487 11/24/2020
2.1.9 537 11/3/2020
2.1.8 527 10/29/2020
2.1.7 514 10/27/2020
2.1.6 488 9/11/2020
2.1.5 527 9/3/2020
2.1.4 525 7/2/2020
2.1.3 529 6/12/2020
2.1.2 636 2/12/2020
2.1.1 610 1/9/2020
2.1.0 629 1/8/2020
2.0.7 652 11/22/2019
2.0.6 583 10/18/2019
2.0.5 615 8/13/2019
2.0.4 626 7/31/2019
2.0.3 6,081 7/8/2019
2.0.2 635 7/8/2019
2.0.1 610 6/24/2019
2.0.0 626 6/18/2019
1.3.3 665 4/26/2019
1.3.2 659 4/8/2019
1.3.1 687 3/22/2019
1.3.0 651 3/13/2019
1.2.9 686 3/11/2019
1.2.8 670 3/4/2019
1.2.7 767 1/17/2019
1.2.6 775 1/15/2019
1.2.5 932 8/2/2018
1.2.4 1,059 5/23/2018
1.2.3 1,085 3/20/2018
1.2.2 1,065 3/20/2018
1.2.1 1,058 2/22/2018
1.2.0 1,087 2/5/2018
1.1.3 1,000 10/9/2017
1.1.2 1,102 10/6/2017
1.1.1 1,112 10/3/2017
1.1.0 1,195 8/8/2017
1.0.12 1,110 5/1/2017
1.0.11 1,025 4/19/2017
1.0.10 1,061 4/13/2017
1.0.9 1,063 4/6/2017
1.0.8 1,072 3/17/2017
1.0.7 1,066 3/13/2017
1.0.6 1,047 3/9/2017
1.0.5 1,161 3/9/2017
1.0.4 1,127 3/9/2017
1.0.3 1,056 3/7/2017
1.0.1 1,053 3/2/2017
1.0.0 1,053 3/2/2017

******* 2.1.1 *******
* Update RestSharp to 106.10.0
******* 2.1.0 *******
* Add PlaceOrder method to PropagoClient
******* 2.0.8 *******
* NAMESPACE CHANGE: All Argosy.* namespaces should be updated to Propago.*
******* 2.0.7 *******
* Add Coop Buckets to the order lines
******* 2.0.6 *******
* Add Order Comments to the order summary object
******* 2.0.5 *******
* Add 'OrderSummary' to the TransactionLog for obtaining the Order Number, PO#, and Status.
******* 2.0.4 *******
* Add new Response type InvalidInventoryQuantity
******* 2.0.3 *******
* Fix bitness
******* 2.0.2 *******
* Add CompanyName and ClientCode to TransactionLog search and response.
******* 2.0.1 *******
* Add IsPrintWOrkflow to Part Search and Inventory Transactions Search
******* 2.0.0 *******
* Warning: This version requires you to update to .NET 4.6.2 for TLS negotiation reasons.
* Please remove any uses of System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
* from your code.  You will need to add the following four lines in it's place.  This forces .NET to use
* the settings on the server its deployed too and allows newer higher strength ciphers.
* AppContext.SetSwitch("Switch.System.Net.DontEnableSchUseStrongCrypto", false);
* AppContext.SetSwitch("Switch.System.Net.DontEnableSystemDefaultTlsVersions", false);
* AppContext.SetSwitch("Switch.System.ServiceModel.DisableUsingServicePointManagerSecurityProtocols", false);
* AppContext.SetSwitch("Switch.System.ServiceModel.DontEnableSystemDefaultTlsVersions", false);
*********************