@microsoft/teamsfx-core 2.0.3-rc.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.0-rc",
2
+ "version": "^3.0.0",
3
3
  "tagPrefix": "templates@",
4
4
  "tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt",
5
5
  "templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "2.0.3-rc.1",
3
+ "version": "2.0.3",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -215,7 +215,7 @@
215
215
  "resource/**/*",
216
216
  "templates/**/*"
217
217
  ],
218
- "gitHead": "933db1a42ec0fd1e899741960582a7f458c3acb2",
218
+ "gitHead": "557d080d6a31bd86afe301ec5cdaf507e2cff622",
219
219
  "publishConfig": {
220
220
  "access": "public"
221
221
  },
@@ -16,7 +16,7 @@ Some of the changes you may immediately notice are:
16
16
 
17
17
  If you are using Visual Studio version 17.7 or later and developing a bot app locally:
18
18
  * You can use the dev tunnel as your tunneling service. [More Info](https://aka.ms/vs-dev-tunnel-guidance)
19
- * In the debug dropdown menu, select Dev Tunnels > Create A Tunnel (set authentication type to Public) or select an existing public dev tunnel)
19
+ * In the debug dropdown menu, select Dev Tunnels > Create A Tunnel (set authentication type to Public) or select an existing public dev tunnel.
20
20
 
21
21
  If you're using APIM:
22
22
  * You need to provide values to `APIM__PUBLISHEREMAIL` and the `APIM__PUBLISHERNAME` environment variables. [More info](https://aka.ms/teams-toolkit-5.0-upgrade#provision-apim-service)
Binary file
Binary file
Binary file
Binary file