Skip to content

Commit 757669b

Browse files
Merge pull request #905 from AvaloniaUI/900-add-note-about-license-key-must-not-be-blank
Add warning about blank license key
2 parents ed615a4 + 1a74a28 commit 757669b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

accelerate/installation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ Include your Avalonia UI license key in the executable project file (`.csproj`):
3030
</ItemGroup>
3131
```
3232

33-
> For multi-project solutions, you can store your license key in an [environment variable](https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-use-environment-variables-in-a-build) or a [shared props file](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022#directorybuildprops-example) to avoid duplication.
33+
For multi-project solutions, you can store your license key in an [environment variable](https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-use-environment-variables-in-a-build) or a [shared props file](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022#directorybuildprops-example) to avoid duplication.
34+
35+
:::warning
36+
Do not leave the license key value blank. If left blank, you may be unable to build or open your project.
37+
:::

0 commit comments

Comments
 (0)