eberthold / SteroidsVS

Visual Studio Extension
https://marketplace.visualstudio.com/items?itemName=eberthold.SteroidsVS
MIT License
25 stars 2 forks source link

Update for Visual Studio 2022 #30

Open ryanbuening opened 3 years ago

ryanbuening commented 3 years ago

Was wondering if there are plans to update this extension for VS 2022? Migration guide can be found here: https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension

eberthold commented 3 years ago

I'm working on that too. Could take another day or two, depending on how good the migration works

eberthold commented 2 years ago

Hi, finally I got the extension working under VS2022 while maintaining compatibility for VS2019.

Right now the marketplace doesn't support mixed listings for 2019 and 2022. Therefore the download is currently only available via the releases section here on GitHub. https://github.com/eberthold/SteroidsVS/releases/tag/2021.08.04.01

I will keep this issue open and update it with further releases until the marketplace gets updated. This way subscribers to this issue can manually update the VS2022 version.

Int32Overflow commented 2 years ago

@eberthold Many projects (e.g. CodeMaid) do it this way, that they simply upload the project in the marketplace under a new name. They simply write the Visual Studio version at the end of the name. In this case I would recommend SteroidsVS 2022. What do you think about it?