Kraken.SharePoint.Client 0.3.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Kraken.SharePoint.Client --version 0.3.0
                    
NuGet\Install-Package Kraken.SharePoint.Client -Version 0.3.0
                    
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="Kraken.SharePoint.Client" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kraken.SharePoint.Client" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Kraken.SharePoint.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 Kraken.SharePoint.Client --version 0.3.0
                    
#r "nuget: Kraken.SharePoint.Client, 0.3.0"
                    
#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 Kraken.SharePoint.Client@0.3.0
                    
#: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=Kraken.SharePoint.Client&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Kraken.SharePoint.Client&version=0.3.0
                    
Install as a Cake Tool

Kraken is a battle tested library for developing SharePoint applications that's been around since before 2010 and is used in many projects. This package includes libraries for developing client applications (CSOM) including some non-SharePoint utilities designed to run in a partial trust policy and some that require full trust. This package includes those components which use CSOM that can be referenced from a client or SharePoint provider hosted app.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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. 
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
0.4.0-alpha13 1,824 7/29/2019
0.4.0-alpha12 1,171 7/29/2019
0.4.0-alpha10 1,190 7/29/2019
0.3.2-alpha05 3,370 12/20/2018
0.3.2-alpha04 2,691 12/18/2018
0.3.2-alpha03 2,600 11/12/2018
0.3.2-alpha02 2,333 11/12/2018
0.3.2-alpha01 2,395 10/19/2018
0.3.1-alpha05 3,032 10/18/2018
0.3.1-alpha03 2,442 8/8/2018
0.3.1-alpha01 3,359 8/8/2018
0.3.0 13,239 10/10/2017
0.2.88-alpha32 2,869 10/10/2017
0.2.88-alpha31 2,755 10/9/2017
0.2.88-alpha30 2,741 10/9/2017
0.2.88-alpha29 3,223 9/26/2017
0.2.88-alpha28 3,237 9/25/2017
0.2.88-alpha27 2,740 9/25/2017
0.2.88-alpha26 3,124 9/25/2017
0.2.88-alpha25 2,893 9/25/2017
Loading failed

v0.3: All changes from previous version 0.2.88 are now stable; some minor fixes to LocalToRemoteFileMapping dictionary in support of CloudPower doc sync commands. v0.2.88: Alpha. Fixed issue with illegal char like ampersand in field CHOICES causing exception; fixed issue with weird CSOM list property SetExemptFromBlockDownloadOfNonViewableFiles causing 'method not found' exception when it is set. Add support for GroupBy to CAML library/helpers. Refactored view CAML to use unsigned int for all row limits. Made RowLimit an optional parameter in IHasCamlViewParameters. Implemented ExceptionHandlingScope for all flavors of web.GetFolder/TryGetFolder/GetFile/TryGetFile/CreateFolder plus List.CreateFolder. Fix relative folder for local to remote path mappings when the root is a sub-folder.