Skip to content

Commit 978de49

Browse files
author
Wawan Solihin
committed
Update to 20.3.3.0 for minor release
1 parent 1b43a4a commit 978de49

File tree

8 files changed

+32
-16
lines changed

8 files changed

+32
-16
lines changed

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

+17-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,23 @@ <h3>Support Information</h3>
237237
<h2 id="VersionHistory" name="VersionHistory">Version History</h2>
238238

239239
<div class="versionset">
240-
<div class="version">20.3.2.0</div><div class="versioninfo-bullet">
240+
<div class="version">20.3.3.0</div><div class="versioninfo-bullet">
241+
<br><p>
242+
General:
243+
<ul>
244+
<li>This is a minor update to release 20.3.2 mainly for some bug-fixes.
245+
</ul>
246+
<br>
247+
<p>
248+
Export bugfixes:
249+
<ul>
250+
<li>Fixed an issue that a door always get a new GUID on export when its host is a wall created from FamilyInstance
251+
</ul>
252+
253+
</div>
254+
<br>
255+
256+
<div class="version">20.3.2.0</div><div class="versioninfo-bullet">
241257
<br><p>
242258
General:
243259
<ul>

Install/RevitIFCSetupWix/Product.wxs

+1-1
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="3307236F-2C65-4011-9154-F735E5BE7B99" Name="Revit IFC 2020" Language="1033" Version="20.3.2.0" Manufacturer="Autodesk" UpgradeCode="C14A1765-2F98-4147-85E0-B0DCDB73A5BF">
5+
<Product Id="B973DEFE-6548-4ED7-A68D-97E0D92A0BE9" Name="Revit IFC 2020" Language="1033" Version="20.3.3.0" Manufacturer="Autodesk" UpgradeCode="C14A1765-2F98-4147-85E0-B0DCDB73A5BF">
66
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
77

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

Install/RevitIFCSetupWix/buildInstaller.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ rem It is necessary to add the Wix bin directory to the system path temporarily
1111
SET PATH=%PATH%;%WixRoot%
1212

1313
candle.exe -dProjectDir=%2 -ext WixUtilExtension %2Product.wxs
14-
light.exe -ext WixUtilExtension -out RevitIFC20.3.2.0.msi product.wixobj -ext WixUIExtension
14+
light.exe -ext WixUtilExtension -out RevitIFC20.3.3.0.msi product.wixobj -ext WixUIExtension
1515

16-
copy RevitIFC20.3.2.0.msi %1..\Releasex64
17-
del RevitIFC20.3.2.0.msi
16+
copy RevitIFC20.3.3.0.msi %1..\Releasex64
17+
del RevitIFC20.3.3.0.msi
1818

19-
echo %1..\Releasex64\RevitIFC20.3.2.0.msi
19+
echo %1..\Releasex64\RevitIFC20.3.3.0.msi

Source/IFCExporterUIOverride/Properties/AssemblyInfo.cs

+2-2
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("20.3.2.0")]
70-
[assembly: AssemblyFileVersion("20.3.2.0")]
69+
[assembly: AssemblyVersion("20.3.3.0")]
70+
[assembly: AssemblyFileVersion("20.3.3.0")]
7171
#endif

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
[assembly: AssemblyCopyright("© 2012-2021 Autodesk, Inc.All rights reserved.")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
15-
[assembly: AssemblyVersion("20.3.2.0")]
16-
[assembly: AssemblyFileVersion("20.3.2.0")]
15+
[assembly: AssemblyVersion("20.3.3.0")]
16+
[assembly: AssemblyFileVersion("20.3.3.0")]
1717
#endif
1818

1919

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

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

17-
[assembly: AssemblyVersion("20.3.2.0")]
18-
[assembly: AssemblyFileVersion("20.3.2.0")]
17+
[assembly: AssemblyVersion("20.3.3.0")]
18+
[assembly: AssemblyFileVersion("20.3.3.0")]
1919

2020
#endif
2121

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

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

17-
[assembly: AssemblyVersion("20.3.2.0")]
18-
[assembly: AssemblyFileVersion("20.3.2.0")]
17+
[assembly: AssemblyVersion("20.3.3.0")]
18+
[assembly: AssemblyFileVersion("20.3.3.0")]
1919
#endif
2020

2121
#region Using directives

Source/RevitIFCTools/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("20.3.2.0")]
55-
[assembly: AssemblyFileVersion("20.3.2.0")]
54+
[assembly: AssemblyVersion("20.3.3.0")]
55+
[assembly: AssemblyFileVersion("20.3.3.0")]

0 commit comments

Comments
 (0)