-
Notifications
You must be signed in to change notification settings - Fork 10
/
XbimPlugin.MvdXML.plugin.nuspec
30 lines (30 loc) · 1.37 KB
/
XbimPlugin.MvdXML.plugin.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>XbimPlugin.MvdXML</id>
<version>5.1.108-develop</version>
<title>XbimPlugin.MvdXML</title>
<authors>xBIM team</authors>
<owners>xBIM team</owners>
<license type="expression">CDDL-1.0</license>
<projectUrl>https://github.com/xBimTeam/XbimMvdXML</projectUrl>
<icon>Icon.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Integration with Xplorer UI for MvdXML model validation.</description>
<summary>.</summary>
<language>en-GB</language>
<!-- the XplorerPlugin tag is used to identify plugins available for donwload from XbimXplorer-->
<tags>MvdXML, XplorerPlugin</tags>
<!-- dependencies are used to determine the compatibiliy with the xplorer version... choose carefully -->
<dependencies>
<group targetFramework="net45">
<dependency id="Xbim.WindowsUI" version="[5.1.177-develop, 6)" />
</group>
</dependencies>
</metadata>
<files>
<file src="XbimPlugin.MvdXML\bin\Release\net472\Xbim.MvdXml.dll" target="lib\net45\Xbim.MvdXml.dll" />
<file src="XbimPlugin.MvdXML\bin\Release\net472\XbimPlugin.MvdXML.exe" target="lib\net45\XbimPlugin.MvdXML.exe" />
<file src="Icon.png" target="Icon.png" />
</files>
</package>