File tree 9 files changed +35
-16
lines changed
Program Files to Install/bundle
IFCExporterUIOverride/Properties
Revit.IFC.Common/Properties
Revit.IFC.Export/Properties
Revit.IFC.Import/Properties
9 files changed +35
-16
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,25 @@ <h2 id="VersionHistory" name="VersionHistory">Version History</h2>
238
238
239
239
< div class ="versionset ">
240
240
241
+ < div class ="version "> 22.2.1.0</ div > < div class ="versioninfo-bullet ">
242
+
243
+ < br > < p >
244
+ General:
245
+ < ul >
246
+ < li > This version contains two improvements since the latest release of 22.2.0.0.
247
+ </ ul >
248
+ < br >
249
+ </ p >
250
+ < p >
251
+ Improvements:
252
+ < ul >
253
+ < li > Updated installer by including Autodesk.SteelConnections.ASIFC.dll into it. This one and all subsequent installers will be able to update this file if necessary.
254
+ < li > Added license text for Autodesk.SteelConnections.ASIFC.dll and ANTLR 4 to README and LICENSE.rtf.
255
+ </ ul >
256
+ </ p >
257
+ </ div >
258
+ < br >
259
+
241
260
< div class ="version "> 22.2.0.0</ div > < div class ="versioninfo-bullet ">
242
261
243
262
< br > < p >
Original file line number Diff line number Diff line change 8
8
<RuntimeRequirements OS =" Win64" Platform =" Revit" SeriesMin =" R2022" SeriesMax =" R2022" />
9
9
<Components Description =" 2022" >
10
10
<RuntimeRequirements OS =" Win64" Platform =" Revit" SeriesMin =" R2022" SeriesMax =" R2022" />
11
- <ComponentEntry AppName =" IFC For Revit 2022" Version =" 22.2.0 " ModuleName =" ./Contents/2022/IFCExporterUIOverride.addin" AppDescription =" IFC For Revit 2022" />
12
- <ComponentEntry AppName =" IFC For Revit 2022" Version =" 22.2.0 " ModuleName =" ./Contents/2022/Revit.IFC.addin" AppDescription =" IFC For Revit 2022" />
11
+ <ComponentEntry AppName =" IFC For Revit 2022" Version =" 22.2.1 " ModuleName =" ./Contents/2022/IFCExporterUIOverride.addin" AppDescription =" IFC For Revit 2022" />
12
+ <ComponentEntry AppName =" IFC For Revit 2022" Version =" 22.2.1 " ModuleName =" ./Contents/2022/Revit.IFC.addin" AppDescription =" IFC For Revit 2022" />
13
13
</Components >
14
14
</ApplicationPackage >
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 =" C6F3E070-849C-4792-88B2-612BF9E65B78 " Name =" Revit IFC 2022" Language =" 1033" Version =" 22.2.0 .0" Manufacturer =" Autodesk" UpgradeCode =" 254F4C8A-9ECA-4690-A718-21ACD3849485" >
5
+ <Product Id =" C72C0DBE-435A-4020-AD66-CEF6AA69C1A2 " Name =" Revit IFC 2022" Language =" 1033" Version =" 22.2.1 .0" Manufacturer =" Autodesk" UpgradeCode =" 254F4C8A-9ECA-4690-A718-21ACD3849485" >
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 6
6
<ProductVersion >3.8</ProductVersion >
7
7
<ProjectGuid >7dfbd495-c588-4c7b-b8f6-5b793adb06f2</ProjectGuid >
8
8
<SchemaVersion >2.0</SchemaVersion >
9
- <OutputName >IFC for Revit 2022.2.0 .0</OutputName >
9
+ <OutputName >IFC for Revit 2022.2.1 .0</OutputName >
10
10
<OutputType >Package</OutputType >
11
11
<WixTargetsPath Condition =" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' " >$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
12
12
<WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
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 RevitIFC2022.2.0 .msi product.wixobj -ext WixUIExtension
14
+ light.exe -ext WixUtilExtension -out RevitIFC2022.2.1 .msi product.wixobj -ext WixUIExtension
15
15
16
- copy RevitIFC2022.2.0 .msi %1 ..\Releasex64
17
- del RevitIFC2022.1=2.0 .msi
16
+ copy RevitIFC2022.2.1 .msi %1 ..\Releasex64
17
+ del RevitIFC2022.2.1 .msi
18
18
19
- echo %1 ..\Releasex64\RevitIFC2022.2.0 .msi
19
+ echo %1 ..\Releasex64\RevitIFC2022.2.1 .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 ( "22.2.0 .0" ) ]
70
- [ assembly: AssemblyFileVersion ( "22.2.0 .0" ) ]
69
+ [ assembly: AssemblyVersion ( "22.2.1 .0" ) ]
70
+ [ assembly: AssemblyFileVersion ( "22.2.1 .0" ) ]
71
71
#endif
Original file line number Diff line number Diff line change 13
13
[ assembly: AssemblyTrademark ( "" ) ]
14
14
[ assembly: AssemblyCulture ( "" ) ]
15
15
16
- [ assembly: AssemblyVersion ( "22.2.0 .0" ) ]
17
- [ assembly: AssemblyFileVersion ( "22.2.0 .0" ) ]
16
+ [ assembly: AssemblyVersion ( "22.2.1 .0" ) ]
17
+ [ assembly: AssemblyFileVersion ( "22.2.1 .0" ) ]
18
18
#endif
19
19
20
20
Original file line number Diff line number Diff line change 14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
17
- [ assembly: AssemblyVersion ( "22.2.0 .0" ) ]
18
- [ assembly: AssemblyFileVersion ( "22.2.0 .0" ) ]
17
+ [ assembly: AssemblyVersion ( "22.2.1 .0" ) ]
18
+ [ assembly: AssemblyFileVersion ( "22.2.1 .0" ) ]
19
19
20
20
#endif
21
21
Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyTrademark ( "" ) ]
13
13
[ assembly: AssemblyCulture ( "" ) ]
14
14
15
- [ assembly: AssemblyVersion ( "22.2.0 .0" ) ]
16
- [ assembly: AssemblyFileVersion ( "22.2.0 .0" ) ]
15
+ [ assembly: AssemblyVersion ( "22.2.1 .0" ) ]
16
+ [ assembly: AssemblyFileVersion ( "22.2.1 .0" ) ]
17
17
#endif
18
18
19
19
#region Using directives
You can’t perform that action at this time.
0 commit comments