Browse Source
housekeeping: Temporary use old package name
pull/10407/head
Artyom V. Gorchakov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
[](https://www.nuget.org/packages/Avalonia.NameGenerator) [](https://www.nuget.org/packages/Avalonia.NameGenerator)    |
|
|
|
[](https://www.nuget.org/packages/XamlNameReferenceGenerator) [](https://www.nuget.org/packages/XamlNameReferenceGenerator)    |
|
|
|
|
|
|
|
> **Warning** This tool hasn't been extensively tested, so use at your own risk. |
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ So in your project file you write the following code: |
|
|
|
And then you reference the source generator by installing a NuGet package: |
|
|
|
|
|
|
|
``` |
|
|
|
dotnet add package Avalonia.NameGenerator |
|
|
|
dotnet add package XamlNameReferenceGenerator |
|
|
|
``` |
|
|
|
|
|
|
|
Or, if you are using submodules, reference the generator as such: |
|
|
|
|