-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStepManipulationTool.nuspec
30 lines (29 loc) · 1.36 KB
/
StepManipulationTool.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Innofactor.XTB.StepManipulationTool</id>
<version>1.0.0</version>
<title>Step Manipulation Tool for XrmToolBox</title>
<authors>Imran Akram, Alexey Shytikov, Innofactor AB</authors>
<owners>imranakram, InnofactorSE</owners>
<projectUrl>https://github.com/Innofactor/StepsManipulationTool</projectUrl>
<icon>icon.png</icon>
<iconUrl>https://user-images.githubusercontent.com/13014005/116875731-aa86fd80-ac1b-11eb-875b-2d43121c47c5.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Tool to perform unsafe operations with plugin steps. Move steps between plugins by preserving their guids!
</description>
<summary>Perform unsafe operations such as moving steps between plugins. This preserves their guids which is very useful for upgrading major versions of plugins.</summary>
<releaseNotes>
</releaseNotes>
<copyright>Copyright 2016-2021 Innofactor AB</copyright>
<tags>XrmToolBox Plugins StepManipulationTool Step Manipulator</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2021.2.45" />
</dependencies>
</metadata>
<files>
<file src="StepManipulationTool\bin\Release\Innofactor.XTB.StepManipulationTool.dll" target="lib\net472\Plugins" />
<file src="icon.png" target="" />
</files>
</package>