<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins</link><pubDate>Thu, 07 May 2020 17:09:55 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Paul Filkin</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Current Revision posted to Studio Developers WIKI by Paul Filkin on 5/7/2020 5:09:55 PM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/without.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/without.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/with.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/with.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;There are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/core.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/core.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/manifest.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/manifest.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/unload.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/unload.png" /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/edit.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/edit.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with (&lt;span style="color:#339966;"&gt;14&lt;/span&gt;&amp;nbsp;if you are updating a &lt;span style="color:#339966;"&gt;2017&lt;/span&gt; plugin or &lt;span style="color:#339966;"&gt;12 &lt;/span&gt;if you are updating a&lt;span style="color:#339966;"&gt; 2015 &lt;/span&gt;plugin&lt;span style="color:#339966;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#339966;"&gt;Update:&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If after rebuilding the solution you receive an error regarding &amp;quot;PluginDeploymentPath&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/ErrorPlugin.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/ErrorPlugin.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please unload the solution -&amp;gt; open .csproj and make sure you don&amp;#39;t have any&amp;nbsp;references to Sdl.Core.PluginFramework.build besides the one you just downloaded from Nuget which points to 15.0.2 version:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/Import.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/Import.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/10</link><pubDate>Wed, 25 Jul 2018 15:09:28 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 10 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/25/2018 3:09:28 PM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;There are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with (&lt;span style="color:#339966;"&gt;14&lt;/span&gt;&amp;nbsp;if you are updating a &lt;span style="color:#339966;"&gt;2017&lt;/span&gt; plugin or &lt;span style="color:#339966;"&gt;12 &lt;/span&gt;if you are updating a&lt;span style="color:#339966;"&gt; 2015 &lt;/span&gt;plugin&lt;span style="color:#339966;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#339966;"&gt;Update:&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If after rebuilding the solution you receive an error regarding &amp;quot;PluginDeploymentPath&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/ErrorPlugin.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/ErrorPlugin.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please unload the solution -&amp;gt; open .csproj and make sure you don&amp;#39;t have any&amp;nbsp;references to Sdl.Core.PluginFramework.build besides the one you just downloaded from Nuget which points to 15.0.2 version:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Import.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Import.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/9</link><pubDate>Fri, 20 Jul 2018 08:10:42 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Florentina Caputa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 9 posted to Studio Developers WIKI by Florentina Caputa on 7/20/2018 8:10:42 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;There are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with (&lt;span style="color:#339966;"&gt;14&lt;/span&gt;&amp;nbsp;if you are updating a &lt;span style="color:#339966;"&gt;2017&lt;/span&gt; plugin or &lt;span style="color:#339966;"&gt;12 &lt;/span&gt;if you are updating a&lt;span style="color:#339966;"&gt; 2015 &lt;/span&gt;plugin&lt;span style="color:#339966;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#339966;"&gt;Update:&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If after rebuilding the solution you receive an error regarding &amp;quot;PluginDeploymentPath&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/ErrorPlugin.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/ErrorPlugin.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please unload the solution -&amp;gt; open .csproj and make sure you don&amp;#39;t have any&amp;nbsp;references to Sdl.Core.PluginFramework.build besides the one you just downloaded from Nuget which points to 15.0.2 version:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Import.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Import.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/8</link><pubDate>Fri, 20 Jul 2018 07:21:18 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 8 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/20/2018 7:21:18 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;There are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with (&lt;span style="color:#339966;"&gt;14&lt;/span&gt;&amp;nbsp;if you are updating a &lt;span style="color:#339966;"&gt;2017&lt;/span&gt; plugin or &lt;span style="color:#339966;"&gt;12 &lt;/span&gt;if you are updating a&lt;span style="color:#339966;"&gt; 2015 &lt;/span&gt;plugin&lt;span style="color:#339966;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span style="color:#339966;"&gt;Update:&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If after rebuilding the solution you receive an error regarding &amp;quot;PluginDeploymentPath&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/ErrorPlugin.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/ErrorPlugin.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please unload the solution -&amp;gt; open .csproj and make sure you don&amp;#39;t have any&amp;nbsp;references to Sdl.Core.PluginFramework.build besides the one you just downloaded from Nuget which points to 15.0.2 version:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Import.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Import.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/7</link><pubDate>Fri, 13 Jul 2018 06:30:32 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 7 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:30:32 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;There are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with (&lt;span style="color:#339966;"&gt;14&lt;/span&gt;&amp;nbsp;if you are updating a &lt;span style="color:#339966;"&gt;2017&lt;/span&gt; plugin or &lt;span style="color:#339966;"&gt;12 &lt;/span&gt;if you are updating a&lt;span style="color:#339966;"&gt; 2015 &lt;/span&gt;plugin&lt;span style="color:#339966;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/6</link><pubDate>Fri, 13 Jul 2018 06:18:32 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 6 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:18:32 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;Where are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with (&lt;span style="color:#339966;"&gt;14&lt;/span&gt;&amp;nbsp;if you are updating a &lt;span style="color:#339966;"&gt;2017&lt;/span&gt; plugin or &lt;span style="color:#339966;"&gt;12 &lt;/span&gt;if you are updating a&lt;span style="color:#339966;"&gt; 2015 &lt;/span&gt;plugin&lt;span style="color:#339966;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/5</link><pubDate>Fri, 13 Jul 2018 06:18:04 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 5 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:18:04 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;Where are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with (&lt;span style="color:#339966;"&gt;14&lt;/span&gt;&amp;nbsp;if you are updating a &lt;span style="color:#339966;"&gt;2017&lt;/span&gt; plugin or &lt;span style="color:#339966;"&gt;12 &lt;/span&gt;if you are updating a&lt;span style="color:#339966;"&gt; 2015 &lt;/span&gt;plugin&lt;span style="color:#339966;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to older versions of Studio plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/4</link><pubDate>Fri, 13 Jul 2018 06:16:29 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 4 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:16:29 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;Where are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with &lt;span style="color:#339966;"&gt;14&lt;/span&gt; from the path:&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to Studio 2017 plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/3</link><pubDate>Fri, 13 Jul 2018 06:15:51 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 3 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:15:51 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;Where are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with &lt;span style="color:#339966;"&gt;14&lt;/span&gt; from the path:&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test if plugin is updated correctly :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to output path double click on plugin&lt;/li&gt;
&lt;li&gt;Agree with terms and conditions -&amp;gt;Next&lt;/li&gt;
&lt;li&gt;In the Grid with Studio Versions installed &lt;span style="color:#339966;"&gt;Studio 2019 should be disabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to Studio 2017 plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/2</link><pubDate>Fri, 13 Jul 2018 06:13:00 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 2 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:13:00 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;What should be updated&lt;/h2&gt;
&lt;p&gt;Where are few steps you need to do make your plugin to support maxversion attribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From NuGet download the latest version of &lt;span style="color:#339966;"&gt;Sdl.Core.PluginFramework.Build&lt;/span&gt; (15.0.2)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/core.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update &lt;span style="color:#339966;"&gt;pluginpackage.manifest.xml&lt;/span&gt; file&amp;nbsp;by adding &lt;span style="color:#339966;"&gt;maxversion=&amp;quot;15.0&amp;quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/manifest.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last step is to update csproj of the project. Right click on project-&amp;gt; Unload -&amp;gt; Edit .csproj&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/unload.png" alt=" " /&gt;&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/edit.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Search for &lt;span style="color:#339966;"&gt;&amp;lt;PluginDeploymentPath&amp;gt; &lt;/span&gt;and change &lt;span style="color:#339966;"&gt;15&lt;/span&gt; with &lt;span style="color:#339966;"&gt;14&lt;/span&gt; from the path:&lt;/p&gt;
&lt;p&gt;Original:&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\15\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Updated :&amp;nbsp;&amp;lt;PluginDeploymentPath&amp;gt;$(AppData)\SDL\SDL Trados Studio\14\Plugins&amp;lt;/PluginDeploymentPath&amp;gt;&lt;/p&gt;
&lt;p&gt;Right click -&amp;gt; Reload solution -&amp;gt; Rebuild solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item><item><title>Update required to Studio 2017 plugins</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins/revision/1</link><pubDate>Fri, 13 Jul 2018 06:01:49 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c3d5317-0288-4ce5-acb8-2f95b21520c8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3282/update-required-to-older-versions-of-studio-plugins#comments</comments><description>Revision 1 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:01:49 AM&lt;br /&gt;
&lt;p&gt;A new version of Studio will be released soon which will have breaking changes, that means older versions of plugins &lt;span style="color:#339966;"&gt;are not compatible&lt;/span&gt; with Studio 2019. In older versions of the plugins&amp;nbsp;manifest file needs to be updated with &lt;span style="color:#339966;"&gt;maxvalue &lt;/span&gt;attribute. Adding that attribute will prevent user to install an older version to Studio 2019.&lt;/p&gt;
&lt;p&gt;Without maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/without.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With maxversion attribute:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/with.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Update required, Studio 2017 plugins, New PluginFramework version&lt;/div&gt;
</description></item></channel></rss>