Skip to content

Commit 81488e4

Browse files
185291 - UG For Syncfusion License Key Validation Issuefix - hotfix
1 parent 5ff12d9 commit 81488e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wpf/Licensing/how-to-register-in-an-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
2020
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.
2121
* 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.
2222

23-
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://help.syncfusion.com/wpf/licensing/licensing-faq/ci-license-validation) section for detailed instructions on how to implement it.
23+
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://help.syncfusion.com/wpf/licensing/licensing-faq/ci-license-validation) section for detailed instructions on how to implement it.
2424

2525
### WPF
2626

wpf/Licensing/licensing-faq/CI-license-validation.md

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

5050
{% tabs %}
51-
{% highlight c# tabtitle ="YAML" %}
51+
{% highlight c# tabtitle="YAML" %}
5252
pool:
5353
vmImage: 'windows-latest'
5454

@@ -78,7 +78,7 @@ steps:
7878
The following example shows the syntax for validating Syncfusion license key in GitHub actions.
7979

8080
{% tabs %}
81-
{% highlight c# tabtitle ="YAML" %}
81+
{% highlight c# tabtitle="YAML" %}
8282
steps:
8383
- name: Syncfusion License Validation
8484
shell: pwsh

0 commit comments

Comments
 (0)