TipsTrade-HMRC
0.0.2.7
See the version list below for details.
dotnet add package TipsTrade-HMRC --version 0.0.2.7
NuGet\Install-Package TipsTrade-HMRC -Version 0.0.2.7
<PackageReference Include="TipsTrade-HMRC" Version="0.0.2.7" />
paket add TipsTrade-HMRC --version 0.0.2.7
#r "nuget: TipsTrade-HMRC, 0.0.2.7"
// Install TipsTrade-HMRC as a Cake Addin #addin nuget:?package=TipsTrade-HMRC&version=0.0.2.7 // Install TipsTrade-HMRC as a Cake Tool #tool nuget:?package=TipsTrade-HMRC&version=0.0.2.7
A strongly type .Net client for interacting with the HMRC APIs
Product | Versions 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. |
-
.NETCoreApp 2.0
- HtmlAgilityPack (>= 1.8.10)
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 106.6.4)
-
.NETFramework 4.5.2
- HtmlAgilityPack (>= 1.8.10)
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 106.6.4)
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.3.1 | 100 | 9/3/2024 |
0.0.2.10 | 479 | 5/20/2021 |
0.0.2.8 | 477 | 12/9/2020 |
0.0.2.7 | 523 | 2/25/2020 |
0.0.2.5 | 480 | 2/19/2020 |
0.0.2.4 | 497 | 1/15/2020 |
0.0.2.3 | 557 | 7/11/2019 |
0.0.2.2 | 510 | 7/3/2019 |
0.0.2.1 | 596 | 5/23/2019 |
0.0.1.9 | 559 | 3/6/2019 |
0.0.1.8 | 574 | 3/5/2019 |
0.0.1.7 | 625 | 2/11/2019 |
0.0.1.6 | 601 | 2/8/2019 |
0.0.1.5 | 634 | 2/7/2019 |
0.0.1.4 | 649 | 2/7/2019 |
0.0.1.3 | 629 | 2/7/2019 |
0.0.1.2 | 645 | 11/22/2018 |
0.0.1.1 | 726 | 11/21/2018 |
0.0.1 | 678 | 11/20/2018 |
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