From 667e24109fc2237342196c814837d3d02ca11727 Mon Sep 17 00:00:00 2001 From: tsemeo <87863105+tsemeo@users.noreply.github.com> Date: Thu, 29 Jul 2021 14:20:24 -0500 Subject: [PATCH] Increased release version to 2022.2.1. Added release notes. (#333) * Increased release version to 2022.2.1. Added release notes. --- .../Resources/ADSKIFCExporterHelp.htm | 19 +++++++++++++++++++ .../bundle/PackageContents.xml | 4 ++-- Install/RevitIFCSetupWix/Product.wxs | 2 +- .../RevitIFCSetupWix/RevitIFCSetupWix.wixproj | 2 +- Install/RevitIFCSetupWix/buildInstaller.bat | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- 9 files changed, 35 insertions(+), 16 deletions(-) diff --git a/Install/Program Files to Install/bundle/Contents/Resources/ADSKIFCExporterHelp.htm b/Install/Program Files to Install/bundle/Contents/Resources/ADSKIFCExporterHelp.htm index 48221ee9..ab5fc941 100644 --- a/Install/Program Files to Install/bundle/Contents/Resources/ADSKIFCExporterHelp.htm +++ b/Install/Program Files to Install/bundle/Contents/Resources/ADSKIFCExporterHelp.htm @@ -238,6 +238,25 @@

Version History

+
22.2.1.0
+ +

+ General: +

+
+

+

+ Improvements: +

+

+
+
+
22.2.0.0

diff --git a/Install/Program Files to Install/bundle/PackageContents.xml b/Install/Program Files to Install/bundle/PackageContents.xml index 739d1170..004fd823 100644 --- a/Install/Program Files to Install/bundle/PackageContents.xml +++ b/Install/Program Files to Install/bundle/PackageContents.xml @@ -8,7 +8,7 @@ - - + + \ No newline at end of file diff --git a/Install/RevitIFCSetupWix/Product.wxs b/Install/RevitIFCSetupWix/Product.wxs index 786ea796..655ad2a8 100644 --- a/Install/RevitIFCSetupWix/Product.wxs +++ b/Install/RevitIFCSetupWix/Product.wxs @@ -2,7 +2,7 @@ - + diff --git a/Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj b/Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj index 33910417..7e2f6350 100644 --- a/Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj +++ b/Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj @@ -6,7 +6,7 @@ 3.8 7dfbd495-c588-4c7b-b8f6-5b793adb06f2 2.0 - IFC for Revit 2022.2.0.0 + IFC for Revit 2022.2.1.0 Package $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets diff --git a/Install/RevitIFCSetupWix/buildInstaller.bat b/Install/RevitIFCSetupWix/buildInstaller.bat index 9e091f2b..3c0a8099 100644 --- a/Install/RevitIFCSetupWix/buildInstaller.bat +++ b/Install/RevitIFCSetupWix/buildInstaller.bat @@ -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 diff --git a/Source/IFCExporterUIOverride/Properties/AssemblyInfo.cs b/Source/IFCExporterUIOverride/Properties/AssemblyInfo.cs index cb3d6c32..6e2c73ec 100644 --- a/Source/IFCExporterUIOverride/Properties/AssemblyInfo.cs +++ b/Source/IFCExporterUIOverride/Properties/AssemblyInfo.cs @@ -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 \ No newline at end of file diff --git a/Source/Revit.IFC.Common/Properties/AssemblyInfo.cs b/Source/Revit.IFC.Common/Properties/AssemblyInfo.cs index fdadf9b2..a3b7afbb 100644 --- a/Source/Revit.IFC.Common/Properties/AssemblyInfo.cs +++ b/Source/Revit.IFC.Common/Properties/AssemblyInfo.cs @@ -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 diff --git a/Source/Revit.IFC.Export/Properties/AssemblyInfo.cs b/Source/Revit.IFC.Export/Properties/AssemblyInfo.cs index bdb4b375..0491c450 100644 --- a/Source/Revit.IFC.Export/Properties/AssemblyInfo.cs +++ b/Source/Revit.IFC.Export/Properties/AssemblyInfo.cs @@ -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 diff --git a/Source/Revit.IFC.Import/Properties/AssemblyInfo.cs b/Source/Revit.IFC.Import/Properties/AssemblyInfo.cs index 6007bf13..759daa7c 100644 --- a/Source/Revit.IFC.Import/Properties/AssemblyInfo.cs +++ b/Source/Revit.IFC.Import/Properties/AssemblyInfo.cs @@ -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