From 2a1d204c4bd9a12f2d52d291626c52e9a64f081e Mon Sep 17 00:00:00 2001 From: Christian Wade Date: Mon, 24 Jul 2017 12:04:50 -0700 Subject: [PATCH] Removed retain partitions warning for 1103 models --- .../BismNormalizer.CommandLine/Properties/AssemblyInfo.cs | 4 ++-- .../BismNormalizer.IconSetup/Properties/AssemblyInfo.cs | 4 ++-- BismNormalizer/BismNormalizer/Properties/AssemblyInfo.cs | 4 ++-- .../TabularCompare/MultidimensionalMetadata/Comparison.cs | 2 +- BismNormalizer/BismNormalizer/source.extension.vsixmanifest | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BismNormalizer/BismNormalizer.CommandLine/Properties/AssemblyInfo.cs b/BismNormalizer/BismNormalizer.CommandLine/Properties/AssemblyInfo.cs index dc1fb6b..241b25f 100644 --- a/BismNormalizer/BismNormalizer.CommandLine/Properties/AssemblyInfo.cs +++ b/BismNormalizer/BismNormalizer.CommandLine/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("4.0.0.12")] -[assembly: AssemblyFileVersion("4.0.0.12")] +[assembly: AssemblyVersion("4.0.0.13")] +[assembly: AssemblyFileVersion("4.0.0.13")] diff --git a/BismNormalizer/BismNormalizer.IconSetup/Properties/AssemblyInfo.cs b/BismNormalizer/BismNormalizer.IconSetup/Properties/AssemblyInfo.cs index 55985a8..864ffc8 100644 --- a/BismNormalizer/BismNormalizer.IconSetup/Properties/AssemblyInfo.cs +++ b/BismNormalizer/BismNormalizer.IconSetup/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("4.0.0.12")] -[assembly: AssemblyFileVersion("4.0.0.12")] +[assembly: AssemblyVersion("4.0.0.13")] +[assembly: AssemblyFileVersion("4.0.0.13")] diff --git a/BismNormalizer/BismNormalizer/Properties/AssemblyInfo.cs b/BismNormalizer/BismNormalizer/Properties/AssemblyInfo.cs index 785da44..a951c85 100644 --- a/BismNormalizer/BismNormalizer/Properties/AssemblyInfo.cs +++ b/BismNormalizer/BismNormalizer/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // 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("4.0.0.12")] -[assembly: AssemblyFileVersion("4.0.0.12")] +[assembly: AssemblyVersion("4.0.0.13")] +[assembly: AssemblyFileVersion("4.0.0.13")] diff --git a/BismNormalizer/BismNormalizer/TabularCompare/MultidimensionalMetadata/Comparison.cs b/BismNormalizer/BismNormalizer/TabularCompare/MultidimensionalMetadata/Comparison.cs index 4c69f6c..cb62a17 100644 --- a/BismNormalizer/BismNormalizer/TabularCompare/MultidimensionalMetadata/Comparison.cs +++ b/BismNormalizer/BismNormalizer/TabularCompare/MultidimensionalMetadata/Comparison.cs @@ -744,7 +744,7 @@ namespace BismNormalizer.TabularCompare.MultidimensionalMetadata #region Tables //retain partitions depending on option - if (!_comparisonInfo.OptionsInfo.OptionRetainPartitions) + if (_comparisonInfo.OptionsInfo.OptionRetainPartitions) { OnValidationMessage(new ValidationMessageEventArgs("Option to retain partitions is set, but it is not supported for models with compatibility level 1100 or 1103. It will be ignored.", ValidationMessageType.Table, ValidationMessageStatus.Warning)); } diff --git a/BismNormalizer/BismNormalizer/source.extension.vsixmanifest b/BismNormalizer/BismNormalizer/source.extension.vsixmanifest index b614ab4..d83f827 100644 --- a/BismNormalizer/BismNormalizer/source.extension.vsixmanifest +++ b/BismNormalizer/BismNormalizer/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + BISM Normalizer BISM Normalizer manages Analysis Services tabular models http://bism-normalizer.com/