Skip to content

Commit 8550f16

Browse files
authored
Merge pull request #65 from BIDeveloperExtensions/bidshelper-vsix
2.3.2 release
2 parents 5272596 + 7a0d182 commit 8550f16

15 files changed

Lines changed: 427 additions & 49 deletions

Core/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class VersionInfo
99
{
1010
// BIDS Helper Assembly & VSIX Version
1111
// N.B. Manually update the manifest file, if you change this - See source.extension.vsixmanifest
12-
public const string Version = "2.3.1";
12+
public const string Version = "2.3.2";
1313

1414
private static readonly object lockResource = new object();
1515
private static Version visualStudioVersion;
Binary file not shown.
435 KB
Binary file not shown.
-1.7 KB
Binary file not shown.

Manifest/SQL2017/VSPackageVS2017.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>BI Developer Extensions for Visual Studio 2017</value>
122122
</data>
123123
<data name="112" xml:space="preserve">
124-
<value>BI Developer Extensions v2.3.1 for Visual Studio 2017 - An add-in to extend SQL Server Data Tools</value>
124+
<value>BI Developer Extensions v2.3.2 for Visual Studio 2017 - An add-in to extend SQL Server Data Tools</value>
125125
</data>
126126
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
127127
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">

Manifest/SQL2017/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.3.1" Language="en-US" Publisher="bideveloperextensions.github.io" />
4+
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.3.2" Language="en-US" Publisher="bideveloperextensions.github.io" />
55
<DisplayName>BI Developer Extensions for Visual Studio 2017</DisplayName>
66
<Description xml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for BIDS / SSDT that includes numerous enhancements for SQL Server BI projects</Description>
77
<MoreInfo>https://bideveloperextensions.github.io</MoreInfo>

Manifest/SQL2019/VSPackageVS2019.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>BI Developer Extensions for Visual Studio 2019</value>
122122
</data>
123123
<data name="112" xml:space="preserve">
124-
<value>BI Developer Extensions v2.3.0 for Visual Studio 2019 - An add-in to extend SQL Server Data Tools</value>
124+
<value>BI Developer Extensions v2.3.2 for Visual Studio 2019 - An add-in to extend SQL Server Data Tools</value>
125125
</data>
126126
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
127127
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">

Manifest/SQL2019/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d874" Version="2.3.1" Language="en-US" Publisher="bideveloperextensions.github.io" />
4+
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d874" Version="2.3.2" Language="en-US" Publisher="bideveloperextensions.github.io" />
55
<DisplayName>BI Developer Extensions for Visual Studio 2019</DisplayName>
66
<Description xml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for BIDS / SSDT that includes numerous enhancements for SQL Server BI projects</Description>
77
<MoreInfo>https://bideveloperextensions.github.io</MoreInfo>

SQL2019_VS2017_BidsHelper.csproj

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<Compile Include="Core\EditorWindowTag.cs" />
104104
<Compile Include="Core\Enums.cs" />
105105
<Compile Include="Core\FeatureCategory.cs" />
106+
<Compile Include="Core\GitHelper.cs" />
106107
<Compile Include="Core\IWindowActivatedPlugin.cs" />
107108
<Compile Include="Core\Logger\LogLevels.cs" />
108109
<Compile Include="Core\Logger\NullLogger.cs" />
@@ -525,6 +526,8 @@
525526
<Content Include="DLLs\SQL2017\Reference\Microsoft.ReportViewer.Winforms.AppLocal.dll" />
526527
<Content Include="DLLs\SQL2017\Reference\Microsoft.SqlServer.GridControl.dll" />
527528
<Content Include="DLLs\SQL2019\ExpressionEditor.dll" />
529+
<Content Include="DLLs\SQL2019\Reference\FromASFolder\Microsoft.DataWarehouse.Interfaces.AS.DLL" />
530+
<Content Include="DLLs\SQL2019\Reference\LibGit2Sharp.dll" />
528531
<Content Include="DLLs\SQL2019\Reference\Microsoft.AnalysisServices.AdomdClient.dll" />
529532
<Content Include="DLLs\SQL2019\Reference\Microsoft.AnalysisServices.BackEnd.dll" />
530533
<Content Include="DLLs\SQL2019\Reference\Microsoft.AnalysisServices.Common.FrontEnd.dll" />
@@ -719,6 +722,10 @@
719722
<SpecificVersion>False</SpecificVersion>
720723
<HintPath>DLLs\SQL2019\ExpressionEditor.dll</HintPath>
721724
</Reference>
725+
<Reference Include="LibGit2Sharp">
726+
<HintPath>DLLs\SQL2019\Reference\LibGit2Sharp.dll</HintPath>
727+
<Private>False</Private>
728+
</Reference>
722729
<Reference Include="Microsoft.AnalysisServices, Version=15.17.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
723730
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.dll</HintPath>
724731
<SpecificVersion>True</SpecificVersion>
@@ -745,6 +752,17 @@
745752
<Aliases>asAlias</Aliases>
746753
<Private>False</Private>
747754
</Reference>
755+
<Reference Include="Microsoft.DataWarehouse.Interfaces, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
756+
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.Interfaces.DLL</HintPath>
757+
<Aliases>sharedDataWarehouseInterfaces</Aliases>
758+
<Private>False</Private>
759+
</Reference>
760+
<Reference Include="Microsoft.DataWarehouse.Interfaces.AS, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
761+
<HintPath>DLLs\SQL2019\Reference\FromASFolder\Microsoft.DataWarehouse.Interfaces.AS.DLL</HintPath>
762+
<SpecificVersion>False</SpecificVersion>
763+
<Aliases>asDataWarehouseInterfaces</Aliases>
764+
<Private>False</Private>
765+
</Reference>
748766
<Reference Include="Microsoft.DataWarehouse.RS, Version=15.1.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
749767
<SpecificVersion>True</SpecificVersion>
750768
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.RS.dll</HintPath>
@@ -833,7 +851,7 @@
833851
<Reference Include="Microsoft.SqlServer.DlgGrid, Version=15.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
834852
<SpecificVersion>True</SpecificVersion>
835853
<HintPath>DLLs\SQL2019\Reference\Microsoft.SqlServer.DlgGrid.dll</HintPath>
836-
<Private>False</Private>
854+
<Private>True</Private>
837855
</Reference>
838856
<Reference Include="Microsoft.SqlServer.Dts.Design, Version=15.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
839857
<SpecificVersion>True</SpecificVersion>
@@ -897,12 +915,6 @@
897915
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.DLL</HintPath>
898916
<Private>False</Private>
899917
</Reference>
900-
<Reference Include="Microsoft.DataWarehouse.Interfaces, Version=15.1.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
901-
<SpecificVersion>False</SpecificVersion>
902-
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.Interfaces.DLL</HintPath>
903-
<Private>False</Private>
904-
<Aliases>sharedDataWarehouseInterfaces</Aliases>
905-
</Reference>
906918
<Reference Include="Microsoft.DataWarehouse.VsIntegration">
907919
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.VsIntegration.DLL</HintPath>
908920
<Private>False</Private>

SQL2019_VS2019_BidsHelper.csproj

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<Compile Include="Core\EditorWindowTag.cs" />
104104
<Compile Include="Core\Enums.cs" />
105105
<Compile Include="Core\FeatureCategory.cs" />
106+
<Compile Include="Core\GitHelper.cs" />
106107
<Compile Include="Core\IWindowActivatedPlugin.cs" />
107108
<Compile Include="Core\Logger\LogLevels.cs" />
108109
<Compile Include="Core\Logger\NullLogger.cs" />
@@ -525,6 +526,8 @@
525526
<Content Include="DLLs\SQL2017\Reference\Microsoft.ReportViewer.Winforms.AppLocal.dll" />
526527
<Content Include="DLLs\SQL2017\Reference\Microsoft.SqlServer.GridControl.dll" />
527528
<Content Include="DLLs\SQL2019\ExpressionEditor.dll" />
529+
<Content Include="DLLs\SQL2019\Reference\FromASFolder\Microsoft.DataWarehouse.Interfaces.AS.DLL" />
530+
<Content Include="DLLs\SQL2019\Reference\LibGit2Sharp.dll" />
528531
<Content Include="DLLs\SQL2019\Reference\Microsoft.AnalysisServices.AdomdClient.dll" />
529532
<Content Include="DLLs\SQL2019\Reference\Microsoft.AnalysisServices.BackEnd.dll" />
530533
<Content Include="DLLs\SQL2019\Reference\Microsoft.AnalysisServices.Common.FrontEnd.dll" />
@@ -719,6 +722,10 @@
719722
<SpecificVersion>False</SpecificVersion>
720723
<HintPath>DLLs\SQL2019\ExpressionEditor.dll</HintPath>
721724
</Reference>
725+
<Reference Include="LibGit2Sharp">
726+
<HintPath>DLLs\SQL2019\Reference\LibGit2Sharp.dll</HintPath>
727+
<Private>False</Private>
728+
</Reference>
722729
<Reference Include="Microsoft.AnalysisServices, Version=15.17.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
723730
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.dll</HintPath>
724731
<SpecificVersion>True</SpecificVersion>
@@ -745,6 +752,17 @@
745752
<Aliases>asAlias</Aliases>
746753
<Private>False</Private>
747754
</Reference>
755+
<Reference Include="Microsoft.DataWarehouse.Interfaces, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
756+
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.Interfaces.DLL</HintPath>
757+
<Aliases>sharedDataWarehouseInterfaces</Aliases>
758+
<Private>False</Private>
759+
</Reference>
760+
<Reference Include="Microsoft.DataWarehouse.Interfaces.AS, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
761+
<HintPath>DLLs\SQL2019\Reference\FromASFolder\Microsoft.DataWarehouse.Interfaces.AS.DLL</HintPath>
762+
<SpecificVersion>False</SpecificVersion>
763+
<Aliases>asDataWarehouseInterfaces</Aliases>
764+
<Private>False</Private>
765+
</Reference>
748766
<Reference Include="Microsoft.DataWarehouse.RS, Version=15.1.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
749767
<SpecificVersion>True</SpecificVersion>
750768
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.RS.dll</HintPath>
@@ -833,7 +851,7 @@
833851
<Reference Include="Microsoft.SqlServer.DlgGrid, Version=15.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
834852
<SpecificVersion>True</SpecificVersion>
835853
<HintPath>DLLs\SQL2019\Reference\Microsoft.SqlServer.DlgGrid.dll</HintPath>
836-
<Private>False</Private>
854+
<Private>True</Private>
837855
</Reference>
838856
<Reference Include="Microsoft.SqlServer.Dts.Design, Version=15.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
839857
<SpecificVersion>True</SpecificVersion>
@@ -897,12 +915,6 @@
897915
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.DLL</HintPath>
898916
<Private>False</Private>
899917
</Reference>
900-
<Reference Include="Microsoft.DataWarehouse.Interfaces, Version=15.1.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
901-
<SpecificVersion>False</SpecificVersion>
902-
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.Interfaces.DLL</HintPath>
903-
<Private>False</Private>
904-
<Aliases>sharedDataWarehouseInterfaces</Aliases>
905-
</Reference>
906918
<Reference Include="Microsoft.DataWarehouse.VsIntegration">
907919
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.VsIntegration.DLL</HintPath>
908920
<Private>False</Private>

0 commit comments

Comments
 (0)