Skip to content

Commit ccc7069

Browse files
committed
update version
1 parent e8d9433 commit ccc7069

File tree

10 files changed

+44
-12
lines changed

10 files changed

+44
-12
lines changed
Binary file not shown.

Install/Program Files to Install/DefaultUserDefinedParameterSets.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
# Pressure, Ratio, Real, Text, ThermalTransmittance, ThermodynamicTemperature, Volume,
1515
# VolumetricFlowRate
1616
#
17+
# Since 24.1.0, type properties are not exported in case they are not specified in the user-defined property sets file.
18+
# To export type properties for the IFCElement, for example,
19+
# a user should include "IFCElementType" in the proper .txt file.
20+
#
1721
# Example property set definition for COBie:
1822
#
1923
#PropertySet: COBie_Specification T IfcElementType

Install/Program Files to Install/bundle/Contents/Resources/ADSKIFCExporterHelp.htm

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,34 @@ <h3>Support Information</h3>
236236
<p>or if you have an inquiry specific to this add-in, send us an e-mail to: <a href="mailto:[email protected]">[email protected]</a></p>
237237
<h2 id="VersionHistory" name="VersionHistory">Version History</h2>
238238

239+
<div class="version">24.1.1.6</div><div class="versioninfo-bullet">
240+
<br><p>
241+
General:
242+
<ul>
243+
<li>This is the minor update of IFC Exporter for Revit 2024.
244+
<li>It contains a various improvements and bug fixes for the basic Revit 2024.
245+
</ul>
246+
</p>
247+
<br>
248+
<p>
249+
Bug Fixes:
250+
<ul>
251+
<li>The default import processor has been changed to Hybrid
252+
</ul>
253+
</p>
254+
<br>
255+
<p>
256+
Bug Fixes:
257+
<ul>
258+
<li>Fixed a bunch of potential bugs related to the compatibility with older Revit versions.
259+
<li>Fix sketch-based openings in sloped slabs.
260+
<li>Fixed placement of some specific wall sweep elements.
261+
</ul>
262+
</p>
263+
<br>
264+
</div>
265+
<br>
266+
239267
<div class="version">24.1.0.22</div><div class="versioninfo-bullet">
240268
<br><p>
241269
General:

Install/RevitIFCSetupWix/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
33
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
44

5-
<Product Id="1A9C2C21-24B8-42D2-0000-992E73C12400" Name="Revit IFC 2024" Language="1033" Version="24.1.1.0" Manufacturer="Autodesk" UpgradeCode="1A9C2C21-24B8-42D2-0000-992E73C11B3F">
5+
<Product Id="1A9C2C21-2411-42D2-0000-992E73C12400" Name="Revit IFC 2024" Language="1033" Version="24.1.1.0" Manufacturer="Autodesk" UpgradeCode="1A9C2C21-24B8-42D2-0000-992E73C11B3F">
66
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
77

88
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.8</ProductVersion>
77
<ProjectGuid>7dfbd495-c588-4c7b-b8f6-5b793adb06f2</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>IFC for Revit 2024.1.0.22</OutputName>
9+
<OutputName>IFC for Revit 2024.1.1.6</OutputName>
1010
<OutputType>Package</OutputType>
1111
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
1212
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>

Source/IFCExporterUIOverride/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
// The following information is used in the Open Source version as the release version number.
6767
// The number will show up in the Title bar of the export dialog as well as at the IFC header file
6868
// This number must be manually updated prior to releasing the new version
69-
[assembly: AssemblyVersion("24.1.1.0")]
70-
[assembly: AssemblyFileVersion("24.1.1.0")]
69+
[assembly: AssemblyVersion("24.1.1.6")]
70+
[assembly: AssemblyFileVersion("24.1.1.6")]
7171
#endif

Source/Revit.IFC.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

16-
[assembly: AssemblyVersion("24.1.1.0")]
17-
[assembly: AssemblyFileVersion("24.1.1.0")]
16+
[assembly: AssemblyVersion("24.1.1.6")]
17+
[assembly: AssemblyFileVersion("24.1.1.6")]
1818
#endif
1919

2020

Source/Revit.IFC.Export/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
[assembly: AssemblyVersion("24.1.1.0")]
18-
[assembly: AssemblyFileVersion("24.1.1.0")]
17+
[assembly: AssemblyVersion("24.1.1.6")]
18+
[assembly: AssemblyFileVersion("24.1.1.6")]
1919

2020
#endif
2121

Source/Revit.IFC.Import.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
[assembly: AssemblyDescription("Revit.IFC.Import.Core")]
1414
[assembly: AssemblyCompany("Autodesk")]
1515
[assembly: AssemblyCopyright("@2012-2023 Autodesk, Inc. All rights reserved.")]
16-
[assembly: AssemblyVersion("24.1.1.0")]
17-
[assembly: AssemblyFileVersion("24.1.1.0")]
16+
[assembly: AssemblyVersion("24.1.1.6")]
17+
[assembly: AssemblyFileVersion("24.1.1.6")]
1818

1919
// Version information can now be found in Source\Foundation\RevitENU\Version.cs
2020
//

Source/Revit.IFC.Import/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
[assembly: AssemblyTrademark("")]
1313
[assembly: AssemblyCulture("")]
1414

15-
[assembly: AssemblyVersion("24.1.1.0")]
16-
[assembly: AssemblyFileVersion("24.1.1.0")]
15+
[assembly: AssemblyVersion("24.1.1.6")]
16+
[assembly: AssemblyFileVersion("24.1.1.6")]
1717
#endif
1818

1919
#region Using directives

0 commit comments

Comments
 (0)