Xrm.Sdk.PluginRegistration 3.2017.8.1

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

The Classic Microsoft Dynamics CRM tool, now in the XrmToolBox suite.

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 intended to work with the same set of the Dynamics CRM versions as supported by main application.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  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
3.2024.3.2 57,769 3/2/2024
3.2023.12.14 14,990 12/21/2023
3.2023.12.12 2,885 12/15/2023
3.2023.12.7 1,510 12/14/2023
3.2023.12.3 3,170 12/11/2023
3.2023.12.2 2,122 12/8/2023
3.2023.11.1 9,239 11/6/2023
3.2023.10.2 8,003 10/11/2023
3.2023.9.3 5,636 9/28/2023
3.2022.12.2 40,607 12/12/2022
3.2022.12.1 1,573 12/11/2022
3.2022.4.1 36,619 4/3/2022
3.2021.6.1 39,104 6/9/2021
3.2021.4.1 10,111 4/4/2021
3.2021.3.2 2,894 3/29/2021
3.2020.12.1 13,109 12/8/2020
3.2020.11.3 5,328 11/19/2020
3.2020.11.2 2,787 11/16/2020
3.2020.9.1 9,107 9/28/2020
3.2020.5.2 15,613 5/8/2020
3.2020.5.1 2,719 5/6/2020
3.2020.4.15 4,007 4/23/2020
3.2020.4.14 1,482 4/23/2020
3.2020.1.4 11,724 1/29/2020
3.2019.7.1 18,604 7/14/2019
3.2018.11.4 12,864 11/8/2018
3.2018.8.3 23,301 8/27/2018
3.2018.7.22 8,047 7/13/2018
3.2017.8.1 62,747 8/3/2017
3.1.5.1 34,906 4/20/2017
3.1.4.2 52,710 1/31/2017
3.1.4.1 3,772 1/30/2017
3.1.4 5,842 1/26/2017
3.1.1 38,393 10/18/2016
3.0.9 16,747 8/15/2016
3.0.7 9,280 8/10/2016

Version 3.2017.8.1
* Handle keyboard shortcuts only when tab is active, using IShortcutReceiver interface in XrmToolBox (#8, #25)
* Automated VSTS build procedure (including new versioning strategy)

Version 3.1.5.1
Minor improvements release:
* Null pointer exception during plugin registration process was fixed;
* More explicit error reporting was added;
* Detection of major and minor version changes of assembly was implemented;