KashFlowApiClient 4.0.0-beta
dotnet add package KashFlowApiClient --version 4.0.0-beta
NuGet\Install-Package KashFlowApiClient -Version 4.0.0-beta
<PackageReference Include="KashFlowApiClient" Version="4.0.0-beta" />
<PackageVersion Include="KashFlowApiClient" Version="4.0.0-beta" />
<PackageReference Include="KashFlowApiClient" />
paket add KashFlowApiClient --version 4.0.0-beta
#r "nuget: KashFlowApiClient, 4.0.0-beta"
#:package KashFlowApiClient@4.0.0-beta
#addin nuget:?package=KashFlowApiClient&version=4.0.0-beta&prerelease
#tool nuget:?package=KashFlowApiClient&version=4.0.0-beta&prerelease
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 (>= 9.0.7)
- Microsoft.Extensions.Options (>= 9.0.7)
- System.Linq.Async (>= 6.0.3)
- 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 |
---|---|---|
4.0.0-beta | 102 | 7/28/2025 |
3.1.1-beta | 557 | 8/24/2023 |
3.1.0-beta | 233 | 7/18/2023 |
3.0.0 | 337 | 7/7/2023 |
2.0.0.2-beta | 2,814 | 3/26/2020 |
2.0.0.1-beta | 1,085 | 11/15/2017 |
1.0.0.1 | 3,563 | 9/6/2016 |
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.