KashFlowApiClient 4.0.2
See the version list below for details.
dotnet add package KashFlowApiClient --version 4.0.2
NuGet\Install-Package KashFlowApiClient -Version 4.0.2
<PackageReference Include="KashFlowApiClient" Version="4.0.2" />
<PackageVersion Include="KashFlowApiClient" Version="4.0.2" />
<PackageReference Include="KashFlowApiClient" />
paket add KashFlowApiClient --version 4.0.2
#r "nuget: KashFlowApiClient, 4.0.2"
#:package KashFlowApiClient@4.0.2
#addin nuget:?package=KashFlowApiClient&version=4.0.2
#tool nuget:?package=KashFlowApiClient&version=4.0.2
A .Net wrapper for the KashFlow SOAP and Rest APIs.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
- System.Linq.AsyncEnumerable (>= 10.0.8)
- System.ServiceModel.Http (>= 8.1.2)
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 |
|---|---|---|
| 8.0.0 | 104 | 5/28/2026 |
| 4.0.2 | 106 | 5/27/2026 |
| 4.0.1.1 | 101 | 5/11/2026 |
| 4.0.1 | 100 | 5/11/2026 |
| 4.0.0-beta | 190 | 7/28/2025 |
| 3.1.1-beta | 724 | 8/24/2023 |
| 3.1.0-beta | 299 | 7/18/2023 |
| 3.0.0 | 440 | 7/7/2023 |
| 2.0.0.2-beta | 2,913 | 3/26/2020 |
| 2.0.0.1-beta | 1,264 | 11/15/2017 |
| 1.0.0.1 | 3,729 | 9/6/2016 |
4.0.2.0
* Removed dependency for System.Linq
4.0.1.0
* Add support for CancellationToken in all async methods.
4.0.0-beta
* Target net8
v.3.1.1-beta
* Add support for the Rest API (V2)
v.3.0.0
* Add .Net Core 6.0+ and IAsyncEnumerable support
* Breaking Changes: Update namespace to TipsTrade.KashFlowApi
v.2.0.0.2
* Add .Net Core library
v.2.0.0.1
* Major update - All methods now only accept an object containing the parameters, as this is how the WSDL is now consumed.
* Add .Net Standard library
v.1.0.0.1
* Allow the object to be used as a component
* Add a Timeout property.
v.1.0.0.0
* Initial Release.