Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell 9.0.2.11

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Additional Details

    Powershell Module is now published at powershell gallery..  
    HERE: https://www.powershellgallery.com/packages/Microsoft.Xrm.Tooling.CrmConnector.PowerShell

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 Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell --version 9.0.2.11
NuGet\Install-Package Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell -Version 9.0.2.11
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="Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell" Version="9.0.2.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell --version 9.0.2.11
#r "nuget: Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell, 9.0.2.11"
#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 Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell as a Cake Addin
#addin nuget:?package=Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell&version=9.0.2.11

// Install Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell as a Cake Tool
#tool nuget:?package=Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell&version=9.0.2.11

This package contains the official Microsoft assemblies for Package Deployer Powershell and has been authored by the Microsoft Dynamics CRM SDK team.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.5

    • No dependencies.

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
4.0.0.125 5,512 2/24/2023

This package contains assemblies for Dynamics 365 (online and on-premises). These assemblies require application development using the Microsoft .NET Framework 4.5.2 or later.

     9.0.2.11:
       Updated to include Fixed version of CrmServiceClient and login control for new US Geo ( US Gov High )
       Added support for Preferring Affinity with a given node to improve cache hit success rate.

     9.0.2.9:
       Fixed a user reported issue that would cause an import patch to fail due to being misapplied.
       Fixed a user reported issue that would cause the incorrect version of a solution to be imported under some circumstances during update.
       Added better error detection for failed Async Jobs when using Async Solution Import.
       Major updates to error logging to make logs more concise and useful.
         
     9.0.2.8:
       Corrected an issue which would occur while importing a package that contained an upgrade for a deployed solution, where a prior version upgrade had failed leaving a holding solution. The system will now attempt to apply the current holding solution, and upon success, apply the new upgrade contained.

     9.0.2.7:
       Picked up updated CrmServiceClient (Microsoft.Xrm.Tooling.Connector)

     9.0.2.5:
       Corrected use of strong types inside Package Deployer to allow it to work properly with packages that also include overlapping strong typed objects.
       Corrected a case where Async Solution Deployment could fail and not be correctly caught by PD.
       Corrected a spelling issue on the return of Get-CrmPackages,  Property PackageInfo.PacakgeAssemblyLocation was renamed to PackageInfo.PackageAssemblyLocation

     9.0.2.4:
       Updated install flows to more correctly trigger failures on failures within user code or data import.

         UseAsyncForSolutionImport - added to commandlet
           This setting controls the default behavior of the import operations for Package Deployer.
           If set to true, Package deployer will attempt to use an Async Pattern for all solution operations where possible to do, given the server configuration.
           The default setting for this is false ( sync mode )

           Importconfig.xml - Solutions node updates.
           Added requiredimportmode as an option to force an Async or Sync import behavior for a given solution.
           This includes, upgrade or new install.
            Valid settings for this property are :
            async -  Requires the Import of this solution to be done in an async manner if the server supports it.
            sync - Requires the import of this solution to be done in a sync manner if the server supports it.
            Default behavior follows the default setting for the Package Deployer Core Process.

     9.0.2.3:
       Updated with Xrm.Tooling.Connector support
       Added new dependencies for Xrm.Tooling.Connector.dll
       Fixed issues that caused unhandled exceptions to be thrown when a package resulted in an error.
       Added new notifications in logs and UX for faults (where applicable).
       Added logic to detect stuck solution import and abort the import process

     9.0.0.7:
       Fixed a bug in Configuration Migration tool Lookup processing logic that was causing incorrect linking where the data set includes records that require related lookup records that share the same default name.
     9.0.0.5: 9.0 Initial Release
     9.0.0.2-preview:
       Breaking Change!
       Refactor of this package to support module invocation instead of assembly registration. This is done to support direct inclusion from nuget by ALM \ SDL tasks.
       To register module, run the RegisterXRMPackageDeployment.ps1

     8.2.0.4 - Intial release