diff --git a/CHANGELOG.md b/CHANGELOG.md index e553e12e..c20e9a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ These are the changes to each version that has been released in the Visual Studio Marketplace. +## 1.1.9 +**2017-05-22** +- [x] Enable all extensions for use in VS2017 + ## 1.1.6 **2017-05-17** - [x] Addition of Open In Emacs diff --git a/src/OpenInAltovaXmlSpy/source.extension.vsixmanifest b/src/OpenInAltovaXmlSpy/source.extension.vsixmanifest index 3010db5e..8bee9cc7 100644 --- a/src/OpenInAltovaXmlSpy/source.extension.vsixmanifest +++ b/src/OpenInAltovaXmlSpy/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Altova XMLSpy Open multiple files simultaneously in Altova XMLSpy XML Editor directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInApp.Template/source.extension.vsixmanifest b/src/OpenInApp.Template/source.extension.vsixmanifest index 1762517c..84928212 100644 --- a/src/OpenInApp.Template/source.extension.vsixmanifest +++ b/src/OpenInApp.Template/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in gregtgregt Open multiple files simultaneously in gregtgregt directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInChromeCanary/source.extension.vsixmanifest b/src/OpenInChromeCanary/source.extension.vsixmanifest index e3047c75..fb31dae5 100644 --- a/src/OpenInChromeCanary/source.extension.vsixmanifest +++ b/src/OpenInChromeCanary/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Chrome Canary Open multiple files simultaneously in Chrome Canary directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInEmacs/source.extension.vsixmanifest b/src/OpenInEmacs/source.extension.vsixmanifest index da1d370b..1eb8456b 100644 --- a/src/OpenInEmacs/source.extension.vsixmanifest +++ b/src/OpenInEmacs/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Emacs Open multiple files simultaneously in Emacs directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInFirefoxDeveloperEdition/source.extension.vsixmanifest b/src/OpenInFirefoxDeveloperEdition/source.extension.vsixmanifest index 0b94edc1..8a4c9517 100644 --- a/src/OpenInFirefoxDeveloperEdition/source.extension.vsixmanifest +++ b/src/OpenInFirefoxDeveloperEdition/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Firefox Developer Edition Open multiple files simultaneously in Firefox Developer Edition directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInGimp/source.extension.vsixmanifest b/src/OpenInGimp/source.extension.vsixmanifest index b55afdf9..2c71d6a5 100644 --- a/src/OpenInGimp/source.extension.vsixmanifest +++ b/src/OpenInGimp/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in GIMP - GNU Image Manipulation Program Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInMSPaint/source.extension.vsixmanifest b/src/OpenInMSPaint/source.extension.vsixmanifest index b0eb4764..0bab7b24 100644 --- a/src/OpenInMSPaint/source.extension.vsixmanifest +++ b/src/OpenInMSPaint/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in MS Paint Open multiple files simultaneously in MS Paint directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInMarkdownMonster/source.extension.vsixmanifest b/src/OpenInMarkdownMonster/source.extension.vsixmanifest index b989addb..04aafcb2 100644 --- a/src/OpenInMarkdownMonster/source.extension.vsixmanifest +++ b/src/OpenInMarkdownMonster/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Markdown Monster Open multiple files simultaneously in Markdown Monster directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInOpera/source.extension.vsixmanifest b/src/OpenInOpera/source.extension.vsixmanifest index 1e5e0f97..27dc8471 100644 --- a/src/OpenInOpera/source.extension.vsixmanifest +++ b/src/OpenInOpera/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Opera Open multiple files simultaneously in Opera directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInOperaDeveloper/source.extension.vsixmanifest b/src/OpenInOperaDeveloper/source.extension.vsixmanifest index 5c8102a7..969a35e8 100644 --- a/src/OpenInOperaDeveloper/source.extension.vsixmanifest +++ b/src/OpenInOperaDeveloper/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Opera Developer Open multiple files simultaneously in Opera Developer directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInPaintDotNet/source.extension.vsixmanifest b/src/OpenInPaintDotNet/source.extension.vsixmanifest index 5a9b638a..7b43dbff 100644 --- a/src/OpenInPaintDotNet/source.extension.vsixmanifest +++ b/src/OpenInPaintDotNet/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Paint.NET Open multiple files simultaneously in Paint.NET directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInVS2012/source.extension.vsixmanifest b/src/OpenInVS2012/source.extension.vsixmanifest index 25a82e99..6814ef6b 100644 --- a/src/OpenInVS2012/source.extension.vsixmanifest +++ b/src/OpenInVS2012/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Visual Studio 2012 Open multiple files simultaneously in Visual Studio 2012 directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInVS2013/source.extension.vsixmanifest b/src/OpenInVS2013/source.extension.vsixmanifest index ee657696..87c1b59d 100644 --- a/src/OpenInVS2013/source.extension.vsixmanifest +++ b/src/OpenInVS2013/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Visual Studio 2013 Open multiple files simultaneously in Visual Studio 2013 directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInVS2015/source.extension.vsixmanifest b/src/OpenInVS2015/source.extension.vsixmanifest index 9c7747cc..a7e0aa2d 100644 --- a/src/OpenInVS2015/source.extension.vsixmanifest +++ b/src/OpenInVS2015/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Visual Studio 2015 Open multiple files simultaneously in Visual Studio 2015 directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInVS2017Community/source.extension.vsixmanifest b/src/OpenInVS2017Community/source.extension.vsixmanifest index 40e8bf79..875b1acd 100644 --- a/src/OpenInVS2017Community/source.extension.vsixmanifest +++ b/src/OpenInVS2017Community/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Visual Studio 2017 Community Open multiple files simultaneously in Visual Studio 2017 Community Edition directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInVS2017Enterprise/source.extension.vsixmanifest b/src/OpenInVS2017Enterprise/source.extension.vsixmanifest index 9ec0bca1..220c98ae 100644 --- a/src/OpenInVS2017Enterprise/source.extension.vsixmanifest +++ b/src/OpenInVS2017Enterprise/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Visual Studio 2017 Enterprise Open multiple files simultaneously in Visual Studio 2017 Enterprise Edition directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInVS2017Professional/source.extension.vsixmanifest b/src/OpenInVS2017Professional/source.extension.vsixmanifest index f35e1c8d..1b4bc4cf 100644 --- a/src/OpenInVS2017Professional/source.extension.vsixmanifest +++ b/src/OpenInVS2017Professional/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Visual Studio 2017 Professional Open multiple files simultaneously in Visual Studio 2017 Professional Edition directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInVivaldi/source.extension.vsixmanifest b/src/OpenInVivaldi/source.extension.vsixmanifest index d7f9b644..cb02b1ab 100644 --- a/src/OpenInVivaldi/source.extension.vsixmanifest +++ b/src/OpenInVivaldi/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Vivaldi Open multiple files simultaneously in Vivaldi web browser directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/OpenInXamarinStudio/source.extension.vsixmanifest b/src/OpenInXamarinStudio/source.extension.vsixmanifest index 8b8c0bcb..d4ef1d4b 100644 --- a/src/OpenInXamarinStudio/source.extension.vsixmanifest +++ b/src/OpenInXamarinStudio/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Open in Xamarin Studio Open multiple files simultaneously in Xamarin Studio directly from Solution Explorer or Code Editor window. https://github.com/GregTrevellick/OpenInApp.Launcher diff --git a/src/VisualStudioMarketPlaceAssets/OpenInAltovaXmlSpy/README.md b/src/VisualStudioMarketPlaceAssets/OpenInAltovaXmlSpy/README.md index 76231562..1f6b70ae 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInAltovaXmlSpy/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInAltovaXmlSpy/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Altova XMLSpy XML Editor][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Altova XMLSpy XML Editor][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInApp.Template/README.md b/src/VisualStudioMarketPlaceAssets/OpenInApp.Template/README.md index f67e7db0..78ee0267 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInApp.Template/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInApp.Template/README.md @@ -14,7 +14,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [GregtGregt][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [GregtGregt][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInChromeCanary/README.md b/src/VisualStudioMarketPlaceAssets/OpenInChromeCanary/README.md index e40a66f6..d8116e18 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInChromeCanary/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInChromeCanary/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Chrome Canary][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Chrome Canary][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInEmacs/README.md b/src/VisualStudioMarketPlaceAssets/OpenInEmacs/README.md index 4c8655ae..a5526e18 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInEmacs/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInEmacs/README.md @@ -15,7 +15,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Emacs][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Emacs][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInFirefoxDeveloperEdition/README.md b/src/VisualStudioMarketPlaceAssets/OpenInFirefoxDeveloperEdition/README.md index 551877d6..4aaf9c98 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInFirefoxDeveloperEdition/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInFirefoxDeveloperEdition/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Firefox Developer Edition][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Firefox Developer Edition][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInGimp/README.md b/src/VisualStudioMarketPlaceAssets/OpenInGimp/README.md index 8252d419..11d4313f 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInGimp/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInGimp/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [GIMP][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [GIMP][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInMSPaint/README.md b/src/VisualStudioMarketPlaceAssets/OpenInMSPaint/README.md index 015902e3..926ff97b 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInMSPaint/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInMSPaint/README.md @@ -14,7 +14,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [MS Paint][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [MS Paint][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInMarkdownMonster/README.md b/src/VisualStudioMarketPlaceAssets/OpenInMarkdownMonster/README.md index ae9cd6df..e4231130 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInMarkdownMonster/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInMarkdownMonster/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Markdown Monster][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Markdown Monster][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInOpera/README.md b/src/VisualStudioMarketPlaceAssets/OpenInOpera/README.md index 706d6e36..80d4dbd5 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInOpera/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInOpera/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Opera][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Opera][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInOperaDeveloper/README.md b/src/VisualStudioMarketPlaceAssets/OpenInOperaDeveloper/README.md index 03e80c94..e50e7744 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInOperaDeveloper/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInOperaDeveloper/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Opera Developer][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Opera Developer][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInPaintDotNet/README.md b/src/VisualStudioMarketPlaceAssets/OpenInPaintDotNet/README.md index 6922242f..f8d7ea8b 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInPaintDotNet/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInPaintDotNet/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [paint.net][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [paint.net][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInVS2012/README.md b/src/VisualStudioMarketPlaceAssets/OpenInVS2012/README.md index fde7346f..45532c70 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInVS2012/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInVS2012/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Visual Studio 2012][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Visual Studio 2012][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInVS2013/README.md b/src/VisualStudioMarketPlaceAssets/OpenInVS2013/README.md index d295fbc7..7ca82e1a 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInVS2013/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInVS2013/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Visual Studio 2013][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Visual Studio 2013][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInVS2015/README.md b/src/VisualStudioMarketPlaceAssets/OpenInVS2015/README.md index b046d1a3..f35c4b33 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInVS2015/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInVS2015/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Visual Studio 2015][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Visual Studio 2015][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInVS2017Community/README.md b/src/VisualStudioMarketPlaceAssets/OpenInVS2017Community/README.md index 53443cee..15a2bdd1 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInVS2017Community/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInVS2017Community/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Visual Studio 2017 Community Edition][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Visual Studio 2017 Community Edition][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInVS2017Enterprise/README.md b/src/VisualStudioMarketPlaceAssets/OpenInVS2017Enterprise/README.md index 8a499024..0950c934 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInVS2017Enterprise/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInVS2017Enterprise/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Visual Studio 2017 Enterprise Edition][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Visual Studio 2017 Enterprise Edition][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInVS2017Professional/README.md b/src/VisualStudioMarketPlaceAssets/OpenInVS2017Professional/README.md index 575dd47a..4fb29fc1 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInVS2017Professional/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInVS2017Professional/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Visual Studio 2017 Professional Edition][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Visual Studio 2017 Professional Edition][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInVivaldi/README.md b/src/VisualStudioMarketPlaceAssets/OpenInVivaldi/README.md index 44a4b2e2..af44199d 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInVivaldi/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInVivaldi/README.md @@ -16,7 +16,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Vivaldi Web Browser][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Vivaldi Web Browser][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/OpenInXamarinStudio/README.md b/src/VisualStudioMarketPlaceAssets/OpenInXamarinStudio/README.md index 32c836a0..f3f708d4 100644 --- a/src/VisualStudioMarketPlaceAssets/OpenInXamarinStudio/README.md +++ b/src/VisualStudioMarketPlaceAssets/OpenInXamarinStudio/README.md @@ -14,7 +14,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [Xamarin Studio][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [Xamarin Studio][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png) diff --git a/src/VisualStudioMarketPlaceAssets/VsmpCommonDescription.md b/src/VisualStudioMarketPlaceAssets/VsmpCommonDescription.md index e16618d1..95629e72 100644 --- a/src/VisualStudioMarketPlaceAssets/VsmpCommonDescription.md +++ b/src/VisualStudioMarketPlaceAssets/VsmpCommonDescription.md @@ -8,7 +8,7 @@ Similar "Open In" VS extensions can be found [here](https://marketplace.visualst ## Features -- Open multiple files simultaneously in [ThirdPartyApp][ThirdPartyAppHomePage] with VS2012, VS2013 and VS2015. +- Open multiple files simultaneously in [ThirdPartyApp][ThirdPartyAppHomePage] with VS2012, VS2013, VS2015 and VS2017. - Within the code editor window ![](ReadMeScreenShot_CodeEditorWindow.png)