Microsoft.CrmSdk.XrmTooling.PackageDeployment.Wpf 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
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.CrmSdk.XrmTooling.PackageDeployment.Wpf --version 9.0.2.4
NuGet\Install-Package Microsoft.CrmSdk.XrmTooling.PackageDeployment.Wpf -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.Wpf" 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.Wpf --version 9.0.2.4
#r "nuget: Microsoft.CrmSdk.XrmTooling.PackageDeployment.Wpf, 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.Wpf as a Cake Addin
#addin nuget:?package=Microsoft.CrmSdk.XrmTooling.PackageDeployment.Wpf&version=9.0.2.4

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

This package contains the following official Microsoft assemblies and has been authored by the Microsoft Dynamics CRM SDK team.
- Dynamics 365 Package Deployer

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
9.1.0.129 23,575 2/24/2023
9.1.0.116 4,075 12/15/2022
9.1.0.104 18,051 6/18/2022
9.1.0.88 27,062 12/9/2021
9.1.0.84 10,686 11/4/2021
9.1.0.72 30,084 4/12/2021
9.1.0.45 15,903 10/25/2020
9.1.0.42 10,720 7/15/2020
9.1.0.39 949 7/10/2020
9.1.0.38 1,065 7/3/2020
9.1.0.36 2,658 6/10/2020
9.1.0.35 3,672 5/19/2020
9.1.0.32 3,964 4/23/2020
9.1.0.26 2,421 4/3/2020
9.1.0.24 10,638 1/17/2020
9.1.0.20 3,590 12/12/2019
9.1.0.3 10,851 9/11/2019
9.0.2.29 5,761 7/25/2019
9.0.2.27 890 7/23/2019
9.0.2.25 1,771 7/17/2019
9.0.2.16 9,175 5/22/2019
9.0.2.12 20,602 2/25/2019
9.0.2.11 4,403 2/7/2019
9.0.2.9 1,972 1/26/2019
9.0.2.7 8,039 10/24/2018
9.0.2.5 6,680 9/17/2018
9.0.2.4 5,145 7/6/2018
9.0.2.3 4,413 4/25/2018
9.0.0.7 12,255 11/15/2017
9.0.0.5 1,253 10/23/2017
9.0.0.4-Preview 2,504 8/29/2017
8.2.0.4 14,877 3/22/2017

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

       For information about downloading the tool, see https://docs.microsoft.com/dynamics365/customer-engagement/developer/download-tools-nuget

       9.0.2.4:
         Updated install flows to more correctly trigger failures on failures within user code or data import.
         Added support several configuration settings dealing with timeouts and dials.
         Thease settings are set in the app.config of the host process
         StaleImportProgressOverride -
           This setting is the number of times a solution import be polled for progress.  This is rolling property, the count resets each time a solution moves forward.  
       Default setting is 50
       Note: this property only applies when solutions import mode is sync.

         SolutionStatusPollingFrequencyOverride -
           This setting is the delay between check for solution progress.
           The default setting is :  5 (seconds)
           Note: this property only applies when solutions import mode is sync.
             
       SolutionImportBlockedRetryCountOverride -
           This setting is the number of retries that will be attempted when a solution import is blocked by a concurrent metadata operation.
       The default setting for this is 10

         SolutionImportBlockedWaitOverride -
           This setting is the number of seconds that a retry will wait before attempting another solution import.
       The default setting for this is 60 (seconds)

         UseAsyncForSolutionImport -
           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: Updated to include CAB compression DLL's.
       Fixed a bug in CMT Lookup processing logic that was causing incorrect linking where the data set includes records that require related lookup records which share the same default name.
       9.0.0.5: 9.0 Initial Release
       9.0.0.2-preview:
       Updated for 9.x assemblies and Xrm.Tooling 3.x

       8.2.0.4 - Initial release of PD client as Nuget. US English only Client.