Skip to content

Commit

Permalink
Updated version ranges
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Mar 15, 2023
1 parent 1685c6d commit ba6bdfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

# Rest Client for Visual Studio

**IMPORTANT:** This extension can only be installed in Visual Studio 2022
up until version 17.4. In version 17.5 support for .http files were built
in to Visual Studio.

**Download** this extension from the [VS Marketplace][marketplace]
or get the [CI build](https://www.vsixgallery.com/extension/RestClientVS.a7b4a362-3ce8-4953-9b19-a35166f2cbfd).

Expand Down
2 changes: 1 addition & 1 deletion src/RestClientVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 17.6)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down

0 comments on commit ba6bdfc

Please sign in to comment.