Colso.Xrm.DataTransporter 1.2020.2.28460

There is a newer version of this package available.
See the version list below for details.
dotnet add package Colso.Xrm.DataTransporter --version 1.2020.2.28460
NuGet\Install-Package Colso.Xrm.DataTransporter -Version 1.2020.2.28460
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="Colso.Xrm.DataTransporter" Version="1.2020.2.28460" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Colso.Xrm.DataTransporter --version 1.2020.2.28460
#r "nuget: Colso.Xrm.DataTransporter, 1.2020.2.28460"
#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 Colso.Xrm.DataTransporter as a Cake Addin
#addin nuget:?package=Colso.Xrm.DataTransporter&version=1.2020.2.28460

// Install Colso.Xrm.DataTransporter as a Cake Tool
#tool nuget:?package=Colso.Xrm.DataTransporter&version=1.2020.2.28460

XrmToolbox plugin to help you transfer entity records between different environments.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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
1.2023.7.1 18,052 7/5/2023
1.2023.6.1 4,332 6/14/2023
1.2021.2.15080 51,506 2/25/2021
1.2020.2.28460 17,847 2/3/2020
1.2020.2.18601 1,732 1/29/2020
1.2018.8.1 34,171 8/3/2018
1.2018.7.1 4,395 7/19/2018
1.2018.4.1 14,765 4/9/2018
1.2018.3.4 5,053 3/27/2018
1.2018.3.3 3,022 3/23/2018
1.2018.3.1 4,181 3/15/2018
1.2017.4.2 85,371 4/19/2017
1.2017.4.1 3,798 4/18/2017
1.2017.3.1 13,936 3/28/2017
1.2017.2.4 17,475 2/28/2017
1.2016.12.1 25,901 11/28/2016
1.2016.11.1 6,236 11/21/2016
1.2016.10.2 15,433 10/4/2016
1.2016.10.1 1,948 10/4/2016
1.2016.7.3 15,555 7/26/2016
1.2016.7.2 5,693 7/13/2016

1.2020.2.28460:
- Save logicalname in settingsfile
- Implemented "Playlist" to execute multiple settings in one run

1.2020.2.18601:
- Only save mapping-settings per organisation
- Ability to save/load entity-specific settings (selected attributes/filter)
- Only display attributes with DisplayName

1.2018.8.1:
- Fixed mapping Dialog issue
- Fixed user auto-mappings
- Compatible with latest version of XrmToolbox

1.2018.7.1:
- reference XrmToolBoxPackage as a dependency to check compatibility
- auto-mapping of systemusers
- fixed poor editing performance with long filter expression

1.2018.4.1:
- bugfix: error when no state/status was selected

1.2018.3.4:
- Add IPaypalPlugin and donate button

1.2018.3.3:
- fixed wrong dll version

1.2018.3.2:
- Compatible with XrmToolbox 1.2018.3.21

1.2018.3.1:
- Support for state and status reason (maeg02)
- Data Preview option
- XrmToolbox approval fixes

1.2017.12.1:
- Bugfix transferring null values
- preview button
- auto-mapping root business unit and default currency

1.2017.4.2:
- Fix for TypeLoadException in new version of XrmToolBox

1.2017.4.1:
- Support for N:N relationships

1.2017.3.1:
- Support for ActivityParty Mapping (seang96)
- Added search filter on entities

1.2017.2.4:
- Bugfix in mapping ids

1.2017.2.3:
- Show uncustomizable entities
- Implemented SettingsManager

1.2016.12.1:
- Extra check to exclude not selected attributes
- Load entities on load

1.2016.11.1:
- Bugfix: missing paging-cookie when retrieving more than 5000 records
- Save mappings/filters to configuration file per organisation
- Save (un)checked attributes in configuration file per entity per organisation
- Excluded attributes with ValidForRead=='False'

1.2016.10.2:
- Highlight attribute when ValidForCreate/ValidForUpdate property is set

1.2016.10.1:
- Excluded state and status fields from transfer
- Added filter
- Added EntityReference mapping possibility

1.2016.7.3:
- Improved display/status information