Skip to content

Commit 9cfbc9b

Browse files
committed
2.1.0 release
1 parent f41a572 commit 9cfbc9b

13 files changed

Lines changed: 65 additions & 30 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
/.vs/SQL2017_VS2017_BidsHelper/v15/.suo
1010
/UpgradeLog.htm
1111
/SQL2017_VS2017_BidsHelper.user
12+
/.vs/SQL2017_VS2017_BidsHelper/v15
13+
/bin/Release
14+
/obj/Release

BidsHelper2016.pkgdef.bak

0 Bytes
Binary file not shown.

Core/VersionInfo.cs

Lines changed: 2 additions & 2 deletions
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.0.2";
12+
public const string Version = "2.1.0";
1313

1414
private static readonly object lockResource = new object();
1515
private static Version visualStudioVersion;
@@ -73,7 +73,7 @@ public static string VisualStudioFriendlyVersion
7373
case 14:
7474
return "2015";
7575
case 15:
76-
return "\"15\""; // Unofficial
76+
return "2017"; // Unofficial
7777
default:
7878
return string.Format("(VS Unknown {0})", VisualStudioVersion.ToString());
7979
}

Manifest/SQL2016/source.extension.vsixmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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-28027bf7d872" Version="2.0.2" Language="en-US" Publisher="BIDSHelper.codeplex.com" />
5-
<DisplayName>BIDS Helper for Visual Studio 2015</DisplayName>
6-
<Description xml:space="preserve">BIDS Helper is an extension for BIDS / SSDT-BI that includes numerous enhancements for SQL Server BI projects</Description>
7-
<MoreInfo>https://bidshelper.codeplex.com/documentation</MoreInfo>
4+
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d872" Version="2.1.0" Language="en-US" Publisher="bideveloperextensions.github.io" />
5+
<DisplayName>BI Developer Extensions for Visual Studio 2015</DisplayName>
6+
<Description xml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for SSDT that includes numerous enhancements for SQL Server BI projects</Description>
7+
<MoreInfo>https://bideveloperextensions.github.io/</MoreInfo>
88
<License>License.rtf</License>
99
<Icon>BIDSHelper.ico</Icon>
1010
<PreviewImage>BIDSHelperMontage.gif</PreviewImage>

Manifest/SQL2017/VSPackage.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="110" xml:space="preserve">
121-
<value>BIDS Helper 2017 Extension</value>
121+
<value>BI Developer Extensions for Visual Studio 2015</value>
122122
</data>
123123
<data name="112" xml:space="preserve">
124-
<value>BIDS Helper 2017 Visual Studio Extension v2.0.2 - An add-in to extend SQL Server Data Tools</value>
124+
<value>BI Developer Extensions v2.1.0 for Visual Studio 2015 - 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/VSPackageVS2017.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="110" xml:space="preserve">
121-
<value>BIDS Helper 2017 Extension</value>
121+
<value>BI Developer Extensions 2017 Extension</value>
122122
</data>
123123
<data name="112" xml:space="preserve">
124-
<value>BIDS Helper 2017 Visual Studio Extension v2.0.2 - An add-in to extend SQL Server Data Tools</value>
124+
<value>BI Developer Extensions 2017 Visual Studio Extension v2.1.0 - 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.0.2" Language="en-US" Publisher="bideveloperextensions.github.io" />
4+
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.1.0" Language="en-US" Publisher="bideveloperextensions.github.io" />
55
<DisplayName>BI Developer Extensions for Visual Studio 2017</DisplayName>
6-
<Description xml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for BIDS / SSDT-BI that includes numerous enhancements for SQL Server BI projects</Description>
7-
<MoreInfo>https://bidshelper.codeplex.com/documentation</MoreInfo>
6+
<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>
7+
<MoreInfo>https://bideveloperextensions.github.io</MoreInfo>
88
<License>License.rtf</License>
99
<Icon>BIDSHelper.ico</Icon>
1010
<PreviewImage>BIDSHelperMontage.gif</PreviewImage>

Properties/AssemblyInfo.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
using System.Resources;
55
using System.Runtime.InteropServices;
66

7-
[assembly: AssemblyProduct("BIDS Helper")]
8-
[assembly: AssemblyDescription("Provides additional useful features to SQL Server Data Tools (formerly known as BI Development Studio)")]
9-
[assembly: AssemblyCompany("http://bidshelper.codeplex.com/")]
10-
[assembly: AssemblyCopyright("Copyright © 2016 BIDS Helper")]
7+
[assembly: AssemblyProduct("BI Developer Extensions")]
8+
[assembly: AssemblyDescription("BI Developer Extensions (formerly BIDS Helper) provides additional useful features to SQL Server Data Tools")]
9+
[assembly: AssemblyCompany("https://bideveloperextensions.github.io")]
10+
[assembly: AssemblyCopyright("Copyright © 2017 BI Developer Extensions")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313

@@ -19,15 +19,15 @@
1919
[assembly: NeutralResourcesLanguage("en-US")]
2020

2121
#if SQL2017
22-
[assembly: AssemblyTitle("BIDS Helper for SQL Server 2017")]
22+
[assembly: AssemblyTitle("BI Developer Extensions for SQL Server 2017")]
2323
#elif SQL2016
24-
[assembly: AssemblyTitle("BIDS Helper for SQL Server 2016")]
24+
[assembly: AssemblyTitle("BI Developer Extensions for SQL Server 2016")]
2525
#elif SQL2014
26-
[assembly: AssemblyTitle("BIDS Helper for SQL Server 2014")]
26+
[assembly: AssemblyTitle("BI Developer Extensions for SQL Server 2014")]
2727
#elif DENALI
28-
[assembly: AssemblyTitle("BIDS Helper for SQL Server 2012")]
28+
[assembly: AssemblyTitle("BI Developer Extensions for SQL Server 2012")]
2929
#else
30-
Unknown SQL Sever version. Add a new clause for AssemblyTitle
30+
[assembly: AssemblyTitle("BI Developer Extensions for Unknown SQL Server version. Add a new clause for AssemblyTitle")]
3131
#endif
3232

3333
#if DEBUG

SQL2016_BidsHelper.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,9 @@
516516
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
517517
<IncludeInVSIX>true</IncludeInVSIX>
518518
</Content>
519-
<None Include="packages.config" />
519+
<None Include="packages.config">
520+
<SubType>Designer</SubType>
521+
</None>
520522
<None Include="Properties\vsix-compress.props" />
521523
<None Include="Manifest\SQL2016\source.extension.vsixmanifest">
522524
<SubType>Designer</SubType>
@@ -1133,6 +1135,7 @@
11331135
<PropertyGroup Label="VsixCompress">
11341136
<VsixCompressTargets Condition=" '$(VsixCompressTargets)'=='' ">$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\.\packages\VsixCompress.1.0.1\tools\vsix-compress.targets ))</VsixCompressTargets>
11351137
</PropertyGroup>
1138+
<Import Project="$(VsixCompressTargets)" Condition="Exists('$(VsixCompressTargets)')" Label="VsixCompress" />
11361139
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
11371140
<PropertyGroup>
11381141
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
@@ -1141,7 +1144,6 @@
11411144
<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.14.2.25201\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.14.2.25201\build\Microsoft.VSSDK.BuildTools.targets'))" />
11421145
</Target>
11431146
<Import Project="packages\Microsoft.VSSDK.BuildTools.14.2.25201\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.14.2.25201\build\Microsoft.VSSDK.BuildTools.targets')" />
1144-
<Import Project="$(VsixCompressTargets)" Condition="Exists('$(VsixCompressTargets)')" Label="VsixCompress" />
11451147
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
11461148
Other similar extension points exist, see Microsoft.Common.targets.
11471149
<Target Name="BeforeBuild">

SQL2017_VS2017_BidsHelper.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
<IncludeInVSIX>true</IncludeInVSIX>
528528
</Content>
529529
<None Include="packages.config" />
530+
<None Include="packagesVS2017.config" />
530531
<None Include="Properties\vsix-compress.props" />
531532
<None Include="Manifest\SQL2017\source.extension.vsixmanifest">
532533
<SubType>Designer</SubType>
@@ -1142,6 +1143,7 @@
11421143
</PropertyGroup>
11431144
<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props'))" />
11441145
<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets'))" />
1146+
<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props'))" />
11451147
</Target>
11461148
<Import Project="packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" />
11471149
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)