• Target all versions of Trados Studio with a single plugin project in Visual Studio

    In my OpenExchange plugin, I am targeting versions 2011 through 2015 of Trados Studio, but using the same code for all three. To avoid having to have three separate Visual Studio projects or to have to manually point to the correct references and target…
  • Workaround to update pluginpackage.manifest.xml in .sdlplugin file for the maxversion attribute

    In case anyone is interested, I've come up with a workaround to get the maxversion attribute to be automatically packaged in the manifest file inside the .sdlplugin file built in plugin projects in Visual Studio. As of right now, it doesn't seem that…
  • Sdl universal plugin installer

    A few weeks back I started working at an universal plugin installer that will simply the publish process for every SDL Studio Developer. The main trigger for this is the close release of SDL Studio 2015 and the need for almost every developer to upgrade…