-
Notifications
You must be signed in to change notification settings - Fork 150
/
XplorerPlugin.Bcf.plugin.nuspec
27 lines (27 loc) · 1.45 KB
/
XplorerPlugin.Bcf.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>XplorerPlugin.Bcf</id>
<version>5.1.0</version>
<title>XplorerPlugin.Bcf</title>
<authors>xBIM team</authors>
<owners>xBIM team</owners>
<licenseUrl>https://raw.githubusercontent.com/xBimTeam/XbimEssentials/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/xBimTeam/</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/2284875?v=3&s=240</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Integration with Xplorer UI for BuildingSmart's BCF (Building Collaboration Format) files.</description>
<summary>Xbim Xplorer Plugin to work with BCF (BIM Collaboration Format) files</summary>
<language>en-GB</language>
<!-- the XplorerPlugin tag is used to identify plugins available for donwload from XbimXplorer-->
<tags>BCF, Building Collaboration Format, BuildingSmart, XplorerPlugin</tags>
<!-- dependencies need to be worked out, at this stage they will be ignored during install -->
<dependencies>
<dependency id="Xbim.WindowsUI" version="[5.1,5.2)" />
</dependencies>
</metadata>
<files>
<file src="XplorerPlugin.Bcf\bin\Release\net472\DotNetZip.dll" target="lib\net45\" />
<file src="XplorerPlugin.Bcf\bin\Release\net472\XplorerPlugin.Bcf.exe" target="lib\net45\" />
</files>
</package>