Skip to content

Commit

Permalink
Increased release version to 2022.2.1. Added release notes. (#333)
Browse files Browse the repository at this point in the history
* Increased release version to 2022.2.1. Added release notes.
  • Loading branch information
tsemeo authored Jul 29, 2021
1 parent d86595d commit 667e241
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,25 @@ <h2 id="VersionHistory" name="VersionHistory">Version History</h2>

<div class="versionset">

<div class="version">22.2.1.0</div><div class="versioninfo-bullet">

<br><p>
General:
<ul>
<li>This version contains two improvements since the latest release of 22.2.0.0.
</ul>
<br>
</p>
<p>
Improvements:
<ul>
<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.
<li>Added license text for Autodesk.SteelConnections.ASIFC.dll and ANTLR 4 to README and LICENSE.rtf.
</ul>
</p>
</div>
<br>

<div class="version">22.2.0.0</div><div class="versioninfo-bullet">

<br><p>
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 @@ -8,7 +8,7 @@
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2022" SeriesMax="R2022" />
<Components Description="2022">
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2022" SeriesMax="R2022" />
<ComponentEntry AppName="IFC For Revit 2022" Version="22.2.0" ModuleName="./Contents/2022/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2022" />
<ComponentEntry AppName="IFC For Revit 2022" Version="22.2.0" ModuleName="./Contents/2022/Revit.IFC.addin" AppDescription="IFC For Revit 2022" />
<ComponentEntry AppName="IFC For Revit 2022" Version="22.2.1" ModuleName="./Contents/2022/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2022" />
<ComponentEntry AppName="IFC For Revit 2022" Version="22.2.1" ModuleName="./Contents/2022/Revit.IFC.addin" AppDescription="IFC For Revit 2022" />
</Components>
</ApplicationPackage>
2 changes: 1 addition & 1 deletion Install/RevitIFCSetupWix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">

<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">
<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">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
2 changes: 1 addition & 1 deletion Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>3.8</ProductVersion>
<ProjectGuid>7dfbd495-c588-4c7b-b8f6-5b793adb06f2</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>IFC for Revit 2022.2.0.0</OutputName>
<OutputName>IFC for Revit 2022.2.1.0</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
Expand Down
8 changes: 4 additions & 4 deletions Install/RevitIFCSetupWix/buildInstaller.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ rem It is necessary to add the Wix bin directory to the system path temporarily
SET PATH=%PATH%;%WixRoot%

candle.exe -dProjectDir=%2 -ext WixUtilExtension %2Product.wxs
light.exe -ext WixUtilExtension -out RevitIFC2022.2.0.msi product.wixobj -ext WixUIExtension
light.exe -ext WixUtilExtension -out RevitIFC2022.2.1.msi product.wixobj -ext WixUIExtension

copy RevitIFC2022.2.0.msi %1..\Releasex64
del RevitIFC2022.1=2.0.msi
copy RevitIFC2022.2.1.msi %1..\Releasex64
del RevitIFC2022.2.1.msi

echo %1..\Releasex64\RevitIFC2022.2.0.msi
echo %1..\Releasex64\RevitIFC2022.2.1.msi
4 changes: 2 additions & 2 deletions Source/IFCExporterUIOverride/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
// The following information is used in the Open Source version as the release version number.
// The number will show up in the Title bar of the export dialog as well as at the IFC header file
// This number must be manually updated prior to releasing the new version
[assembly: AssemblyVersion("22.2.0.0")]
[assembly: AssemblyFileVersion("22.2.0.0")]
[assembly: AssemblyVersion("22.2.1.0")]
[assembly: AssemblyFileVersion("22.2.1.0")]
#endif
4 changes: 2 additions & 2 deletions Source/Revit.IFC.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("22.2.0.0")]
[assembly: AssemblyFileVersion("22.2.0.0")]
[assembly: AssemblyVersion("22.2.1.0")]
[assembly: AssemblyFileVersion("22.2.1.0")]
#endif


Expand Down
4 changes: 2 additions & 2 deletions Source/Revit.IFC.Export/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("22.2.0.0")]
[assembly: AssemblyFileVersion("22.2.0.0")]
[assembly: AssemblyVersion("22.2.1.0")]
[assembly: AssemblyFileVersion("22.2.1.0")]

#endif

Expand Down
4 changes: 2 additions & 2 deletions Source/Revit.IFC.Import/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("22.2.0.0")]
[assembly: AssemblyFileVersion("22.2.0.0")]
[assembly: AssemblyVersion("22.2.1.0")]
[assembly: AssemblyFileVersion("22.2.1.0")]
#endif

#region Using directives
Expand Down

0 comments on commit 667e241

Please sign in to comment.