Microsoft.Pfe.Xrm.CoreV7
7.0.1502
See the version list below for details.
dotnet add package Microsoft.Pfe.Xrm.CoreV7 --version 7.0.1502
NuGet\Install-Package Microsoft.Pfe.Xrm.CoreV7 -Version 7.0.1502
<PackageReference Include="Microsoft.Pfe.Xrm.CoreV7" Version="7.0.1502" />
paket add Microsoft.Pfe.Xrm.CoreV7 --version 7.0.1502
#r "nuget: Microsoft.Pfe.Xrm.CoreV7, 7.0.1502"
// Install Microsoft.Pfe.Xrm.CoreV7 as a Cake Addin #addin nuget:?package=Microsoft.Pfe.Xrm.CoreV7&version=7.0.1502 // Install Microsoft.Pfe.Xrm.CoreV7 as a Cake Tool #tool nuget:?package=Microsoft.Pfe.Xrm.CoreV7&version=7.0.1502
Contains a set of common components for building solutions using the Dynamics CRM 2015 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.2
- Microsoft.CrmSdk.CoreAssemblies (>= 7.0.0.1)
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 | |
---|---|---|---|
7.0.1612.1 | 1,493 | 12/2/2016 | |
7.0.1611.1 | 1,381 | 11/3/2016 | |
7.0.1603.1 | 1,273 | 3/25/2016 | |
7.0.1602.1 | 1,204 | 2/23/2016 | |
7.0.1602 | 1,238 | 2/23/2016 | |
7.0.1506 | 1,462 | 6/11/2015 | |
7.0.1504 | 1,473 | 4/24/2015 | |
7.0.1503 | 1,650 | 2/24/2015 | |
7.0.1502 | 1,310 | 1/30/2015 |
#1560 Update library to target CRM 2015 SDK assemblies
#1559 Added utility class to create XRM service endpoint Uri instances
Changed:
- Moved remaining service uri string constants to XrmServiceUriFactory class
- Moved static discovery.svc Uri fields to XrmServiceUriFactory class
- ParallelServiceProxy methods that returned IList<T> now return IEnumerable<T>
Removed:
- Unnecessary XrmServiceManager uri format string constants
- IList<QueryBase> RetrieveMultiple methods
- XmlDocument GetXml(this FetchExpression fe) method
- ThreadLocalServiceProxy class
- OrganizationDataServiceManager class