Microsoft.CrmSdk.XrmTooling.ConfigurationMigration.Wpf 9.1.0.9

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

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

This package contains the following official Microsoft assemblies and has been authored by the Microsoft Common Data Service SDK team.
- Dynamics 365 Configuration Migration Tool

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.110 39,508 11/4/2022
9.1.0.80 67,598 12/9/2021
9.1.0.77 9,432 11/17/2021
9.1.0.73 20,302 9/9/2021
9.1.0.64 19,762 5/21/2021
9.1.0.34 51,623 8/3/2020
9.1.0.33 3,673 7/16/2020
9.1.0.32 1,808 7/15/2020
9.1.0.30 2,716 7/3/2020
9.1.0.28 4,075 6/10/2020
9.1.0.25 6,427 5/19/2020
9.1.0.16 4,590 4/28/2020
9.1.0.15 3,294 4/23/2020
9.1.0.12 2,122 4/20/2020
9.1.0.10 3,637 4/3/2020
9.1.0.9 11,023 1/16/2020
9.1.0.5 5,993 12/9/2019
9.1.0.1 11,218 9/11/2019
9.0.2.28 8,269 7/25/2019
9.0.2.16 8,470 5/22/2019
9.0.2.12 15,498 2/25/2019
9.0.2.11 3,466 2/7/2019
9.0.2.9 3,009 1/26/2019
9.0.2.7 9,865 10/24/2018
9.0.2.5 7,738 9/17/2018
9.0.2.4 10,569 7/6/2018
9.0.2.3 7,028 4/25/2018
9.0.0.7 9,335 11/15/2017

These assemblies require application development using the Microsoft .NET Framework 4.6.2 or later.
For information about downloading the tool, see https://docs.microsoft.com/dynamics365/customer-engagement/developer/download-tools-nuget

9.1.0.9:
 Fixed an issue preventing logs from being generated correctly,  Logs should once again write to the log directory

9.1.0.5:
 Updated About Window
 Updated Application Text to reflect Common Data Service
 Fixed a bug with pre-processing in CMT that would cause the system to runout of memory when importing to entities that had large numbers of records.
 Fixed issue were logs were being written to the incorrect directory for this application.

9.1.0.1:
 ADAL 3.19+ is now required for this library.  ADAL 2.x clients will need to be updated to use ADAL 3.x+
 Added Support for Current User ID login when using Login Control

9.0.2.28:
 Included a missing assembly required by export.

9.0.2.25:
 Fixed an issue where dates where not being stored in universal GMT format in storage files.
 House cleaning: Removed support for creating users based on Live ID.

9.0.2.19:
 Modified the behavior of Create records to optimize for recursive relationships inside a given entity.

9.0.2.16:
 Refactored Import code to improve multithreaded import and batching.
 Added support for compensating for connection throttling.

9.0.2.12:
 Fixed bug in CrmServiceClient which would cause some OnPrem connections to fail with an error "Item already added to List"
 Minor Pref Improvements

9.0.2.11:
 Updated to include Fixed version of CrmServiceClient and login control for new US Geo ( US Gov High )

9.0.2.9:
 Picked up updated CrmServiceClient (Microsoft.Xrm.Tooling.Connector)
 Added support to for Metadata Sync on Server to reduce occurrences of missing entities on import
 Fixed a bug where the CMT would attempt to insert a record when it should have updated it.
 Added a speculative fix for user reported issue when using MFA Authentication + Multiple Import threads

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

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

9.0.2.5:
 Fixed an issue on import where InsertRecord was being incorrectly chosen when the record already existed on the target instance.  This resulted in a Insert Failed with Duplicate Key Error.
 Added support for identifying and exporting data from MultiSelectOptionSet types

9.0.2.4:
 Improved Error handling and exception reporting for errors related to packaging
 Added support for Multi-Select Option Set data fields.

9.0.2.3:
 Added new dependencies for Xrm.Tooling.Connector.dll
 Updated to support Caller ID information in connections that is passed as part of an import.

9.0.0.7: 9.0 Initial release of PD client as Nuget.