Skip to content

Commit

Permalink
#139 Added README.md to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
imranakram committed Feb 19, 2024
1 parent 7524bf7 commit 4b98060
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions PluginRegistration.sln
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down
6 changes: 2 additions & 4 deletions Xrm.Sdk.PluginRegistration.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
<summary>The Classic Microsoft Dynamics CRM tool, now in the XrmToolBox suite</summary>
<releaseNotes>
-- 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
</releaseNotes>
<tags>XrmToolBox Plugins PluginRegistration</tags>
<dependencies>
Expand All @@ -40,5 +37,6 @@
<file src="Xrm.Sdk.PluginRegistration\bin\Release\Microsoft.Bcl.AsyncInterfaces.dll" target="lib\net48\Plugins\Xrm.Sdk.PluginRegistration" />
<file src="Xrm.Sdk.PluginRegistration\bin\Release\Microsoft.Bcl.HashCode.dll" target="lib\net48\Plugins\Xrm.Sdk.PluginRegistration" />
<file src="icon.png" target="" />
<file src="README.md" target="docs\" />
</files>
</package>

0 comments on commit 4b98060

Please sign in to comment.