From 4b9806089504014ddf3ba03c42d73babd4633a44 Mon Sep 17 00:00:00 2001 From: Imran Akram Date: Mon, 19 Feb 2024 15:18:28 +0100 Subject: [PATCH] #139 Added `README.md` to nuget --- PluginRegistration.sln | 5 +++-- README.md | 8 ++++++-- Xrm.Sdk.PluginRegistration.nuspec | 6 ++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PluginRegistration.sln b/PluginRegistration.sln index 93a637f..f09305d 100644 --- a/PluginRegistration.sln +++ b/PluginRegistration.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30011.22 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34607.119 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xrm.Sdk.PluginRegistration", "Xrm.Sdk.PluginRegistration\Xrm.Sdk.PluginRegistration.csproj", "{2E450060-2AC3-40A5-B6E5-2FD642886E18}" EndProject @@ -10,6 +10,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD812812-BC51-4604-B0EC-F97303380A61}" ProjectSection(SolutionItems) = preProject icon.png = icon.png + README.md = README.md Xrm.Sdk.PluginRegistration.nuspec = Xrm.Sdk.PluginRegistration.nuspec EndProjectSection EndProject diff --git a/README.md b/README.md index 00762e7..95f4006 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# The Classic Microsoft Dynamics CRM tool +# The Classic Microsoft Dynamics CRM Plugin Registration Tool ## Now in the XrmToolBox suite [![Join the chat at https://gitter.im/Innofactor/PluginRegistration](https://badges.gitter.im/Innofactor/PluginRegistration.svg)](https://gitter.im/Innofactor/PluginRegistration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ##### Project description -![Plugin Registration](http://i.imgur.com/83pJL6K.png) +![Plugin Registration](https://github.com/Innofactor/PluginRegistration/assets/13014005/edd97502-f897-42ef-b6b8-6f77ac0c9f83) 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](http://www.xrmtoolbox.com/) plugin and itended to work with the same set of the Dynamics CRM versions as supported by main application. @@ -14,6 +14,10 @@ This is special flavor of classical Plugin Registration Tool provided by Microso * All main operations are working (but still use carefully on production environments!); * Azure-related code was stripped away; * Plugin might 'freeze' for couple seconds during calls to CRM backend (user should be notified about operation performed in `XrmToolBox`-like way); +* Some add-on features Including + * Filtering Managed/Unmanaged Assemblies + * Exporting Plugin Assemblies, Steps and image information to Excel + * Filtering Attributes etc. ##### Project needs diff --git a/Xrm.Sdk.PluginRegistration.nuspec b/Xrm.Sdk.PluginRegistration.nuspec index f7f8409..4959081 100644 --- a/Xrm.Sdk.PluginRegistration.nuspec +++ b/Xrm.Sdk.PluginRegistration.nuspec @@ -18,10 +18,7 @@ The Classic Microsoft Dynamics CRM tool, now in the XrmToolBox suite -- Bug Fixes -- - #108: Added support for Plugin Packages @MscrmTools - #49: Added image information to export - #57 Added User Context to export, user name and userid will be mentioned for a specific user. - + #139: Bug fixing in Package handling @MarkMpn XrmToolBox Plugins PluginRegistration @@ -40,5 +37,6 @@ +