Skip to content

Commit ab15644

Browse files
committed
Updated the title, reference link and image alt text
1 parent f396c66 commit ab15644

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blazor/getting-started/license-key/how-to-generate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
Generate license keys from the [License & Downloads](https://syncfusion.com/account/downloads) portal or the [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page of the Syncfusion<sup style="font-size:70%">&reg;</sup> website.
1313

14-
![License & Downloads portal showing the Get Community License Key option](images/get-community-license-key.png)
14+
![License and Downloads portal showing the Get Community License Key option](images/get-community-license-key.png)
1515

1616
N> * Syncfusion<sup style="font-size:70%">&reg;</sup> license keys are **version and platform specific**. See How to generate a license key for [licensed products](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products).
1717
* To determine which license key version to use in an application, see [Which version Syncfusion<sup style="font-size:70%">&reg;</sup> license key should I use in my application?](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application).

blazor/getting-started/license-key/how-to-register-syncfusion-license-securely-in-blazor-wasm-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Securely register a Syncfusion license key in a Blazor WebAssembly App | Syncfusion
3+
title: Securely register a Syncfusion license key in WASM App | Syncfusion
44
description: Learn here about secure approaches for Syncfusion licensing in Blazor WebAssembly, including using licensed NuGet packages and package source mapping.
55
platform: Blazor
66
control: Common
@@ -40,7 +40,7 @@ Build your Blazor WASM application using licensed NuGet packages from these sour
4040
> Important: When referencing both a local folder or private repository and `nuget.org` in `NuGet.config`, and if both sources contain the same Syncfusion<sup style="font-size:70%">&reg;</sup> package version, restore may default to `nuget.org` (trial versions), which can cause license popup issues.
4141
4242
### Use Package Source Mapping
43-
To ensure the project always restores Syncfusion<sup style="font-size:70%">&reg;</sup> packages from the licensed source, configure [Package Source Mapping](https://learn.microsoft.com/nuget/consume-packages/package-source-mapping) in `NuGet.config`.
43+
To ensure the project always restores Syncfusion<sup style="font-size:70%">&reg;</sup> packages from the licensed source, configure [Package Source Mapping](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping) in `NuGet.config`.
4444

4545
```xml
4646
<configuration>

0 commit comments

Comments
 (0)