Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell 9.0.2.4

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.4
NuGet\Install-Package Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell -Version 9.0.2.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="Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell" Version="9.0.2.4" />
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.4
#r "nuget: Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell, 9.0.2.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 Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell as a Cake Addin
#addin nuget:?package=Microsoft.CrmSdk.XrmTooling.PackageDeployment.PowerShell&version=9.0.2.4

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

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,713 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.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