diff options
author | Hans Wennborg <hans@hanshq.net> | 2019-06-13 07:07:24 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2019-06-13 07:07:24 +0000 |
commit | 1f053207638598f51910b839157a08fc48b42323 (patch) | |
tree | f59ce9bff1c05a6ce508edaf1e785298a18262ba /clang/tools/clang-format-vs | |
parent | 8b142bcc3f21f279303e28ea2e060acc79a3cbe4 (diff) | |
download | bcm5719-llvm-1f053207638598f51910b839157a08fc48b42323.tar.gz bcm5719-llvm-1f053207638598f51910b839157a08fc48b42323.zip |
clang-format extension: Widen the supported versions range
So that it covers also the latest VS 2019 version.
By Antonio Maiorano!
llvm-svn: 363230
Diffstat (limited to 'clang/tools/clang-format-vs')
-rw-r--r-- | clang/tools/clang-format-vs/source.extension.vsixmanifest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format-vs/source.extension.vsixmanifest.in b/clang/tools/clang-format-vs/source.extension.vsixmanifest.in index 8afd362c61e..d4820c051ad 100644 --- a/clang/tools/clang-format-vs/source.extension.vsixmanifest.in +++ b/clang/tools/clang-format-vs/source.extension.vsixmanifest.in @@ -8,7 +8,7 @@ <License>license.txt</License>
</Metadata>
<Installation InstalledByMsi="false">
- <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 16.0]" />
+ <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.VisualStudio.MPF" MinVersion="11.0" DisplayName="Visual Studio MPF" />
|