Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
...
  • Loading branch information
ealbu committed Feb 18, 2026
commit 8b3b721e405892e0e716b319dc4315471f9a7bde
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Standalone integrations may require binding redirects. Example for `App.config`:
The BCM-related classes have been moved from Sdl.LanguagePlatform.TranslationMemoryApito TradosStudio.BcmLite:
```xml
<Reference Include="TradosStudio.BcmLite">
<HintPath>C:\Program Files\Trados\Trados Studio\Studio19\TradosStudio.BcmLite.dll</HintPath>
<HintPath>$(ProgramFiles)\Trados\Trados Studio\Studio19\TradosStudio.BcmLite.dll</HintPath>
</Reference>
```
And some classes were renamed:
Expand Down