Skip to content

Commit

Permalink
Merge pull request #1051 from Ana06/vscode
Browse files Browse the repository at this point in the history
[vscode] Fix metapackage version missmatch
  • Loading branch information
Ana06 authored May 21, 2024
2 parents c9e4aff + 4da3956 commit dd58216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode.vm/vscode.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode.vm</id>
<version>1.85.2.20240507</version>
<version>1.89.1</version>
<authors>Microsoft</authors>
<description>VSCode is a modern, open-source code editor.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vscode.install" version="[1.89.0]" />
<dependency id="vscode" version="[1.89.1]" />
</dependencies>
</metadata>
</package>

0 comments on commit dd58216

Please sign in to comment.