Skip to content

Commit a375ad2

Browse files
Upgrade BlazorWasmDebugging to 1.1.3 (#8187)
* Upgrade BlazorWasmDebugging to 1.1.3 It's been a while since we've published a new version (currently 1.1.0 is the most recent). Incrementing the version because of the addition of #7929, then will walk through publishing on resolution of this PR. My understanding of the publishing process is from the guide written by @captainsafia [here](https://github.com/dotnet/razor/blob/main/src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension/README.dev.md#publishing-the-extension). Please correct me if this process is no longer correct. * Update repository in package.json Co-authored-by: Tanay Parikh <[email protected]> --------- Co-authored-by: Tanay Parikh <[email protected]>
1 parent 4a4c018 commit a375ad2

File tree

1 file changed

+2
-2
lines changed
  • src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension

1 file changed

+2
-2
lines changed

src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "blazorwasm-companion",
33
"displayName": "Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension",
44
"description": "A companion extension for debugging Blazor WebAssembly applications in VS Code. Must be installed alongside the C# extension.",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/dotnet/razor-tooling.git"
8+
"url": "https://github.com/dotnet/razor.git"
99
},
1010
"license": "MIT",
1111
"engines": {

0 commit comments

Comments
 (0)