-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cinteros.XTB.ViewDesigner.nuspec
27 lines (26 loc) · 1.11 KB
/
Cinteros.XTB.ViewDesigner.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Cinteros.XrmToolBox.ViewDesigner</id>
<version>1.0.0</version>
<title>View Designer for XrmToolBox</title>
<authors>Innofactor AB</authors>
<owners>Innofactor</owners>
<projectUrl>http://cinteros.xrmtoolbox.com</projectUrl>
<iconUrl>http://rappen.net/Cinteros/innofactor.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Easy UI to design view layouts and alter queries using FetchXML Builder</description>
<summary>Easy UI to design view layouts and alter queries using FetchXML Builder</summary>
<releaseNotes>
</releaseNotes>
<copyright>Copyright 2015-2018 Innofactor AB</copyright>
<tags>XrmToolBox Plugins Innofactor ViewDesigner</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2017.10.19" />
</dependencies>
</metadata>
<files>
<file src="ViewDesigner\bin\Release\Cinteros.XTB.ViewDesigner.dll" target="lib\net452\Plugins" />
<file src="ViewDesigner\bin\Release\Cinteros.Xrm.XmlEditorUtils.dll" target="lib\net452\Plugins" />
</files>
</package>