-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathPackage.nuspec
22 lines (22 loc) · 1.08 KB
/
Package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>BIMRL_ETLDB</id>
<version>1.0.0</version>
<authors>Wawan Solihin ([email protected])</authors>
<owners>Wawan Solihin</owners>
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>BIMRL (BIM Rule Language) Simplified Schema ETL (Extract, Transform, Load) library: this library transforms IFC data into BIMRL Simplified Schema for RDBMS.
This work is part of the original author's Ph.D. thesis work on the automated rule checking in Georgia Institute of Technology
</description>
<releaseNotes>This is the first release for the open source.</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>BIMRL IFC Xbim Simplified_Schema</tags>
<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>
</metadata>
</package>