Skip to content

Commit cc03daf

Browse files
mattmassonMatt Masson
andauthored
Prepare for 0.5.0 release (#350)
Co-authored-by: Matt Masson <[email protected]>
1 parent 21204f1 commit cc03daf

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

src/constants/PowerQuerySdkExtension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const PublicMsftPqSdkToolsNugetName: string = InternalMsftPqSdkToolsNugetName;
6969
* Inclusive maximum nuget version
7070
* 2.117 or 2.117.x wil limit the version of the sdkTool seized beneath 2.118
7171
*/
72-
const MaximumPqTestNugetVersion: string = "2.140.x" as const;
72+
const MaximumPqTestNugetVersion: string = "2.146.x" as const;
7373
/**
7474
* Exclusive minimum nuget version
7575
* 2.114 or 2.114.x wil limit the version of the sdkTool seized above 2.114.x like 2.115.0
@@ -79,7 +79,7 @@ const MinimumPqTestNugetVersion: string = "2.118.x" as const;
7979
* A suggestedPqTestNugetVersion that would be used as the initially tried pqTest version
8080
* thus, make sure it is lower than `MaximumPqTestNugetVersion` if it were specified
8181
*/
82-
const SuggestedPqTestNugetVersion: string = "2.127.2" as const;
82+
const SuggestedPqTestNugetVersion: string = "2.139.3" as const;
8383

8484
const PqTestSubPath: string[] = [
8585
`${InternalMsftPqSdkToolsNugetName}.${SuggestedPqTestNugetVersion}`,

webviews/pq-test-result-view/package-lock.json

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

0 commit comments

Comments
 (0)