Skip to content

Commit

Permalink
Add my tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jul 13, 2021
1 parent 0180395 commit 28699ce
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions XRMTokensRun/XRMTRinfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ namespace XRMTokensRun
// Do not forget to update version number and author (company attribute) in AssemblyInfo.cs class
// To generate Base64 string for Images below, you can use https://www.base64-image.de/
[Export(typeof(IXrmToolBoxPlugin)),
ExportMetadata("Name", "My First Plugin"),
ExportMetadata("Name", "XRM Tokens Runners"),
ExportMetadata("Description", "This is a description for my first plugin"),
// Please specify the base64 content of a 32x32 pixels image
ExportMetadata("SmallImageBase64", null),
// Please specify the base64 content of a 80x80 pixels image
ExportMetadata("BigImageBase64", null),
ExportMetadata("BackgroundColor", "Lavender"),
ExportMetadata("PrimaryFontColor", "Black"),
ExportMetadata("SecondaryFontColor", "Gray")]
ExportMetadata("BackgroundColor", "#FFFFC0"),
ExportMetadata("PrimaryFontColor", "#0000C0"),
ExportMetadata("SecondaryFontColor", "#0000FF")]
public class XRMTRinfo : PluginBase
{
public override IXrmToolBoxPluginControl GetControl()
Expand Down

0 comments on commit 28699ce

Please sign in to comment.