mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
35 lines
1.9 KiB
XML
35 lines
1.9 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</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/fbpyr/IfcOpenShell/9662598ad4a7e4b6cd8980e430d07263835d0eda/choco/blenderbim/blenderbim.png</iconUrl>
|
|||
|
|
<!-- <copyright>Year Software Vendor</copyright> -->
|
|||
|
|
<licenseUrl>https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/COPYING</licenseUrl>
|
|||
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|||
|
|
<projectSourceUrl>https://github.com/IfcOpenShell/IfcOpenShell</projectSourceUrl>
|
|||
|
|
<docsUrl>https://blenderbim.org/docs/</docsUrl>
|
|||
|
|
<!--<mailingListUrl></mailingListUrl>-->
|
|||
|
|
<bugTrackerUrl>https://github.com/IfcOpenShell/IfcOpenShell/issues</bugTrackerUrl>
|
|||
|
|
<tags>blender bim blenderbim python opensource foss</tags>
|
|||
|
|
<summary>opensource bim</summary>
|
|||
|
|
<description>opensource bim addon for blender</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>
|