Skip to content

Commit

Permalink
Update readme for 21.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wawan Solihin committed Feb 18, 2021
1 parent 21fc575 commit 6cc1eba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,16 @@ <h2 id="VersionHistory" name="VersionHistory">Version History</h2>
<br><p>
General:
<ul>
<li>This is a minor update to release 20.3.1.0 and one improvement that adds basic support to export Area object as IfcSpatialZone
<li>This is a minor update to release 21.2.0.0 and one improvement that adds basic support to export Area object as IfcSpatialZone
</ul>
<br>
<p>
Bugfix:
<ul>
<li>IfcGeographicElement now exports user-defined propertyset
<li>Fixed wrong value for Qto_WallBaseQuantities.GrossVolume
<li>Fixed error during export for a specific object that became invalid in the export process with "Store the IFC GUID in an element after export" option
<li>User defined property set can now be exported for IfcGeographiCElement
<li>Fixed export failure when ZoneClassificationName is set to Room for exporting IfcZone
<li>Corrected GrossVolume quantity information with the correct unit
</ul>

</div>
Expand Down
4 changes: 2 additions & 2 deletions Install/Program Files to Install/bundle/PackageContents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2020" SeriesMax="R2020" />
<Components Description="2021">
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2021" SeriesMax="R2021" />
<ComponentEntry AppName="IFC For Revit 2021" Version="21.2.0" ModuleName="./Contents/2021/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2021" />
<ComponentEntry AppName="IFC For Revit 2021" Version="21.2.0" ModuleName="./Contents/2021/Revit.IFC.addin" AppDescription="IFC For Revit 2021" />
<ComponentEntry AppName="IFC For Revit 2021" Version="21.2.1" ModuleName="./Contents/2021/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2021" />
<ComponentEntry AppName="IFC For Revit 2021" Version="21.2.1" ModuleName="./Contents/2021/Revit.IFC.addin" AppDescription="IFC For Revit 2021" />
</Components>
</ApplicationPackage>
4 changes: 2 additions & 2 deletions Install/RevitIFCSetupWix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@
<File Id ="FILE_IFC_16_PNG" Name="IFCExporter_16.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\IFCExporter_16.png" KeyPath="yes" />
</Component>
<Component Id = "COMP_IFC4RV_A_CERT" Guid="EDC0912A-5AA0-44D6-8272-E8BBB4A99B3B">
<File Id ="FILE_IFC4RV_A_CERT" Name="Software Certifcation Certificate Revit - Architectural export ER.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\Software Certifcation Certificate Revit - Architectural export ER.png" KeyPath="yes" />
<File Id ="FILE_IFC4RV_A_CERT" Name="Software Certification Certificate Revit - Architectural export ER.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\Software Certification Certificate Revit - Architectural export ER.png" KeyPath="yes" />
</Component>
<Component Id = "COMP_IFC4RV_S_CERT" Guid="0D2A0278-2D37-4C20-89C0-5D68AD4A06B3">
<File Id ="FILE_IFC4RV_S_CERT" Name="Software Certifcation Certificate Revit - Structural export ER.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\Software Certifcation Certificate Revit - Structural export ER.png" KeyPath="yes" />
<File Id ="FILE_IFC4RV_S_CERT" Name="Software Certification Certificate Revit - Structural export ER.png" Source="$(var.ProjectDir)..\Program Files to Install\bundle\Contents\Resources\Software Certification Certificate Revit - Structural export ER.png" KeyPath="yes" />
</Component>
</ComponentGroup>

Expand Down

0 comments on commit 6cc1eba

Please sign in to comment.