forked from xBimTeam/XbimEssentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXbim.Cobie.nuspec
35 lines (35 loc) · 2.02 KB
/
Xbim.Cobie.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
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Cobie</id>
<version>4.0.28</version>
<title>xBIM Cobie</title>
<authors>xBIM team</authors>
<owners>Steve Lockley, Martin Cerny</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>
xBIM Cobie provides an object model for handling the Cobie schema used in both the UK and US implementations.
It supports easy transformation from Ifc to Cobie and exports to Spreadsheet, JSOn and XML formats.
</description>
<summary>The .Net toolkit for developing BIM applications based on the IFC standards. Essential support for Cobie 2 and 3</summary>
<releaseNotes>Support for tabular data</releaseNotes>
<language>en-GB</language>
<tags>COBie, BIM, IFC, IfcXml, IfcZip, COBie, Ifc4, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="NPOI" version="2.2.1" />
<dependency id="Xbim.Essentials" version="4.0.28" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Xbim.CobieExpress.IO.dll" target="lib\net40\Xbim.CobieExpress.IO.dll" />
<file src="Output\Release\Xbim.IO.TableStore.dll" target="lib\net40\Xbim.IO.TableStore.dll" />
<file src="Output\Release\Xbim.CobieExpress.IO.pdb" target="lib\net40\Xbim.CobieExpress.IO.pdb" />
<file src="Output\Release\Xbim.IO.TableStore.pdb" target="lib\net40\Xbim.IO.TableStore.pdb" />
<file src="Output\Release\Xbim.CobieExpress.IO.XML" target="lib\net40\Xbim.CobieExpress.IO.XML" />
<file src="Output\Release\Xbim.IO.TableStore.XML" target="lib\net40\Xbim.IO.TableStore.XML" />
<file src="Install.ps1" target="tools\Install.ps1" />
</files>
</package>