Skip to content

Commit f993adf

Browse files
authored
build: update vsversion to 18.4.2 (#15480)
1 parent 10099aa commit f993adf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/fx-core/src/common/templates-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"localVersion": "6.6.1",
44
"tagPrefix": "templates@",
55
"vstagPrefix": "templates-vs@",
6-
"vsversion": "18.3.0",
6+
"vsversion": "18.4.2",
77
"tagListURL": "https://github.com/OfficeDev/microsoft-365-agents-toolkit/releases/download/template-tag-list/template-tags.txt",
88
"templateDownloadBaseURL": "https://github.com/OfficeDev/microsoft-365-agents-toolkit/releases/download",
99
"templateReleaseURL": "https://github.com/OfficeDev/microsoft-365-agents-toolkit/releases/expanded_assets",

packages/fx-core/tests/component/generator/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe("utils unit test cases", () => {
4949
localVersion: "6.0.0",
5050
tagPrefix: "templates@",
5151
vstagPrefix: "templates-vs@",
52-
vsversion: "18.3.0",
52+
vsversion: "18.4.2",
5353
tagListURL:
5454
"https://github.com/OfficeDev/microsoft-365-agents-toolkit/releases/download/template-tag-list/template-tags.txt",
5555
templateDownloadBaseURL:

templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "6.6.1",
44
"private": "true",
55
"license": "MIT",
6-
"vsversion": "18.3.0",
6+
"vsversion": "18.4.2",
77
"scripts": {
88
"check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
99
"precommit": "npm run check-sensitive && lint-staged",

0 commit comments

Comments
 (0)