From 72c3b48decc0a9f12cd492e3acccac5162210c7a Mon Sep 17 00:00:00 2001 From: Nicolas Pavie Date: Thu, 4 Jan 2024 17:20:46 +0100 Subject: [PATCH] chore(version): 2.8.2 summary: - Improved exception reporting - fixing a bug in handling hyperlinks elements in footnotes --- Common/DaisyAddinLib/Controls/EnumControl.resx | 2 +- Common/DaisyAddinLib/Controls/StrUserControl.resx | 2 +- Common/DaisyAddinLib/ConversionParametersForm.resx | 2 +- Common/DaisyAddinLib/Properties/AssemblyInfo.cs | 4 ++-- Common/DaisyConverterLib/Properties/AssemblyInfo.cs | 4 ++-- CustomActionAddin/Properties/AssemblyInfo.cs | 4 ++-- Installer/DaisyAddinForWordSetup/Product.wxs | 6 +++--- Installer/SaveAsDAISYInstaller/Properties/AssemblyInfo.cs | 4 ++-- Word2007/DaisyWord2007AddIn/AssemblyInfo.cs | 4 ++-- docs/index.md | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Common/DaisyAddinLib/Controls/EnumControl.resx b/Common/DaisyAddinLib/Controls/EnumControl.resx index a2536513..6ad56829 100644 --- a/Common/DaisyAddinLib/Controls/EnumControl.resx +++ b/Common/DaisyAddinLib/Controls/EnumControl.resx @@ -181,6 +181,6 @@ EnumControl - Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.1.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8 + Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.2.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8 \ No newline at end of file diff --git a/Common/DaisyAddinLib/Controls/StrUserControl.resx b/Common/DaisyAddinLib/Controls/StrUserControl.resx index 62cebe76..641f65cc 100644 --- a/Common/DaisyAddinLib/Controls/StrUserControl.resx +++ b/Common/DaisyAddinLib/Controls/StrUserControl.resx @@ -211,6 +211,6 @@ StrUserControl - Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.1.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8 + Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.2.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8 \ No newline at end of file diff --git a/Common/DaisyAddinLib/ConversionParametersForm.resx b/Common/DaisyAddinLib/ConversionParametersForm.resx index 0ca5bf2e..c935a3bd 100644 --- a/Common/DaisyAddinLib/ConversionParametersForm.resx +++ b/Common/DaisyAddinLib/ConversionParametersForm.resx @@ -852,7 +852,7 @@ your document with the Word Accessibility Checker. DestinationControl - Daisy.SaveAsDAISY.Forms.Controls.PathControl, DaisyAddinLib, Version=2.8.1.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8 + Daisy.SaveAsDAISY.Forms.Controls.PathControl, DaisyAddinLib, Version=2.8.2.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8 $this diff --git a/Common/DaisyAddinLib/Properties/AssemblyInfo.cs b/Common/DaisyAddinLib/Properties/AssemblyInfo.cs index 4cf002c4..c8625e62 100755 --- a/Common/DaisyAddinLib/Properties/AssemblyInfo.cs +++ b/Common/DaisyAddinLib/Properties/AssemblyInfo.cs @@ -59,5 +59,5 @@ // // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de révision et de build par défaut // en utilisant '*', comme indiqué ci-dessous : -[assembly: AssemblyVersion("2.8.1.0")] -[assembly: AssemblyFileVersion("2.8.1.0")] +[assembly: AssemblyVersion("2.8.2.0")] +[assembly: AssemblyFileVersion("2.8.2.0")] diff --git a/Common/DaisyConverterLib/Properties/AssemblyInfo.cs b/Common/DaisyConverterLib/Properties/AssemblyInfo.cs index d522b3e5..ce9e45a4 100755 --- a/Common/DaisyConverterLib/Properties/AssemblyInfo.cs +++ b/Common/DaisyConverterLib/Properties/AssemblyInfo.cs @@ -57,5 +57,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("2.8.1.0")] -[assembly: AssemblyFileVersion("2.8.1.0")] +[assembly: AssemblyVersion("2.8.2.0")] +[assembly: AssemblyFileVersion("2.8.2.0")] diff --git a/CustomActionAddin/Properties/AssemblyInfo.cs b/CustomActionAddin/Properties/AssemblyInfo.cs index def6f63c..12fa8349 100755 --- a/CustomActionAddin/Properties/AssemblyInfo.cs +++ b/CustomActionAddin/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.8.1.0")] -[assembly: AssemblyFileVersion("2.8.1.0")] +[assembly: AssemblyVersion("2.8.2.0")] +[assembly: AssemblyFileVersion("2.8.2.0")] diff --git a/Installer/DaisyAddinForWordSetup/Product.wxs b/Installer/DaisyAddinForWordSetup/Product.wxs index 3b4f1241..70c169c7 100644 --- a/Installer/DaisyAddinForWordSetup/Product.wxs +++ b/Installer/DaisyAddinForWordSetup/Product.wxs @@ -9,7 +9,7 @@ --> - + @@ -24,13 +24,13 @@ - - diff --git a/Installer/SaveAsDAISYInstaller/Properties/AssemblyInfo.cs b/Installer/SaveAsDAISYInstaller/Properties/AssemblyInfo.cs index 168ba321..f5a640fe 100644 --- a/Installer/SaveAsDAISYInstaller/Properties/AssemblyInfo.cs +++ b/Installer/SaveAsDAISYInstaller/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.8.1.0")] -[assembly: AssemblyFileVersion("2.8.1.0")] +[assembly: AssemblyVersion("2.8.2.0")] +[assembly: AssemblyFileVersion("2.8.2.0")] diff --git a/Word2007/DaisyWord2007AddIn/AssemblyInfo.cs b/Word2007/DaisyWord2007AddIn/AssemblyInfo.cs index d713310c..0b6a23d4 100755 --- a/Word2007/DaisyWord2007AddIn/AssemblyInfo.cs +++ b/Word2007/DaisyWord2007AddIn/AssemblyInfo.cs @@ -26,7 +26,7 @@ // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.8.1.0")] +[assembly: AssemblyVersion("2.8.2.0")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -49,4 +49,4 @@ [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] -[assembly: AssemblyFileVersion("2.8.1.0")] +[assembly: AssemblyFileVersion("2.8.2.0")] diff --git a/docs/index.md b/docs/index.md index 3b518014..8a4633d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -70,7 +70,7 @@ we would really appreciate it. # Changelog -# 2.8.1 beta (December 2023) +# 2.8.2 beta (January 2024) (This version is under test phase and is not released yet)