Podio 1.5.9

dotnet add package Podio --version 1.5.9
                    
NuGet\Install-Package Podio -Version 1.5.9
                    
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="Podio" Version="1.5.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Podio" Version="1.5.9" />
                    
Directory.Packages.props
<PackageReference Include="Podio" />
                    
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 Podio --version 1.5.9
                    
#r "nuget: Podio, 1.5.9"
                    
#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 Podio@1.5.9
                    
#: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=Podio&version=1.5.9
                    
Install as a Cake Addin
#tool nuget:?package=Podio&version=1.5.9
                    
Install as a Cake Tool

The official  .NET Client for the Podio API

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

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
1.5.9 32,203 7/11/2018
1.5.8 11,187 1/25/2018
1.5.6 1,546 9/20/2017
1.5.5 2,294 3/1/2017
1.5.4 1,504 2/10/2017
1.5.3 1,240 2/7/2017
1.5.2 1,267 2/7/2017
1.5.1-beta 1,029 1/3/2017
1.5.0 1,465 12/1/2016
1.4.0 3,443 10/24/2016
1.3.9 1,488 7/4/2016
1.3.8 1,887 4/27/2016
1.3.7 2,141 2/9/2016
1.3.6 1,264 2/9/2016
1.3.5 1,374 1/26/2016
1.3.4 1,612 10/6/2015
1.3.3 3,958 8/31/2015
1.3.2 1,422 8/13/2015
1.3.0 1,840 7/24/2015
1.2.1 1,365 6/29/2015
1.2.0 1,531 3/13/2015
1.1.0 1,807 2/4/2015
1.0.2 1,367 1/15/2015
1.0.1 1,612 12/18/2014
1.0.0 1,620 12/11/2014
0.9.9 1,587 7/8/2014
0.9.8 1,382 6/10/2014
0.9.7 1,408 5/29/2014
0.9.6 1,450 5/16/2014
0.9.5 1,391 5/15/2014
0.9.0 1,363 5/15/2014
0.8.0 1,680 5/13/2014
0.7.2 1,699 5/5/2014
0.7.1 1,371 5/1/2014
0.7.0 1,372 4/29/2014

- TLS 1.2 upgrad

- Handled invalid Json error response from Podio

- Various bug fixes and improvements