forked from Innofactor/PluginRegistration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xrm.Sdk.PluginRegistration.nuspec
32 lines (31 loc) · 1.51 KB
/
Xrm.Sdk.PluginRegistration.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package >
<metadata>
<id>Xrm.Sdk.PluginRegistration</id>
<version>1.0.0</version>
<title>Plugin Registration for XrmToolBox</title>
<authors>Microsoft, Alexey, Jonas and Imran</authors>
<owners>Innofactor</owners>
<projectUrl>https://github.com/Innofactor/PluginRegistration</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
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.
</description>
<summary>The Classic Microsoft Dynamics CRM tool, now in the XrmToolBox suite</summary>
<releaseNotes>
This is a major update with bug fix in the tree implementation that caused the treeviews to be out of sync between the main and the update dialogs.
-- Updates --
#50, #52: Support for Multi-Factor Authentication
-- Bug fixes --
#38, #14: Fixed issue in deleting a plugin and updating assembly.
</releaseNotes>
<tags>XrmToolBox Plugins PluginRegistration</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2019.6.33" />
</dependencies>
</metadata>
<files>
<file src="Xrm.Sdk.PluginRegistration\bin\Release\Xrm.Sdk.PluginRegistration.dll" target="lib\net452\Plugins" />
</files>
</package>