Microsoft.Pfe.Xrm.CoreV6 6.0.1405.2

Suggested Alternatives

Pfe.Microsoft.Xrm.CoreV9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Pfe.Xrm.CoreV6 --version 6.0.1405.2
NuGet\Install-Package Microsoft.Pfe.Xrm.CoreV6 -Version 6.0.1405.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="Microsoft.Pfe.Xrm.CoreV6" Version="6.0.1405.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Pfe.Xrm.CoreV6 --version 6.0.1405.2
#r "nuget: Microsoft.Pfe.Xrm.CoreV6, 6.0.1405.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.
// Install Microsoft.Pfe.Xrm.CoreV6 as a Cake Addin
#addin nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.0.1405.2

// Install Microsoft.Pfe.Xrm.CoreV6 as a Cake Tool
#tool nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.0.1405.2

Contains a set of common components for building solutions using the Dynamics CRM 2013 SDK. Authored by the Microsoft Premier Field Engineering (PFE) Dynamics team.

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
6.1.1612.1 1,534 12/2/2016
6.1.1611.1 1,490 11/3/2016
6.1.1603.1 1,285 3/25/2016
6.1.1602 1,536 2/24/2016
6.1.1506 1,797 6/11/2015
6.1.1504 1,531 4/24/2015
6.1.1503 1,768 2/24/2015
6.1.1502 1,373 1/30/2015
6.0.1409.1 1,362 9/8/2014
6.0.1409 1,259 9/8/2014
6.0.1407 1,399 7/8/2014
6.0.1405.2 1,352 5/9/2014

Initial release of PFE Dynamics Core library for Dynamics CRM 2013:
- XrmServiceManager classes: Provide simplified and efficient connection pattern to CRM services
- ParallelServiceProxy class: Provides abstracted parallelized processing of CRM service operations
- RetrieveMultiple extensions: Simplified paging of QueryExpression and FetchXML RetrieveMultiple requests using paging cookie
- Security extensions: Helper methods for encrypting/decrypting values and converting between String and SecureString types