XrmVision.PluginBase 1.3.1

dotnet add package XrmVision.PluginBase --version 1.3.1
                    
NuGet\Install-Package XrmVision.PluginBase -Version 1.3.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="XrmVision.PluginBase" Version="1.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XrmVision.PluginBase" Version="1.3.1" />
                    
Directory.Packages.props
<PackageReference Include="XrmVision.PluginBase" />
                    
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 XrmVision.PluginBase --version 1.3.1
                    
#r "nuget: XrmVision.PluginBase, 1.3.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=XrmVision.PluginBase&version=1.3.1
                    
Install XrmVision.PluginBase as a Cake Addin
#tool nuget:?package=XrmVision.PluginBase&version=1.3.1
                    
Install XrmVision.PluginBase as a Cake Tool

Base class for Dynamics 365 CE plugin development

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
1.3.1 2,102 6/29/2021
1.3.0 618 12/5/2020
1.2.9 548 10/31/2020
1.2.8 664 12/17/2019
1.2.7 593 12/10/2019
1.2.6 2,759 7/16/2019
1.2.5 602 7/16/2019
1.2.4 809 4/24/2019
1.2.3 652 4/12/2019
1.2.2 632 4/12/2019
1.2.1 654 4/11/2019
1.2.0 621 4/11/2019
1.1.8 1,187 11/27/2017
1.1.7 988 11/9/2017
1.1.6 982 11/2/2017
1.1.5 995 11/2/2017
1.1.4 994 9/9/2017
1.1.3 984 9/9/2017
1.1.2 982 9/9/2017
1.1.1 1,013 9/7/2017
1.1.0 1,038 8/28/2017
1.0.8 1,148 8/28/2017
1.0.7 992 8/28/2017
1.0.6 1,005 8/28/2017
1.0.5 1,144 8/22/2017

1.3.0 Added custom api registrations; 1.1.0 : Added RegisterEvent method; 1.1.1 added Message;1.1.2 added UserLocale ; 1.2.0 added Actual method