KoenZomers.Tado.Api 0.3.0

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

// Install KoenZomers.Tado.Api as a Cake Tool
#tool nuget:?package=KoenZomers.Tado.Api&version=0.3.0                

Contains a C# library that can be used to communicate with Tado heating and cooling systems

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
0.4.3 641 3/31/2021
0.4.2 372 2/3/2021
0.4.1 529 4/19/2020
0.4.0.1 567 1/15/2020
0.4.0 624 3/3/2019
0.3.1 924 7/17/2018
0.3.0 966 3/25/2018
0.2.1 967 3/13/2018
0.2.0 964 1/30/2018
0.1.0 978 1/30/2018

- Fixed an issue where a recursive loop would arise causing a StackOverflow exception as soon as the access token would expire and the refresh token would be used to get a new access token
- Updated the Client ID and Client Secret to be the special ones set up by Tado for 3rd parties, as by their request
- Fixed a disposal issue when providing proxy configuration to the Tado session instance