LinkDev.Libraries.EnhancedOrgService 1.3.4

Suggested Alternatives

Yagasoft.Libraries.EnhancedOrgService

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package LinkDev.Libraries.EnhancedOrgService --version 1.3.4
NuGet\Install-Package LinkDev.Libraries.EnhancedOrgService -Version 1.3.4
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="LinkDev.Libraries.EnhancedOrgService" Version="1.3.4">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinkDev.Libraries.EnhancedOrgService --version 1.3.4
#r "nuget: LinkDev.Libraries.EnhancedOrgService, 1.3.4"
#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 LinkDev.Libraries.EnhancedOrgService as a Cake Addin
#addin nuget:?package=LinkDev.Libraries.EnhancedOrgService&version=1.3.4

// Install LinkDev.Libraries.EnhancedOrgService as a Cake Tool
#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 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. 
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

* 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