Skip to content

Commit c189913

Browse files
author
Greg Galloway
committed
release 2.4.1
1 parent 471af0d commit c189913

52 files changed

Lines changed: 155 additions & 111 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.

Core/VersionInfo.cs

Lines changed: 3 additions & 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.4.0";
12+
public const string Version = "2.4.1";
1313

1414
private static readonly object lockResource = new object();
1515
private static Version visualStudioVersion;
@@ -133,6 +133,8 @@ public static string SqlServerFriendlyVersion
133133
return "2017";
134134
else if (sVersion.StartsWith("15."))
135135
return "2019";
136+
else if (sVersion.StartsWith("16."))
137+
return "2022";
136138
else
137139
return string.Format("(SQL Unknown {0})", sVersion);
138140
}
Binary file not shown.
-16.5 KB
Binary file not shown.
-512 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.01 KB
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)