Skip to content

Commit a399e71

Browse files
chore. bump version to 0.2.2 (#238)
1 parent 821ee97 commit a399e71

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-powerquery-sdk",
33
"displayName": "Power Query SDK",
44
"description": "Power Query Connector SDK",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"author": "Microsoft Corporation",
77
"license": "MIT",
88
"homepage": "https://github.com/microsoft/vscode-powerquery-sdk#readme",

src/constants/PowerQuerySdkExtension.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ const NugetBaseFolder: string = ".nuget" as const;
6262
const InternalMsftPqSdkToolsNugetName: string = "Microsoft.PowerQuery.SdkTools" as const;
6363
const PublicMsftPqSdkToolsNugetName: string = InternalMsftPqSdkToolsNugetName;
6464
/**
65-
* 2.112 or 2.112.x wil limit the version of the sdkTool seized beneath 2.113
65+
* 2.114 or 2.114.x wil limit the version of the sdkTool seized beneath 2.115
6666
*/
67-
const MaximumPqTestNugetVersion: string = "2.112.x" as const;
67+
const MaximumPqTestNugetVersion: string = "2.114.x" as const;
6868
/**
6969
* A suggestedPqTestNugetVersion that would be used as the initially tried pqTest version
7070
* thus, make sure it is lower than `MaximumPqTestNugetVersion` if it were specified
7171
*/
72-
const SuggestedPqTestNugetVersion: string = "2.112.4" as const;
72+
const SuggestedPqTestNugetVersion: string = "2.114.4" as const;
7373

7474
const PqTestSubPath: string[] = [
7575
`${InternalMsftPqSdkToolsNugetName}.${SuggestedPqTestNugetVersion}`,

0 commit comments

Comments
 (0)