TipsTrade-HMRC 0.0.2.10

dotnet add package TipsTrade-HMRC --version 0.0.2.10
NuGet\Install-Package TipsTrade-HMRC -Version 0.0.2.10
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="TipsTrade-HMRC" Version="0.0.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TipsTrade-HMRC --version 0.0.2.10
#r "nuget: TipsTrade-HMRC, 0.0.2.10"
#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 TipsTrade-HMRC as a Cake Addin
#addin nuget:?package=TipsTrade-HMRC&version=0.0.2.10

// Install TipsTrade-HMRC as a Cake Tool
#tool nuget:?package=TipsTrade-HMRC&version=0.0.2.10

A strongly type .Net client for interacting with the HMRC APIs

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net452 is compatible.  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
0.0.2.10 449 5/20/2021
0.0.2.8 447 12/9/2020
0.0.2.7 498 2/25/2020
0.0.2.5 456 2/19/2020
0.0.2.4 473 1/15/2020
0.0.2.3 532 7/11/2019
0.0.2.2 476 7/3/2019
0.0.2.1 568 5/23/2019
0.0.1.9 536 3/6/2019
0.0.1.8 552 3/5/2019
0.0.1.7 591 2/11/2019
0.0.1.6 576 2/8/2019
0.0.1.5 608 2/7/2019
0.0.1.4 625 2/7/2019
0.0.1.3 608 2/7/2019
0.0.1.2 620 11/22/2018
0.0.1.1 699 11/21/2018
0.0.1 650 11/20/2018

0.0.2.10
* Fix percent encoding

0.0.2.9
* Add support for v3 of the Government Fraud Prevention headers.

0.0.2.8
* Bugfix: Handle errors correctly for RefreshAccessToken and HandleEndpointResult

0.0.2.7
* Feature: Add Test Fraud Prevention API
* Fix: Include IPv6 link local addresses in PopulateLocalIPs()
* Fix: Don't includ non IPv6 link local addresses in PopulateLocalIPs()

0.0.2.5
* Fix: Handle updated VAT Fuel Scale Charge page layout

0.0.2.4
* Fix: Handle updated VAT Fuel Scale Charge page layout

0.0.2.3
* Fix: ApiException thrown by Client.RefreshAccessToken will now include the OAuth2 error message

0.0.2.2
* Fix bug where TokenResponse.ExpiresTimestamp was out by 60 times.

0.0.2.1
* Bump RestSharp version to 106.6.4

0.0.1.9
* Contains breaking changes - see https://github.com/tipstrade/TipsTrade-HMRC#breaking-changes

0.0.1.8
* Strongly type the VAT period values for the FuelScaleCharge methods, and obsolete the old methods that use byte

0.0.1.7
* Add IsInvalidCredentials property to the ApiException

0.0.1.6
* Add fraud prevention headers

0.0.1.5
* Add symbols
* Fix possible NullReferenceException when submitting VAT return

0.0.1.2
* Add live fuel scale charges - FuelScaleChargeClient
* FuelScaleChargeResult.CO2Band now reports the upper bound of the band

0.0.1.1
* Add fuel scale charges

0.0.1.0
* Initial release