File tree 8 files changed +32
-16
lines changed
Program Files to Install/bundle/Contents/Resources
IFCExporterUIOverride/Properties
Revit.IFC.Common/Properties
Revit.IFC.Export/Properties
Revit.IFC.Import/Properties
8 files changed +32
-16
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,23 @@ <h3>Support Information</h3>
237
237
< h2 id ="VersionHistory " name ="VersionHistory "> Version History</ h2 >
238
238
239
239
< 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 ">
241
257
< br > < p >
242
258
General:
243
259
< ul >
Original file line number Diff line number Diff line change 2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi"
3
3
xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" >
4
4
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" >
6
6
<Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
7
7
8
8
<MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ rem It is necessary to add the Wix bin directory to the system path temporarily
11
11
SET PATH = %PATH% ;%WixRoot%
12
12
13
13
candle.exe -dProjectDir=%2 -ext WixUtilExtension %2 Product.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
15
15
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
18
18
19
- echo %1 ..\Releasex64\RevitIFC20.3.2 .0.msi
19
+ echo %1 ..\Releasex64\RevitIFC20.3.3 .0.msi
Original file line number Diff line number Diff line change 66
66
// The following information is used in the Open Source version as the release version number.
67
67
// The number will show up in the Title bar of the export dialog as well as at the IFC header file
68
68
// 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" ) ]
71
71
#endif
Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyCopyright ( "© 2012-2021 Autodesk, Inc.All rights reserved." ) ]
13
13
[ assembly: AssemblyTrademark ( "" ) ]
14
14
[ 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" ) ]
17
17
#endif
18
18
19
19
Original file line number Diff line number Diff line change 14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
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" ) ]
19
19
20
20
#endif
21
21
Original file line number Diff line number Diff line change 14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
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" ) ]
19
19
#endif
20
20
21
21
#region Using directives
Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [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" ) ]
You can’t perform that action at this time.
0 commit comments