Skip to content

Commit

Permalink
Fix #669: Drop support for VS2017, as it seems to no longer work
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Oct 20, 2024
1 parent 26d8e7a commit af10d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
Can be found in the [Documentation folder](Documentation/Readme.md).

## Installation
ResXResourceManager is available as VS2017-2022 extension and as a standalone executable to support VS2015 and older or users without Visual Studio at all.
ResXResourceManager is available as VS2019-2022 extension and as a standalone executable to support VS2017 and older or users without Visual Studio at all.
A scripting module is available as well, so you can easily automate resource tasks, e.g. export untranslated string during build.

All versions can be downloaded from the [releases](../../releases) page.
Expand Down
2 changes: 1 addition & 1 deletion src/ResXManager.VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Tags>WPF, WinForms, resx, resources, Editor, localization, Productivity, Visual Studio, internationalization, string, resource, l10n, i18n</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community">
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
Expand Down

0 comments on commit af10d2b

Please sign in to comment.