LinkDev.Libraries.EnhancedOrgService
1.3.4
dotnet add package LinkDev.Libraries.EnhancedOrgService --version 1.3.4
NuGet\Install-Package LinkDev.Libraries.EnhancedOrgService -Version 1.3.4
<PackageReference Include="LinkDev.Libraries.EnhancedOrgService" Version="1.3.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="LinkDev.Libraries.EnhancedOrgService" Version="1.3.4" />
<PackageReference Include="LinkDev.Libraries.EnhancedOrgService"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add LinkDev.Libraries.EnhancedOrgService --version 1.3.4
#r "nuget: LinkDev.Libraries.EnhancedOrgService, 1.3.4"
#addin nuget:?package=LinkDev.Libraries.EnhancedOrgService&version=1.3.4
#tool nuget:?package=LinkDev.Libraries.EnhancedOrgService&version=1.3.4
Dynamics CRM Enhanced Organisation Service is an extension to the out-of-the-box IOrganizationService. It supports async operations, dependencies, transactions, and caching.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
-
- LinkDev.Libraries.Common (>= 1.6.2)
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.0.7)
- Microsoft.CrmSdk.Deployment (>= 9.0.0.7)
- Microsoft.CrmSdk.Workflow (>= 9.0.0.7)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 9.0.0.7)
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 |
---|
* 1.3.4
Added: project URL
* 1.3.3
Improved: skip forcing a new connection to CRM if the last one used the same connection string
* 1.3.2
Changed: pool caching is now set to Private -- target organisation scoped
* 1.3.1
Added: a limit param for the pool services managed
Fixed: factory-created services not tied to a pool not connecting to CRM
Fixed: pool interface having wrong type in release method
* 1.2.5
Changed: reduced .NET Framework requirement to 4.5.2
* 1.2.3
Fixed: paging issue in RetrieveMultiple
* 1.2.2
Fixed: SDK caching of connections
* 1.2.1
Added: digital signature
* 1.2.0
Changed: upgraded to CRM v9
* 1.1.9
Fixed: issue with query caching
* 1.1.4
Fixed: references
* 1.1.2
Fixed: caching
* 1.1.1
Initial release