UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
542 stars 46 forks source link

UVSS Extension installer is broken. #127

Closed Donaut closed 4 years ago

Donaut commented 4 years ago

When I tried to install the extension I got the following error. Error1

The error present since the installer includes wrong versions for the Microsoft.VisualStudio.Component.CoreEditor library I opened the .vsix file in Winrar and change the supported version from 15.0.26208.0,16.0 to 15.0.26208.0, in the following files(manifest.json, extension.vsixmanifest, catalog.json) this way I'm able to install the plugin in visual studio 2019.

tlgkccampbell commented 4 years ago

Thank you for following up on this. I've published 2.2 to the Marketplace, which should fix this issue. Can you verify that that version works for you?

Donaut commented 4 years ago

I checked the installer and now it's working fine.