-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>Rappen.XrmToolBox.XRMTokensRunner</id> | ||
<version>1.0.0</version> | ||
<title>XRM Tokens Runner for XrmToolBox</title> | ||
<authors>Jonas Rapp</authors> | ||
<owners>rappen</owners> | ||
<projectUrl>https://jonasr.app/xrm-tokens/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/rappen/XRMTokensRun/main/images/XRMTR-150-tsp.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description> | ||
Runner for the XRM Tokens - work out the data info for used in code or Bulk Data Updater. | ||
The XRM Tokens is available with source code at https://jonasr.app/xrm-tokens/#code | ||
</description> | ||
<summary>Runner for the XRM Tokens - work out the data info for used in code or Bulk Data Updater. </summary> | ||
<releaseNotes> | ||
First version! | ||
</releaseNotes> | ||
<copyright>Copyright 2021 Jonas Rapp</copyright> | ||
<tags>XrmToolBox Plugins XRMTokensRunner</tags> | ||
<dependencies> | ||
<dependency id="XrmToolBox" version="1.2021.5.47" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="XRMTokensRun\bin\Release\Rappen.XTB.XRBTR.dll" target="lib\net452\Plugins" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters