Microsoft.Pfe.Xrm.CoreV6
6.0.1409.1
See the version list below for details.
dotnet add package Microsoft.Pfe.Xrm.CoreV6 --version 6.0.1409.1
NuGet\Install-Package Microsoft.Pfe.Xrm.CoreV6 -Version 6.0.1409.1
<PackageReference Include="Microsoft.Pfe.Xrm.CoreV6" Version="6.0.1409.1" />
paket add Microsoft.Pfe.Xrm.CoreV6 --version 6.0.1409.1
#r "nuget: Microsoft.Pfe.Xrm.CoreV6, 6.0.1409.1"
// Install Microsoft.Pfe.Xrm.CoreV6 as a Cake Addin #addin nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.0.1409.1 // Install Microsoft.Pfe.Xrm.CoreV6 as a Cake Tool #tool nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.0.1409.1
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 | Versions 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. |
-
.NETFramework 4.5
- Microsoft.CrmSdk.CoreAssemblies (>= 6.0.4)
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,612 | 12/2/2016 | |
6.1.1611.1 | 1,528 | 11/3/2016 | |
6.1.1603.1 | 1,320 | 3/25/2016 | |
6.1.1602 | 1,566 | 2/24/2016 | |
6.1.1506 | 1,842 | 6/11/2015 | |
6.1.1504 | 1,560 | 4/24/2015 | |
6.1.1503 | 1,815 | 2/24/2015 | |
6.1.1502 | 1,387 | 1/30/2015 | |
6.0.1409.1 | 1,386 | 9/8/2014 | |
6.0.1409 | 1,275 | 9/8/2014 | |
6.0.1407 | 1,438 | 7/8/2014 | |
6.0.1405.2 | 1,370 | 5/9/2014 |
#1475: Replace XmlDocument with XElement implementation for FetchExpression query extension methods
#1491: Removed page size override in RetrieveMultiple extension methods. Defers to page size specified in query argument or establishes a default.
#1494: Provide parallel methods that accept and return keyed collections (IDictionary<TKey, TValue>) so that requests can be correlated to their results. Create, RetrieveMultiple, and Execute methods. Other requests now accept broader IEnumerable<T> rather than IList<T>.
Deprecated:
- IList<QueryBase> RetrieveMultiple methods
- XmlDocument GetXml(this FetchExpression fe) method