Ccf.Ck.Libs.Shared.Client 10.0.2

dotnet add package Ccf.Ck.Libs.Shared.Client --version 10.0.2
                    
NuGet\Install-Package Ccf.Ck.Libs.Shared.Client -Version 10.0.2
                    
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="Ccf.Ck.Libs.Shared.Client" Version="10.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ccf.Ck.Libs.Shared.Client" Version="10.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Ccf.Ck.Libs.Shared.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ccf.Ck.Libs.Shared.Client --version 10.0.2
                    
#r "nuget: Ccf.Ck.Libs.Shared.Client, 10.0.2"
                    
#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.
#:package Ccf.Ck.Libs.Shared.Client@10.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ccf.Ck.Libs.Shared.Client&version=10.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Ccf.Ck.Libs.Shared.Client&version=10.0.2
                    
Install as a Cake Tool

This package contains common classes for code reusability.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ccf.Ck.Libs.Shared.Client:

Package Downloads
Ccf.Ck.Libs.Shared.Server

This package contains common classes for code reusability.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.2 426 12/11/2025
10.0.1 202 12/4/2025
10.0.0 197 11/27/2025
9.0.10 240 8/29/2025

- Version 9.0.0: Implemented authorization, CK http response parsing, error handling.
- Version 9.0.1: Method MapLoginAndLogout public
- Version 9.0.2: Remove CoreKraft reference
- Version 9.0.3: Split the project into two projects: Ccf.Ck.Libs.Shared.Client and Ccf.Ck.Libs.Shared.Server
- Version 9.0.4: TaskGetResponse can return memory stream for files
- Version 9.0.5: Added ObjectExtensions
- Version 9.0.6: Added ToDictionary and ToObject
- Version 9.0.7: Fixed bugs with ToDictionary and ToObject
- Version 9.0.8: LoadIntoBufferAsync
- Version 9.0.9: UpdateUriPath to consume string, string parameters
- Version 9.0.10: Renamed Ccf.Ck.Libs.Shared to Ccf.Ck.Libs.Shared.Client
- Version 10.0.0: Updated to .NET 10.0
- Version 10.0.1: Implement CaseInsensitive attribute for Dictionary creation
- Version 10.0.2: DataConversionConfiguration with conversion StripPropertyNamesToLower (per default true)