Skip to content

Commit 9a9e11f

Browse files
authored
Remove dash from "Trados Studio - 2026 Release"
1 parent 814e6f8 commit 9a9e11f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/hints_tips/Update_Plugins/how_to_update_plugins_to_trados_studio_2026.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# How to update plugins to Trados Studio - 2026 Release
1+
# How to update plugins to Trados Studio 2026 Release
22

3-
The following are a list of changes and known issues to consider when updating your plugin to be compatible with Trados Studio - 2026 Release.
3+
The following are a list of changes and known issues to consider when updating your plugin to be compatible with Trados Studio 2026 Release.
44

55
## Transition to 64-Bit (x64)
66
Studio Quantum is released as a 64-bit (x64) version. As a result, plug-ins must also be rebuilt and updated to target x64 in order to remain compatible.
@@ -155,7 +155,7 @@ public abstract void VisitStructure(StructureTag structureTag);
155155
```
156156

157157
#### Assembly Version Change Requires Recompilation
158-
With Trados Studio - 2026 Release, all core Trados assemblies have had their **assembly version increased to 19.x.x.x** (reflecting the semantic versioning minor update). **This assembly version bump introduces a breaking change:** Any plugin or standalone tool that references Trados assemblies must be recompiled against the new release, even if no other code changes are required. Referencing outdated assemblies is not supported and will likely result in runtime failures due to version mismatches.
158+
With Trados Studio 2026 Release, all core Trados assemblies have had their **assembly version increased to 19.x.x.x** (reflecting the semantic versioning minor update). **This assembly version bump introduces a breaking change:** Any plugin or standalone tool that references Trados assemblies must be recompiled against the new release, even if no other code changes are required. Referencing outdated assemblies is not supported and will likely result in runtime failures due to version mismatches.
159159
### Multiterm API Changes
160160
**Migrate from `Sdl.Multiterm.TMO.Interop.dll` to `TerminologyProviderManager`**
161161

@@ -215,11 +215,11 @@ var searchResults = terminologyProvider.Search(
215215

216216
// Process or display results as needed...
217217
```
218-
**Note:** Replace any references to `Sdl.Multiterm.TMO.Interop.dll` with the modern `TerminologyProviderManager` API. This ensures compatibility with Trados Studio - 2026 Release and future releases, and aligns with Trados ongoing architectural updates.
218+
**Note:** Replace any references to `Sdl.Multiterm.TMO.Interop.dll` with the modern `TerminologyProviderManager` API. This ensures compatibility with Trados Studio 2026 Release and future releases, and aligns with Trados ongoing architectural updates.
219219

220220

221221
### Trados.Community.Toolkit (formally SDL.Community.Toolkit)
222-
A new version of the Trados Community Toolkit, version 6.0.2, has been released to support the latest version of Trados Studio - 2026 Release. This includes the following assemblies:
222+
A new version of the Trados Community Toolkit, version 6.0.2, has been released to support the latest version of Trados Studio 2026 Release. This includes the following assemblies:
223223

224224
- [Trados.Community.Toolkit.Core](https://www.nuget.org/packages/Trados.Community.Toolkit.Core)
225225
- [Trados.Community.Toolkit.LanguagePlatform](https://www.nuget.org/packages/Trados.Community.Toolkit.LanguagePlatform)

articles/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
href: hints_tips/Better_Studio_interactivity/SR2ApiArticle.md
2525
- name: Studio Look & Feel in your 3rd party plugin
2626
href: hints_tips/Studio_Styles/StudioStyles.md
27-
- name: How to update plugins to Trados Studio - 2026 Release
27+
- name: How to update plugins to Trados Studio 2026 Release
2828
href: hints_tips/Update_Plugins/how_to_update_plugins_to_trados_studio_2026.md
2929
- name: How to implement the Studio Useful Tips service
3030
href: hints_tips/UsefulTips/UsefulTipsApiArticle.md

0 commit comments

Comments
 (0)