Removed retain partitions warning for 1103 models
This commit is contained in:
parent
db5b097ed1
commit
2a1d204c4b
@ -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")]
|
||||
|
@ -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")]
|
||||
|
@ -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")]
|
||||
|
@ -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));
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||
<Metadata>
|
||||
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="4.0.0.12" Language="en-US" Publisher="BISM Normalizer" />
|
||||
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="4.0.0.13" Language="en-US" Publisher="BISM Normalizer" />
|
||||
<DisplayName>BISM Normalizer</DisplayName>
|
||||
<Description xml:space="preserve">BISM Normalizer manages Analysis Services tabular models</Description>
|
||||
<MoreInfo>http://bism-normalizer.com/</MoreInfo>
|
||||
|
Loading…
Reference in New Issue
Block a user