2022-08-02 10:28:13 +02:00
<?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>
2022-10-07 13:14:04 +02:00
<version > blenderbim_build_version-alpha</version>
2022-08-02 10:28:13 +02:00
<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>
2022-10-07 13:14:04 +02:00
<iconUrl > https://rawcdn.githack.com/IfcOpenShell/IfcOpenShell/c6ee1d1679d1298de0d7447ff108c22709c68e54/choco/blenderbim/blenderbim.png</iconUrl>
2022-08-02 10:28:13 +02:00
<!-- <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>
2024-04-17 13:34:45 +05:00
<docsUrl > https://docs.blenderbim.org/</docsUrl>
2022-08-02 10:28:13 +02:00
<!-- <mailingListUrl></mailingListUrl> -->
<bugTrackerUrl > https://github.com/IfcOpenShell/IfcOpenShell/issues</bugTrackerUrl>
2022-10-07 13:14:04 +02:00
<tags > blender bim blenderbim ifc python opensource foss</tags>
2022-08-02 10:28:13 +02:00
<summary > opensource bim</summary>
2022-10-07 13:14:04 +02:00
<description > opensource bim addon for blender - source code at: https://github.com/IfcOpenShell/IfcOpenShell</description>
2022-08-02 10:28:13 +02:00
<!-- <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>