Skip to content

Commit dd10497

Browse files
author
Greg Galloway
committed
release 2.3.0
fixes to support latest SSDT for VS2017 fixes to SSIS version of Non-Default Properties Report and SSIS performance viz and sortable package properties report to avoid "TargetVersion" error Fix to Roles report for SSAS Tabular when tables have special characters in the names
1 parent 46ef392 commit dd10497

68 files changed

Lines changed: 706 additions & 397 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BidsHelperPackage.cs

Lines changed: 306 additions & 243 deletions
Large diffs are not rendered by default.

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

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

0 commit comments

Comments
 (0)