Skip to content

Commit af10d2b

Browse files
committed
Fix #669: Drop support for VS2017, as it seems to no longer work
1 parent 26d8e7a commit af10d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
3535
Can be found in the [Documentation folder](Documentation/Readme.md).
3636

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

4141
All versions can be downloaded from the [releases](../../releases) page.

src/ResXManager.VSIX/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Tags>WPF, WinForms, resx, resources, Editor, localization, Productivity, Visual Studio, internationalization, string, resource, l10n, i18n</Tags>
1414
</Metadata>
1515
<Installation InstalledByMsi="false">
16-
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community">
16+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community">
1717
<ProductArchitecture>x86</ProductArchitecture>
1818
</InstallationTarget>
1919
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">

0 commit comments

Comments
 (0)