Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader 2.19.0

dotnet add package Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader --version 2.19.0
                    
NuGet\Install-Package Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader -Version 2.19.0
                    
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="Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader" Version="2.19.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader" Version="2.19.0" />
                    
Directory.Packages.props
<PackageReference Include="Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader --version 2.19.0
                    
#r "nuget: Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader, 2.19.0"
                    
#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.
#:package Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader@2.19.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader&version=2.19.0
                    
Install as a Cake Addin
#tool nuget:?package=Rnwood.Dataverse.Data.PowerShell.XrmToolboxPluginLoader&version=2.19.0
                    
Install as a Cake Tool

PowerShell Scripting Workspace for XrmToolbox

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  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
2.19.0 29 2/13/2026
2.18.0 90 1/26/2026
2.17.1 152 1/22/2026
2.17.0 83 1/19/2026
2.16.1 89 1/18/2026
2.16.0 86 1/18/2026
2.15.1 91 1/12/2026
2.15.0 92 1/10/2026
2.14.2 158 1/4/2026
2.14.1 93 1/2/2026
2.14.0 94 1/1/2026
2.12.1 94 12/28/2025
2.12.0 91 12/28/2025
2.11.4 187 12/24/2025
2.11.3 161 12/21/2025
2.11.2 117 12/21/2025
2.11.1 118 12/21/2025
2.11.0 119 12/20/2025
2.10.0 128 12/20/2025
2.9.1 271 12/17/2025
Loading failed

Features: feat: Add support for local option sets in Set-DataverseOptionSetMetadata (#1424) feat: enable parallel execution for E2E tests (#1431) feat(connection): add DisableAffinityCookie parameter for max performance mode (#1423) feat: make SQL parameter positional in Invoke-DataverseSql (#1411) feat: allow hashtables as InputObject in Set-DataverseOrganizationSettings (#1395) Bug Fixes: fix(docs): resolve help file corruption causing flip-flopping changes (#1432) fix: add State property support for statuscode options in Set-DataverseAttributeMetadata (#1425) fix(sitemap): include XML in updates, handle publish correctly, and fix test compatibility (#1421) fix: Set-DataverseFormControl should not require -DataField when updating (#1426) fix: enable clone support for mock connections via interface pattern (#1427) fix: provide clear error for non-readable columns in Set-DataverseRecord (#1405) fix: Set-DataverseView null reference with empty layoutxml (#1400) fix: correct behavior 1 parameter mapping in Set-DataverseSolutionComponent (#1398) Other Changes: perf: optimize E2E test CanAddReadUpdateAndManageSolutionComponents (#1429) test: e2e tests - remove pester and improve quality (#1415) test: remove pester for better tools for standard tests and improve test quality (#1413) Enable Module tests by removing skip directive (#1407) docs: remove obsolete URL reference from -Connection parameter help (#1384)