Skip to content

Commit e80527b

Browse files
authored
Merge pull request #75 from BIDeveloperExtensions/bidshelper-vsix
version 2.3.4
2 parents 529f0a9 + 5a64ccd commit e80527b

30 files changed

Lines changed: 16 additions & 34 deletions

Core/Options/BIDSHelperOptionsVersionCheckPage.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ private void BIDSHelperOptionsVersionCheckPage_Load(object sender, EventArgs e)
134134
(BIDSHelperPackage.SSISExtensionVersion == null ? "N/A" : BIDSHelperPackage.SSISExtensionVersion.ToString()),
135135
(BIDSHelperPackage.SSRSExtensionVersion == null ? "N/A" : BIDSHelperPackage.SSRSExtensionVersion.ToString()));
136136

137-
//release 2.3.0 expected: 2.8.11 SSAS extension or higher, version 2.5.6 SSRS extension or higher, and 2.1 SSIS extension or higher
138-
Version SSASExpectedVersion = new Version("2.8.11");
139-
Version SSRSExpectedVersion = new Version("2.5.6");
137+
//the current BI Developer Extensions version is compatible with the following versions or higher of SSDT extensions
138+
Version SSASExpectedVersion = new Version("2.8.15");
139+
Version SSRSExpectedVersion = new Version("2.5.9");
140140
Version SSISExpectedVersion = new Version("2.1");
141141

142142
string sUpgradeSSDTMessage = string.Empty;

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.3";
12+
public const string Version = "2.3.4";
1313

1414
private static readonly object lockResource = new object();
1515
private static Version visualStudioVersion;
Binary file not shown.
Binary file not shown.
264 Bytes
Binary file not shown.
Binary file not shown.
32 Bytes
Binary file not shown.
-70 KB
Binary file not shown.
7.51 KB
Binary file not shown.
1.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)