![]() |
VOOZH | about |
dotnet add package Xrm.Sdk.PluginRegistration --version 3.2026.4.1
NuGet\Install-Package Xrm.Sdk.PluginRegistration -Version 3.2026.4.1
<PackageReference Include="Xrm.Sdk.PluginRegistration" Version="3.2026.4.1" />
<PackageVersion Include="Xrm.Sdk.PluginRegistration" Version="3.2026.4.1" />Directory.Packages.props
<PackageReference Include="Xrm.Sdk.PluginRegistration" />Project file
paket add Xrm.Sdk.PluginRegistration --version 3.2026.4.1
#r "nuget: Xrm.Sdk.PluginRegistration, 3.2026.4.1"
#:package Xrm.Sdk.PluginRegistration@3.2026.4.1
#addin nuget:?package=Xrm.Sdk.PluginRegistration&version=3.2026.4.1Install as a Cake Addin
#tool nuget:?package=Xrm.Sdk.PluginRegistration&version=3.2026.4.1Install as a Cake Tool
👁 Join the chat at https://gitter.im/Innofactor/PluginRegistration
This is special flavor of classical Plugin Registration Tool provided by Microsoft as CRM SDK code sample. It was adopted to the format of XrmToolBox plugin and itended to work with the same set of the Dynamics CRM versions as supported by main application.
XrmToolBox-like way);Context of original CRM SDK readme.docx follows bellow:
The Plug-in Registration sample tool (version 5.0) provides a graphical user interface to register Microsoft Dynamics CRM plug-ins and custom workflow activities. The tool supports the following feature set on the indicated Microsoft Dynamics CRM deployments.
Microsoft Dynamics CRM 2011
Microsoft Dynamics CRM Online
In addition to these features, the tool provides an easy and interactive method to configure Windows Azure AppFabric ACS for integration with Microsoft Dynamics CRM. Afterwards, you can register a standard plug-in provided with Microsoft Dynamics CRM to post the current platform operation to the AppFabric Service Bus.
The source code to the program is provided to demonstrate how to use the registration classes provided in the Microsoft Dynamics CRM 2011 SDK.
The PluginRegistration folder contains the complete source code and Microsoft Visual Studio 2010 project files for the sample program. The images folder contains bitmap files for the icons used in the program.
You can register the Plug-in Registration Tool as an external tool for Visual Studio 2010.
This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it.
Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred.
This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes.
© 2010 Microsoft Corporation. All rights reserved.
Microsoft, Active Directory, Outlook, Visual Studio, Windows, Windows Server, and Windows Vista are trademarks of the Microsoft group of companies.
All other trademarks are property of their respective owners.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 net48 is compatible. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2026.4.1 | 12,908 | 4/2/2026 |
| 3.2026.1.3 | 12,635 | 1/18/2026 |
| 3.2026.1.2 | 582 | 1/18/2026 |
| 3.2025.12.5 | 4,962 | 12/27/2025 |
| 3.2024.3.2 | 77,587 | 3/2/2024 |
| 3.2023.12.14 | 15,519 | 12/21/2023 |
| 3.2023.12.12 | 3,106 | 12/15/2023 |
| 3.2023.12.7 | 1,704 | 12/14/2023 |
| 3.2023.12.3 | 3,494 | 12/11/2023 |
| 3.2023.12.2 | 2,273 | 12/8/2023 |
| 3.2023.11.1 | 9,416 | 11/6/2023 |
| 3.2023.10.2 | 8,172 | 10/11/2023 |
| 3.2023.9.3 | 5,773 | 9/28/2023 |
| 3.2022.12.2 | 40,835 | 12/12/2022 |
| 3.2022.12.1 | 1,721 | 12/11/2022 |
| 3.2022.4.1 | 37,170 | 4/3/2022 |
| 3.2021.6.1 | 39,587 | 6/9/2021 |
| 3.2021.4.1 | 10,276 | 4/4/2021 |
| 3.2021.3.2 | 3,069 | 3/29/2021 |
| 3.2020.12.1 | 13,292 | 12/8/2020 |
New features
- #46: Bulk enable/disable all steps for a plugin type or an entire assembly
- #78: Added a refresh option for available messages (including newly added Custom Actions) without restarting the tool
- #84: Export now includes Webhook (Service Endpoint) information
- #150: Show dependencies for a plugin assembly (button + context menu entry)
- #166: Allow pasting a comma-separated list of attribute logical names into the Filtering Attributes dialog to directly select attributes (paste-to-select UX improvement)
UX & stability improvements, bug fixes
- #66: Prevent invalid image registration by disabling Pre-Image for Create steps (Create does not support this image type)
- #129: Prevent accidental "Save & Close" when pressing Enter in the Step editor
- #146: Step Configuration editor improvements: monospaced font for JSON/XML, resizable dialog with splitter, word wrap off, and safer default-button behavior to avoid accidental updates
- #156: Input fields "Unsecure configuration" and "Secure configuration" have maximum number of characters
- #154: Confirmation dialogs on Enable/Disable all steps operations
- #155: Toolbar button fixes
- #158: GCC High error when loading Plugin Packages
- #160: Null Reference Exception on Update button
- #163: Cannot register step with Primary Entity = none
- #165: Restrict "All Attributes" warning to non-Create messages
- #164: Filtering Attributes not available for Create steps on Dynamics 365 9.1 on-prem