AdaskoTheBeAsT / Typewriter

Automatic TypeScript template generation from C# source files
http://frhagn.github.io/Typewriter
Apache License 2.0
62 stars 12 forks source link

Update VSIX manifest with requirement for VS 2022 version #14

Closed vuhuy closed 2 years ago

vuhuy commented 2 years ago

The latest 2.8.0 release contains dependencies to specific binaries for Visual Studio 2022 v17.2. However when using a private gallery, the updated 2.8.0 will also install on clients with Visual Studio 2022 <17.2. Unfortunately, I updated my Visual Studio installation 2022 and lost the ActivityLog.xml.

However, the cause is quite obvious by analysing this commit.

If possible, prevent installation via requirements in the package manifest.

AdaskoTheBeAsT commented 2 years ago

@vuhuy thanks for notifying that - I will update vsix manifest