Skip to content

Commit d9d58b7

Browse files
Merge pull request #577 from telerik/dessyordanova-patch-16
Update adding-license-key-ci-cd-services.md
2 parents a55fa0d + 22dafa9 commit d9d58b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution-and-licensing/license-key/adding-license-key-ci-cd-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Adding the License Key to CI/CD Services
33
page_title: Adding the License Key to CI/CD Services
44
slug: adding-license-key-ci-cd-services
5-
tags: ci, cd, service, services, license, key, document, processing, libraries
5+
tags: ci, cd, service, services, license, key, document, processing, libraries, lambda, plugin, vsto, extension, function
66
published: True
77
position: 1
88
---
@@ -93,7 +93,7 @@ Copy-Item -Path $(telerikLicense.secureFilePath) -Destination "$(Build.Repositor
9393

9494
### Using TelerikLicensing.Register method on AWS Lambdas
9595

96-
As of version **1.6.7** [ Telerik.Licensing](https://www.nuget.org/packages/Telerik.Licensing) offers the parameterless **TelerikLicensing.Register()** method allowing the developers to validate the Telerik license when running [AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html) functions. It is necessary to upgrade the Telerik.Licensing NuGet package at least to **1.6.7** and call the Register() method in the body of the function. Thus, the Telerik license will be validated, and the trial message is not expected to be printed (for licensed users) in the generated document:
96+
As of version **1.6.7** [ Telerik.Licensing](https://www.nuget.org/packages/Telerik.Licensing) offers the parameterless **TelerikLicensing.Register()** method and the **TelerikLicensing.Register(…script key…)** method allowing the developers to validate the Telerik license when running [AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html) functions, plugins, or a class library that uses Telerik Document Processing consumed by any third-party software (Word, Excel, Revit, AutoCAD, MFC app, etc.). It is necessary to upgrade the Telerik.Licensing NuGet package at least to **1.6.7** and call the Register method in the body of the function. Thus, the Telerik license will be validated, and the trial message is not expected to be printed (for licensed users) in the generated document:
9797

9898
```csharp
9999
namespace LicensingInLambda;

0 commit comments

Comments
 (0)