Skip to content

Commit b3fef1f

Browse files
author
Mohammed-Abubakkar-Siddiq
committed
185291 - UG Documentation For Syncfusion License Key Validation Issuefix - hotfix
1 parent 0da8bbe commit b3fef1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blazor/getting-started/license-key/CI-license-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following section shows how to validate the Syncfusion license key in CI ser
4646
The following example shows the syntax for Windows build agents.
4747

4848
{% tabs %}
49-
{% highlight c# tabtitle ="YAML" %}
49+
{% highlight c# tabtitle="YAML" %}
5050
pool:
5151
vmImage: 'windows-latest'
5252

@@ -76,7 +76,7 @@ steps:
7676
The following example shows the syntax for validating Syncfusion license key in GitHub actions.
7777

7878
{% tabs %}
79-
{% highlight c# tabtitle ="YAML" %}
79+
{% highlight c# tabtitle="YAML" %}
8080
steps:
8181
- name: Syncfusion License Validation
8282
shell: pwsh

blazor/getting-started/license-key/how-to-register-in-an-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
2222
N> * Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
2323
* Syncfusion license validation is done offline during application execution and does not require internet access. Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.
2424

25-
I> Syncfusion license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation] (https://blazor.syncfusion.com/documentation/getting-started/license-key/ci-license-validation) section for detailed instructions on how to implement it.
25+
I> Syncfusion license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation](https://blazor.syncfusion.com/documentation/getting-started/license-key/ci-license-validation) section for detailed instructions on how to implement it.
2626

2727
## Blazor Web App
2828

0 commit comments

Comments
 (0)