Skip to content

Commit

Permalink
Merge pull request #96 from BIDeveloperExtensions/bidshelper-vsix
Browse files Browse the repository at this point in the history
release 2.3.6
  • Loading branch information
furmangg authored Apr 15, 2020
2 parents c2d0452 + d8c7500 commit 83b276a
Show file tree
Hide file tree
Showing 26 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Core/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class VersionInfo
{
// BIDS Helper Assembly & VSIX Version
// N.B. Manually update the manifest file, if you change this - See source.extension.vsixmanifest
public const string Version = "2.3.5";
public const string Version = "2.3.6";

private static readonly object lockResource = new object();
private static Version visualStudioVersion;
Expand Down
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.AdomdClient.dll
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.BackEnd.dll
Binary file not shown.
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Controls.AS.DLL
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Core.dll
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Design.AS.DLL
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Design.DLL
Binary file not shown.
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Project.AS.DLL
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Tabular.dll
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.VSHost.dll
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.AnalysisServices.dll
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.DataWarehouse.AS.dll
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.DataWarehouse.Interfaces.DLL
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.DataWarehouse.RS.dll
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.DataWarehouse.VsIntegration.AS.DLL
Binary file not shown.
Binary file modified DLLs/SQL2019/Reference/Microsoft.DataWarehouse.VsIntegration.RS.DLL
Binary file not shown.
3 changes: 2 additions & 1 deletion DLLs/SQL2019/copy-ssdt-dlls.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ REM copy /Y /B "Microsoft.AnalysisServices.Server.Tabular.dll" "%dest%"
REM copy /Y /B "Microsoft.AnalysisServices.Server.Tabular.Json.dll" "%dest%"

cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\BIShared"
copy /Y /B "Microsoft.AnalysisServices.Design.dll" "%dest%"
REM copy /Y /B "Microsoft.AnalysisServices.Design.dll" "%dest%"


cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSIS\150\Binn"
Expand All @@ -41,6 +41,7 @@ copy /Y /B "Microsoft.DataWarehouse.dll" "%dest%"
copy /Y /B "Microsoft.AnalysisServices.Project.dll" "%dest%"
copy /Y /B "Microsoft.DataWarehouse.VsIntegration.dll" "%dest%"
copy /Y /B "Microsoft.AnalysisServices.Controls.dll" "%dest%"
copy /Y /B "Microsoft.AnalysisServices.Design.dll" "%dest%"


cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSIS"
Expand Down
2 changes: 1 addition & 1 deletion Manifest/SQL2017/VSPackageVS2017.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>BI Developer Extensions for Visual Studio 2017</value>
</data>
<data name="112" xml:space="preserve">
<value>BI Developer Extensions v2.3.5 for Visual Studio 2017 - An add-in to extend SQL Server Data Tools</value>
<value>BI Developer Extensions v2.3.6 for Visual Studio 2017 - An add-in to extend SQL Server Data Tools</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
Expand Down
2 changes: 1 addition & 1 deletion Manifest/SQL2017/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -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="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.3.5" Language="en-US" Publisher="bideveloperextensions.github.io" />
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.3.6" Language="en-US" Publisher="bideveloperextensions.github.io" />
<DisplayName>BI Developer Extensions for Visual Studio 2017</DisplayName>
<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>
<MoreInfo>https://bideveloperextensions.github.io</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion Manifest/SQL2019/VSPackageVS2019.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>BI Developer Extensions for Visual Studio 2019</value>
</data>
<data name="112" xml:space="preserve">
<value>BI Developer Extensions v2.3.5 for Visual Studio 2019 - An add-in to extend SQL Server Data Tools</value>
<value>BI Developer Extensions v2.3.6 for Visual Studio 2019 - An add-in to extend SQL Server Data Tools</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
Expand Down
2 changes: 1 addition & 1 deletion Manifest/SQL2019/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -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="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d874" Version="2.3.5" Language="en-US" Publisher="bideveloperextensions.github.io" />
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d874" Version="2.3.6" Language="en-US" Publisher="bideveloperextensions.github.io" />
<DisplayName>BI Developer Extensions for Visual Studio 2019</DisplayName>
<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>
<MoreInfo>https://bideveloperextensions.github.io</MoreInfo>
Expand Down
10 changes: 5 additions & 5 deletions SQL2019_VS2017_BidsHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -727,23 +727,23 @@
<HintPath>DLLs\SQL2019\Reference\LibGit2Sharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Aliases>localAdomdClient</Aliases>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.Core.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.Tabular.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
Expand All @@ -765,7 +765,7 @@
<Aliases>asDataWarehouseInterfaces</Aliases>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.DataWarehouse.RS, Version=15.8.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.DataWarehouse.RS, Version=15.11.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>True</SpecificVersion>
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.RS.dll</HintPath>
<Aliases>rsAlias</Aliases>
Expand Down
10 changes: 5 additions & 5 deletions SQL2019_VS2019_BidsHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -727,23 +727,23 @@
<HintPath>DLLs\SQL2019\Reference\LibGit2Sharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Aliases>localAdomdClient</Aliases>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.Core.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.4.0.3, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.4.8.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.Tabular.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
Expand All @@ -765,7 +765,7 @@
<Aliases>asDataWarehouseInterfaces</Aliases>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.DataWarehouse.RS, Version=15.8.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Reference Include="Microsoft.DataWarehouse.RS, Version=15.11.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>True</SpecificVersion>
<HintPath>DLLs\SQL2019\Reference\Microsoft.DataWarehouse.RS.dll</HintPath>
<Aliases>rsAlias</Aliases>
Expand Down

0 comments on commit 83b276a

Please sign in to comment.