From 4433a6acfe2a2f418389e227ba94c319c41b1347 Mon Sep 17 00:00:00 2001 From: Ger Hobbelt Date: Thu, 29 Oct 2020 02:05:42 +0100 Subject: [PATCH] bumped build revision for test release for https://github.com/jimmejardine/qiqqa-open-source/issues/257 --- Qiqqa.Build/ClientVersion.xml | 2 +- .../ClickOnceUninstaller/ClickOnceUninstaller.csproj | 2 +- .../ClickOnceUninstaller/Properties/AssemblyInfo.cs | 4 ++-- Qiqqa/Properties/AssemblyInfo.cs | 4 ++-- Qiqqa/Qiqqa.csproj | 2 +- QiqqaHasher/Properties/AssemblyInfo.cs | 6 +++--- QiqqaLegacyFileFormats/Properties/AssemblyInfo.cs | 4 ++-- QiqqaLegacyFileFormats/QiqqaLegacyFileFormats.csproj | 2 +- QiqqaOCR/Properties/AssemblyInfo.cs | 4 ++-- QiqqaOCR/QiqqaOCR.csproj | 2 +- QiqqaPackager/Properties/AssemblyInfo.cs | 4 ++-- QiqqaPackager/QiqqaPackager.csproj | 2 +- QiqqaSystemTester/Properties/AssemblyInfo.cs | 4 ++-- QiqqaTestHelpers/Properties/AssemblyInfo.cs | 4 ++-- QiqqaToolBench/Properties/AssemblyInfo.cs | 4 ++-- QiqqaUIControls/Properties/AssemblyInfo.cs | 6 +++--- QiqqaUIPartsTester/Properties/AssemblyInfo.cs | 6 +++--- QiqqaUnitTester/Properties/AssemblyInfo.cs | 6 +++--- QiqqaVersionMigrator/Properties/AssemblyInfo.cs | 4 ++-- QiqqaVersionMigrator/QiqqaVersionMigrator.csproj | 2 +- .../Async All The Way Demo/Properties/AssemblyInfo.cs | 6 +++--- .../Bulk PDF Inspection Tool/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Lucene Search Demo/Properties/AssemblyInfo.cs | 6 +++--- Technology Tests/NTFS ADS Viewer/Properties/AssemblyInfo.cs | 6 +++--- .../OCR Toolchain Demo/Properties/AssemblyInfo.cs | 6 +++--- .../PDF Interactive Viewer/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Upgrade To SHA256/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../WPF Theme Tester/Properties/AssemblyInfo.cs | 6 +++--- Technology Tests/Wpf.UI+CLI.App/Properties/AssemblyInfo.cs | 6 +++--- Technology Tests/WpfBrowserApp1/Properties/AssemblyInfo.cs | 6 +++--- Utilities/AssemblyInfo.cs | 4 ++-- Utilities/Misc/Constants.cs | 4 ++-- Utilities/Utilities.csproj | 2 +- icons/Properties/AssemblyInfo.cs | 4 ++-- icons/icons.csproj | 2 +- libs/Properties/AssemblyInfo.cs | 4 ++-- libs/libs.csproj | 2 +- package.json | 2 +- 43 files changed, 94 insertions(+), 94 deletions(-) diff --git a/Qiqqa.Build/ClientVersion.xml b/Qiqqa.Build/ClientVersion.xml index 04eeb9c65..d304a32f0 100644 --- a/Qiqqa.Build/ClientVersion.xml +++ b/Qiqqa.Build/ClientVersion.xml @@ -1,6 +1,6 @@ - 82.0.7568.29227 + 82.0.7576.3604 81 diff --git a/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/ClickOnceUninstaller.csproj b/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/ClickOnceUninstaller.csproj index 96c16c49c..8fa5f5f44 100644 --- a/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/ClickOnceUninstaller.csproj +++ b/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/ClickOnceUninstaller.csproj @@ -25,7 +25,7 @@ false true 0 - 82.0.7568.29227 + 82.0.7576.3604 false false true diff --git a/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/Properties/AssemblyInfo.cs b/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/Properties/AssemblyInfo.cs index 77d5006f4..d7a299c23 100644 --- a/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/Properties/AssemblyInfo.cs +++ b/Qiqqa.Build/Packaging/ClickOnceUninstaller/ClickOnceUninstaller/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Qiqqa/Properties/AssemblyInfo.cs b/Qiqqa/Properties/AssemblyInfo.cs index 79664f5d7..8f3a13a0e 100644 --- a/Qiqqa/Properties/AssemblyInfo.cs +++ b/Qiqqa/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] [assembly: AssemblyCompany("Quantisle")] [assembly: AssemblyCopyright("Copyright © Quantisle 2010-2020. All rights reserved.")] diff --git a/Qiqqa/Qiqqa.csproj b/Qiqqa/Qiqqa.csproj index 29d3e07cd..04ed9646c 100644 --- a/Qiqqa/Qiqqa.csproj +++ b/Qiqqa/Qiqqa.csproj @@ -52,7 +52,7 @@ publish.htm false 0 - 82.0.7568.29227 + 82.0.7576.3604 false true true diff --git a/QiqqaHasher/Properties/AssemblyInfo.cs b/QiqqaHasher/Properties/AssemblyInfo.cs index ebd251eb0..bbe59ca92 100644 --- a/QiqqaHasher/Properties/AssemblyInfo.cs +++ b/QiqqaHasher/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaLegacyFileFormats/Properties/AssemblyInfo.cs b/QiqqaLegacyFileFormats/Properties/AssemblyInfo.cs index 253c70f6a..37bffea15 100644 --- a/QiqqaLegacyFileFormats/Properties/AssemblyInfo.cs +++ b/QiqqaLegacyFileFormats/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaLegacyFileFormats/QiqqaLegacyFileFormats.csproj b/QiqqaLegacyFileFormats/QiqqaLegacyFileFormats.csproj index 58be1428a..c4f2e0d91 100644 --- a/QiqqaLegacyFileFormats/QiqqaLegacyFileFormats.csproj +++ b/QiqqaLegacyFileFormats/QiqqaLegacyFileFormats.csproj @@ -48,7 +48,7 @@ false true 0 - 82.0.7568.29227 + 82.0.7576.3604 false false true diff --git a/QiqqaOCR/Properties/AssemblyInfo.cs b/QiqqaOCR/Properties/AssemblyInfo.cs index 2557b45b4..bfbacefd4 100644 --- a/QiqqaOCR/Properties/AssemblyInfo.cs +++ b/QiqqaOCR/Properties/AssemblyInfo.cs @@ -14,8 +14,8 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] [assembly: AssemblyCompany("Quantisle")] [assembly: AssemblyProduct("QiqqaOCR")] [assembly: AssemblyCopyright("Copyright © Quantisle 2010-2020. All rights reserved.")] diff --git a/QiqqaOCR/QiqqaOCR.csproj b/QiqqaOCR/QiqqaOCR.csproj index 1ff61772f..85632bab6 100644 --- a/QiqqaOCR/QiqqaOCR.csproj +++ b/QiqqaOCR/QiqqaOCR.csproj @@ -34,7 +34,7 @@ false true 0 - 82.0.7568.29227 + 82.0.7576.3604 false true diff --git a/QiqqaPackager/Properties/AssemblyInfo.cs b/QiqqaPackager/Properties/AssemblyInfo.cs index 2cb2ab491..36d1d9219 100644 --- a/QiqqaPackager/Properties/AssemblyInfo.cs +++ b/QiqqaPackager/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaPackager/QiqqaPackager.csproj b/QiqqaPackager/QiqqaPackager.csproj index 393cea0ea..f13514d0c 100644 --- a/QiqqaPackager/QiqqaPackager.csproj +++ b/QiqqaPackager/QiqqaPackager.csproj @@ -23,7 +23,7 @@ false true 0 - 82.0.7568.29227 + 82.0.7576.3604 false false true diff --git a/QiqqaSystemTester/Properties/AssemblyInfo.cs b/QiqqaSystemTester/Properties/AssemblyInfo.cs index 493101258..ac90a090b 100644 --- a/QiqqaSystemTester/Properties/AssemblyInfo.cs +++ b/QiqqaSystemTester/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] [assembly: AssemblyCompany("Quantisle")] [assembly: AssemblyCopyright("Copyright © Quantisle 2010-2020. All rights reserved.")] diff --git a/QiqqaTestHelpers/Properties/AssemblyInfo.cs b/QiqqaTestHelpers/Properties/AssemblyInfo.cs index b37dbe8bb..68f5538a6 100644 --- a/QiqqaTestHelpers/Properties/AssemblyInfo.cs +++ b/QiqqaTestHelpers/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaToolBench/Properties/AssemblyInfo.cs b/QiqqaToolBench/Properties/AssemblyInfo.cs index 6d253f2a2..81b308192 100644 --- a/QiqqaToolBench/Properties/AssemblyInfo.cs +++ b/QiqqaToolBench/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaUIControls/Properties/AssemblyInfo.cs b/QiqqaUIControls/Properties/AssemblyInfo.cs index 21d648a53..e0868f7bc 100644 --- a/QiqqaUIControls/Properties/AssemblyInfo.cs +++ b/QiqqaUIControls/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaUIPartsTester/Properties/AssemblyInfo.cs b/QiqqaUIPartsTester/Properties/AssemblyInfo.cs index de3761156..59a0c78a3 100644 --- a/QiqqaUIPartsTester/Properties/AssemblyInfo.cs +++ b/QiqqaUIPartsTester/Properties/AssemblyInfo.cs @@ -48,6 +48,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaUnitTester/Properties/AssemblyInfo.cs b/QiqqaUnitTester/Properties/AssemblyInfo.cs index c11fbc495..2d7d73ebb 100644 --- a/QiqqaUnitTester/Properties/AssemblyInfo.cs +++ b/QiqqaUnitTester/Properties/AssemblyInfo.cs @@ -10,9 +10,9 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] [assembly: AssemblyCompany("Quantisle")] [assembly: AssemblyCopyright("Copyright © Quantisle 2010-2020. All rights reserved.")] diff --git a/QiqqaVersionMigrator/Properties/AssemblyInfo.cs b/QiqqaVersionMigrator/Properties/AssemblyInfo.cs index 1490edc5f..4e3b28df2 100644 --- a/QiqqaVersionMigrator/Properties/AssemblyInfo.cs +++ b/QiqqaVersionMigrator/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/QiqqaVersionMigrator/QiqqaVersionMigrator.csproj b/QiqqaVersionMigrator/QiqqaVersionMigrator.csproj index bc211b8ce..10d39e2c2 100644 --- a/QiqqaVersionMigrator/QiqqaVersionMigrator.csproj +++ b/QiqqaVersionMigrator/QiqqaVersionMigrator.csproj @@ -27,7 +27,7 @@ false false true - 82.0.7568.29227 + 82.0.7576.3604 false false true diff --git a/Technology Tests/Async All The Way Demo/Properties/AssemblyInfo.cs b/Technology Tests/Async All The Way Demo/Properties/AssemblyInfo.cs index 4deeec9d7..0edaccf00 100644 --- a/Technology Tests/Async All The Way Demo/Properties/AssemblyInfo.cs +++ b/Technology Tests/Async All The Way Demo/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/Bulk PDF Inspection Tool/Properties/AssemblyInfo.cs b/Technology Tests/Bulk PDF Inspection Tool/Properties/AssemblyInfo.cs index a273f1308..c199e600d 100644 --- a/Technology Tests/Bulk PDF Inspection Tool/Properties/AssemblyInfo.cs +++ b/Technology Tests/Bulk PDF Inspection Tool/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/CEFSharp Functionality and Viability Demo/Properties/AssemblyInfo.cs b/Technology Tests/CEFSharp Functionality and Viability Demo/Properties/AssemblyInfo.cs index 8dc47a1a9..df7cf9743 100644 --- a/Technology Tests/CEFSharp Functionality and Viability Demo/Properties/AssemblyInfo.cs +++ b/Technology Tests/CEFSharp Functionality and Viability Demo/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/D3 Visualization With Qiqqa Web Server Demo/Properties/AssemblyInfo.cs b/Technology Tests/D3 Visualization With Qiqqa Web Server Demo/Properties/AssemblyInfo.cs index b0d0ab96b..4f71eca59 100644 --- a/Technology Tests/D3 Visualization With Qiqqa Web Server Demo/Properties/AssemblyInfo.cs +++ b/Technology Tests/D3 Visualization With Qiqqa Web Server Demo/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/Lucene Search Demo/Properties/AssemblyInfo.cs b/Technology Tests/Lucene Search Demo/Properties/AssemblyInfo.cs index 4d6b95fbe..8d61890ed 100644 --- a/Technology Tests/Lucene Search Demo/Properties/AssemblyInfo.cs +++ b/Technology Tests/Lucene Search Demo/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/NTFS ADS Viewer/Properties/AssemblyInfo.cs b/Technology Tests/NTFS ADS Viewer/Properties/AssemblyInfo.cs index c8069866a..983ba11e6 100644 --- a/Technology Tests/NTFS ADS Viewer/Properties/AssemblyInfo.cs +++ b/Technology Tests/NTFS ADS Viewer/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/OCR Toolchain Demo/Properties/AssemblyInfo.cs b/Technology Tests/OCR Toolchain Demo/Properties/AssemblyInfo.cs index 680c32999..1a23f2424 100644 --- a/Technology Tests/OCR Toolchain Demo/Properties/AssemblyInfo.cs +++ b/Technology Tests/OCR Toolchain Demo/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/PDF Interactive Viewer/Properties/AssemblyInfo.cs b/Technology Tests/PDF Interactive Viewer/Properties/AssemblyInfo.cs index ed78ff45a..c739944b0 100644 --- a/Technology Tests/PDF Interactive Viewer/Properties/AssemblyInfo.cs +++ b/Technology Tests/PDF Interactive Viewer/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/Running Background NodeJS Tasks/Properties/AssemblyInfo.cs b/Technology Tests/Running Background NodeJS Tasks/Properties/AssemblyInfo.cs index dad556ba7..b89f9cdd7 100644 --- a/Technology Tests/Running Background NodeJS Tasks/Properties/AssemblyInfo.cs +++ b/Technology Tests/Running Background NodeJS Tasks/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/UI Look and Feel Demo (Themed)/Properties/AssemblyInfo.cs b/Technology Tests/UI Look and Feel Demo (Themed)/Properties/AssemblyInfo.cs index 5b423b547..ccdb384cc 100644 --- a/Technology Tests/UI Look and Feel Demo (Themed)/Properties/AssemblyInfo.cs +++ b/Technology Tests/UI Look and Feel Demo (Themed)/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/Upgrade To SHA256/Properties/AssemblyInfo.cs b/Technology Tests/Upgrade To SHA256/Properties/AssemblyInfo.cs index 0c81f8ee3..133ff0e72 100644 --- a/Technology Tests/Upgrade To SHA256/Properties/AssemblyInfo.cs +++ b/Technology Tests/Upgrade To SHA256/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/WPF Rich BibTeX Editor+Validator/Properties/AssemblyInfo.cs b/Technology Tests/WPF Rich BibTeX Editor+Validator/Properties/AssemblyInfo.cs index f8ae29355..40a4a4850 100644 --- a/Technology Tests/WPF Rich BibTeX Editor+Validator/Properties/AssemblyInfo.cs +++ b/Technology Tests/WPF Rich BibTeX Editor+Validator/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/WPF Theme Tester/Properties/AssemblyInfo.cs b/Technology Tests/WPF Theme Tester/Properties/AssemblyInfo.cs index 3edd35e9b..7f3ea7c91 100644 --- a/Technology Tests/WPF Theme Tester/Properties/AssemblyInfo.cs +++ b/Technology Tests/WPF Theme Tester/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/Wpf.UI+CLI.App/Properties/AssemblyInfo.cs b/Technology Tests/Wpf.UI+CLI.App/Properties/AssemblyInfo.cs index 31de290fa..ba89b5b43 100644 --- a/Technology Tests/Wpf.UI+CLI.App/Properties/AssemblyInfo.cs +++ b/Technology Tests/Wpf.UI+CLI.App/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Technology Tests/WpfBrowserApp1/Properties/AssemblyInfo.cs b/Technology Tests/WpfBrowserApp1/Properties/AssemblyInfo.cs index 7021f01c3..d27bbc6c1 100644 --- a/Technology Tests/WpfBrowserApp1/Properties/AssemblyInfo.cs +++ b/Technology Tests/WpfBrowserApp1/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +// [assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/Utilities/AssemblyInfo.cs b/Utilities/AssemblyInfo.cs index b60a49589..137087de9 100644 --- a/Utilities/AssemblyInfo.cs +++ b/Utilities/AssemblyInfo.cs @@ -1,7 +1,7 @@ using System.Reflection; -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] [assembly: AssemblyCompany("Quantisle")] [assembly: AssemblyCopyright("Copyright © Quantisle 2010-2020. All rights reserved.")] diff --git a/Utilities/Misc/Constants.cs b/Utilities/Misc/Constants.cs index 95ef7a5bf..ba01fb82b 100644 --- a/Utilities/Misc/Constants.cs +++ b/Utilities/Misc/Constants.cs @@ -17,8 +17,8 @@ public class Constants // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv public const string QiqqaDevProjectDir = "W:/Projects/sites/library.visyond.gov/80/lib/tooling/qiqqa/Utilities/"; public const string QiqqaDevSolutionDir = "W:/Projects/sites/library.visyond.gov/80/lib/tooling/qiqqa/"; - public const string QiqqaDevTargetDir = "W:/Projects/sites/library.visyond.gov/80/lib/tooling/qiqqa/Utilities/bin/Debug/"; - public const string QiqqaDevBuild = "Debug"; + public const string QiqqaDevTargetDir = "W:/Projects/sites/library.visyond.gov/80/lib/tooling/qiqqa/Utilities/bin/Release/"; + public const string QiqqaDevBuild = "Release"; // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // These 4 constants are live-patched by the Pre-build task (Qiqqa.Build/patch_settings_file.js) #endif diff --git a/Utilities/Utilities.csproj b/Utilities/Utilities.csproj index 74c2f56d3..9069c8c3c 100644 --- a/Utilities/Utilities.csproj +++ b/Utilities/Utilities.csproj @@ -48,7 +48,7 @@ false true 0 - 82.0.7568.29227 + 82.0.7576.3604 false false true diff --git a/icons/Properties/AssemblyInfo.cs b/icons/Properties/AssemblyInfo.cs index d6e7a16a3..78584d7be 100644 --- a/icons/Properties/AssemblyInfo.cs +++ b/icons/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/icons/icons.csproj b/icons/icons.csproj index 84120c286..a13b9346a 100644 --- a/icons/icons.csproj +++ b/icons/icons.csproj @@ -27,7 +27,7 @@ false true 0 - 82.0.7568.29227 + 82.0.7576.3604 false false true diff --git a/libs/Properties/AssemblyInfo.cs b/libs/Properties/AssemblyInfo.cs index 0e005e07e..5560575ed 100644 --- a/libs/Properties/AssemblyInfo.cs +++ b/libs/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("82.0.7568.29227")] -[assembly: AssemblyFileVersion("82.0.7568.29227")] +[assembly: AssemblyVersion("82.0.7576.3604")] +[assembly: AssemblyFileVersion("82.0.7576.3604")] diff --git a/libs/libs.csproj b/libs/libs.csproj index e366d37e3..3c0183ad6 100644 --- a/libs/libs.csproj +++ b/libs/libs.csproj @@ -29,7 +29,7 @@ false true 0 - 82.0.7568.29227 + 82.0.7576.3604 false false true diff --git a/package.json b/package.json index 3ddd211b7..3f04940fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qiqqa", - "version": "82.0.7568-29227", + "version": "82.0.7576-3604", "description": "Qiqqa: The essential free research and reference manager. Search for, read and annotate your PDFs. Then review your work, write up and create bibliographies instantly.", "main": "Qiqqa.Build/info.js", "directories": {