Skip to content

Commit

Permalink
Upgrade BlazorWasmDebugging to 1.1.3 (#8187)
Browse files Browse the repository at this point in the history
* 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 <TanayParikh@users.noreply.github.com>

---------

Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
  • Loading branch information
Nick-Stanton and TanayParikh authored Feb 2, 2023
1 parent 4a4c018 commit a375ad2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "blazorwasm-companion",
"displayName": "Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension",
"description": "A companion extension for debugging Blazor WebAssembly applications in VS Code. Must be installed alongside the C# extension.",
"version": "1.1.2",
"version": "1.1.3",
"repository": {
"type": "git",
"url": "https://github.com/dotnet/razor-tooling.git"
"url": "https://github.com/dotnet/razor.git"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit a375ad2

Please # to comment.