Yagasoft.Libraries.EnhancedOrgService 2.1.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Yagasoft.Libraries.EnhancedOrgService --version 2.1.2
                    
NuGet\Install-Package Yagasoft.Libraries.EnhancedOrgService -Version 2.1.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="Yagasoft.Libraries.EnhancedOrgService" Version="2.1.2">
  <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.
<PackageVersion Include="Yagasoft.Libraries.EnhancedOrgService" Version="2.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Yagasoft.Libraries.EnhancedOrgService">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Yagasoft.Libraries.EnhancedOrgService --version 2.1.2
                    
#r "nuget: Yagasoft.Libraries.EnhancedOrgService, 2.1.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.
#addin nuget:?package=Yagasoft.Libraries.EnhancedOrgService&version=2.1.2
                    
Install Yagasoft.Libraries.EnhancedOrgService as a Cake Addin
#tool nuget:?package=Yagasoft.Libraries.EnhancedOrgService&version=2.1.2
                    
Install Yagasoft.Libraries.EnhancedOrgService as a Cake Tool

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
7.1.1 289 1/13/2024 7.1.1 is deprecated because it is no longer maintained.
6.2.5 197 11/18/2023 6.2.5 is deprecated because it is no longer maintained.
6.2.3 155 11/18/2023 6.2.3 is deprecated because it is no longer maintained.
6.2.2 195 9/17/2023 6.2.2 is deprecated because it is no longer maintained.
6.2.1 624 2/20/2022 6.2.1 is deprecated because it is no longer maintained.
6.1.8 501 2/16/2022 6.1.8 is deprecated because it is no longer maintained.
6.1.7 406 12/14/2021 6.1.7 is deprecated because it is no longer maintained.
6.1.6 894 12/1/2021 6.1.6 is deprecated because it is no longer maintained.
6.1.4 414 9/17/2021 6.1.4 is deprecated because it is no longer maintained.
6.1.3 451 8/21/2021 6.1.3 is deprecated because it is no longer maintained.
6.1.2 423 5/25/2021 6.1.2 is deprecated because it is no longer maintained.
6.1.1 805 5/8/2021 6.1.1 is deprecated because it is no longer maintained.
5.3.3 468 5/6/2021 5.3.3 is deprecated because it is no longer maintained.
5.3.2 444 4/29/2021 5.3.2 is deprecated because it is no longer maintained.
5.3.1 403 4/29/2021 5.3.1 is deprecated because it is no longer maintained.
5.2.1 602 1/2/2021 5.2.1 is deprecated because it is no longer maintained.
5.1.4 558 12/31/2020 5.1.4 is deprecated because it is no longer maintained.
5.1.3 519 11/22/2020 5.1.3 is deprecated because it is no longer maintained.
5.1.2 468 11/11/2020 5.1.2 is deprecated because it is no longer maintained.
5.1.1 536 11/9/2020 5.1.1 is deprecated because it is no longer maintained.
4.1.1 577 10/4/2020 4.1.1 is deprecated because it is no longer maintained.
3.1.1 525 9/14/2020 3.1.1 is deprecated because it is no longer maintained.
2.4.1 501 8/28/2020 2.4.1 is deprecated because it is no longer maintained.
2.3.7 486 8/24/2020 2.3.7 is deprecated because it is no longer maintained.
2.3.4 513 8/10/2020 2.3.4 is deprecated because it is no longer maintained.
2.2.3 615 10/5/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.1 573 10/4/2019 2.2.1 is deprecated because it is no longer maintained.
2.1.2 1,166 3/4/2019 2.1.2 is deprecated because it is no longer maintained.
2.1.1 680 2/27/2019 2.1.1 is deprecated because it is no longer maintained.

* 2.1.2
     Fixed: library references
     * 2.1.1
     Changed: moved to a new namespace
     * 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