forked from xBimTeam/XbimExchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xbim.Exchange.tmpl
29 lines (28 loc) · 1.31 KB
/
Xbim.Exchange.tmpl
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Exchange</id>
<version>{{version}}</version>
<title>xBIM Exchange</title>
<authors>xBIM Team</authors>
<owners>xBIM Team</owners>
<licenseUrl>https://raw.githubusercontent.com/xBimTeam/XbimExchange/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>[Obsolete] Please install either Xbim.COBie or XBIM.Exchanger instead
This is a meta-package for backward compatibility only.</description>
<summary></summary>
<releaseNotes>
v5.0 support the latest Xbim.Essentials 5.0
</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, COBie, COBieLite, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="Xbim.COBie" version="{{version}}" />
<dependency id="Xbim.CobieLiteUK.Validation" version="{{version}}" />
<dependency id="Xbim.Exchanger" version="{{version}}" />
</dependencies>
</metadata>
<files/>
</package>