![]() |
VOOZH | about |
dotnet add package Kraken.SharePoint.Client --version 0.3.0
NuGet\Install-Package Kraken.SharePoint.Client -Version 0.3.0
<PackageReference Include="Kraken.SharePoint.Client" Version="0.3.0" />
<PackageVersion Include="Kraken.SharePoint.Client" Version="0.3.0" />Directory.Packages.props
<PackageReference Include="Kraken.SharePoint.Client" />Project file
paket add Kraken.SharePoint.Client --version 0.3.0
#r "nuget: Kraken.SharePoint.Client, 0.3.0"
#:package Kraken.SharePoint.Client@0.3.0
#addin nuget:?package=Kraken.SharePoint.Client&version=0.3.0Install as a Cake Addin
#tool nuget:?package=Kraken.SharePoint.Client&version=0.3.0Install 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.4.0-alpha13 | 1,830 | 7/29/2019 |
| 0.4.0-alpha12 | 1,175 | 7/29/2019 |
| 0.4.0-alpha10 | 1,194 | 7/29/2019 |
| 0.3.2-alpha05 | 3,380 | 12/20/2018 |
| 0.3.2-alpha04 | 2,693 | 12/18/2018 |
| 0.3.2-alpha03 | 2,603 | 11/12/2018 |
| 0.3.2-alpha02 | 2,339 | 11/12/2018 |
| 0.3.2-alpha01 | 2,399 | 10/19/2018 |
| 0.3.1-alpha05 | 3,036 | 10/18/2018 |
| 0.3.1-alpha03 | 2,450 | 8/8/2018 |
| 0.3.1-alpha01 | 3,370 | 8/8/2018 |
| 0.3.0 | 13,282 | 10/10/2017 |
| 0.2.88-alpha32 | 2,873 | 10/10/2017 |
| 0.2.88-alpha31 | 2,763 | 10/9/2017 |
| 0.2.88-alpha30 | 2,747 | 10/9/2017 |
| 0.2.88-alpha29 | 3,225 | 9/26/2017 |
| 0.2.88-alpha28 | 3,242 | 9/25/2017 |
| 0.2.88-alpha27 | 2,746 | 9/25/2017 |
| 0.2.88-alpha26 | 3,133 | 9/25/2017 |
| 0.2.88-alpha25 | 2,899 | 9/25/2017 |
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.