SAFE.Client 5.0.0-beta5

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

// Install SAFE.Client as a Cake Tool
#tool nuget:?package=SAFE.Client&version=5.0.0-beta5&prerelease

Contains dependencies required for the SAFE Stack client component, as well as a set of helper types and utilities, including AsyncMsg and Deferred types.

Product 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. 
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
5.0.0-beta5 70 4/1/2024
5.0.0-beta4 56 3/30/2024
5.0.0-beta3 55 3/30/2024
5.0.0-beta2 61 2/10/2024
5.0.0-beta1 127 1/26/2024

v.5.0.0-beta5
- Even easier execution of API calls.
v.5.0.0-beta4
- Easier execution of API calls.
v.5.0.0-beta3
- Update types.
- Add documentation
- Support for Fable Remoting exceptions.
- Remove Elmish Debugger.
v.5.0.0-beta2
- Update types and dependencies
v.5.0.0-beta1
- Initial Release