mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
35 lines
2.0 KiB
XML
35 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||
<metadata>
|
||
<id>blenderbim-nightly</id>
|
||
<version>blenderbim_build_version-alpha</version>
|
||
<packageSourceUrl>https://github.com/IfcOpenShell/IfcOpenShell</packageSourceUrl>
|
||
<owners>fbpyr</owners>
|
||
<!-- == SOFTWARE SPECIFIC SECTION == -->
|
||
<title>BlenderBIM install nightly</title>
|
||
<authors>Dion Moult and many more, see: https://github.com/IfcOpenShell/IfcOpenShell/graphs/contributors</authors>
|
||
<projectUrl>https://github.com/IfcOpenShell/IfcOpenShell</projectUrl>
|
||
<iconUrl>https://rawcdn.githack.com/IfcOpenShell/IfcOpenShell/c6ee1d1679d1298de0d7447ff108c22709c68e54/choco/blenderbim/blenderbim.png</iconUrl>
|
||
<!-- <copyright>Year Software Vendor</copyright> -->
|
||
<licenseUrl>https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/COPYING</licenseUrl>
|
||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||
<projectSourceUrl>https://github.com/IfcOpenShell/IfcOpenShell</projectSourceUrl>
|
||
<docsUrl>https://docs.bonsaibim.org/</docsUrl>
|
||
<!--<mailingListUrl></mailingListUrl>-->
|
||
<bugTrackerUrl>https://github.com/IfcOpenShell/IfcOpenShell/issues</bugTrackerUrl>
|
||
<tags>blender bim blenderbim ifc python opensource foss</tags>
|
||
<summary>opensource bim</summary>
|
||
<description>opensource bim addon for blender - source code at: https://github.com/IfcOpenShell/IfcOpenShell</description>
|
||
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
|
||
|
||
<dependencies>
|
||
<dependency id="blender" version="latest_blender_version_maj_min_pat" />
|
||
<dependency id="7zip" version="22.1"/>
|
||
</dependencies>
|
||
</metadata>
|
||
<files>
|
||
<file src="tools\**" target="tools" />
|
||
</files>
|
||
</package>
|