Updating Your Connector Installation
less than a minute
If the Lionbridge Connector (Connector) is already installed, follow the steps below to update your version of the Connector.
Using the Nuget Site:
- In Visual Studio, open the NuGet Package Manager Console.
- In the command line, type:
Update-Package LionbridgeConnector
. Always use the latest available version of the Connector.
Using the NuGet package (with file extension .nupkg) directly from Lionbridge:
- In Visual Studio, open the NuGet Package Manager Console.
- In the command line, type:
Update-Package LionbridgeConnector -source. [.nupkg file path] -version MajorVersion.Minor Version.Patch.OptimizelyVersion
.
For example, type: Update-Package LionbridgeConnector -source C:\LionbridgeConnector -version 1.7.0.1100
Optimizely version numbers in Lionbridge Connector packages:
You can identify the Optimizely version for the Lionbridge Connector from the last four digits of the NuGet package name, as described in the following table.
Optimizely Version | Lionbridge Connector Versioning (MajorVersion.MinorVersion.Patch.Optimizely Version) |
Example |
---|---|---|
Optimizely 10 | 1.x.x.1000 | 1.7.0.1000 |
Optimizely 11 | 1.x.x.1100 | 1.7.0.1100 |
Important: If you are upgrading from Connector version earlier than 1.7.x and you have Jobs still In Translation with Lionbridge, then please also see section 5 Migrating existing Job / Translation Projects regarding migrating these jobs.