forked from Biznamics/XrmToolBox.Plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCinteros.XrmToolBox.Plugins.nuspec
More file actions
27 lines (26 loc) · 1.17 KB
/
Cinteros.XrmToolBox.Plugins.nuspec
File metadata and controls
27 lines (26 loc) · 1.17 KB
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
<?xml version="1.0"?>
<package >
<metadata>
<id>Cinteros.XrmToolBox.Plugins</id>
<version>1.0.0</version>
<title>Innofactor Tools for XrmToolBox</title>
<authors>Innofactor Sweden</authors>
<owners>Innofactor</owners>
<projectUrl>http://cinteros.xrmtoolbox.com</projectUrl>
<iconUrl>https://www.innofactor.com/globalassets/other-sizes/innofactor-small-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Version Verifier, Steps Manipulator, Auto Deployer (formerly known as Cinteros Tools)</description>
<summary>Version Verifier, Steps Manipulator, Auto Deployer</summary>
<releaseNotes>Note: These plugins require the FetchXML Builder to be installed to work properly!
This package was previously known as Cinteros Tools for XrmToolBox.
</releaseNotes>
<copyright>Copyright 2016 Innofactor AB</copyright>
<tags>XrmToolBox Plugins Innofactor Plugins</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2016.3.30" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Cinteros.Xrm.Plugins.dll" target="lib\net452\Plugins" />
</files>
</package>