diff --git a/README.md b/README.md index c6ae7f0..594a26a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Include Semi Design Styles in application: That's all. -ColorPicker, DataGrid and TreeDataGrid are distributed in separated packages. Please install if you need. +ColorPicker, DataGrid and TreeDataGrid are distributed in separated packages. Please install if you need. ```bash dotnet add package Semi.Avalonia.ColorPicker --version 11.0.7 @@ -45,6 +45,36 @@ dotnet add package Semi.Avalonia.TreeDataGrid --version 11.0.7 ``` +If AOT publishing is required, you need to include the rd.xml file in your project: + +```xml + + + +``` + +The contents of the rd.xml file should be as follows: + +```xml + + + + + + + + + +``` + ## Demo You can always download demo executable to play around with Semi Avalonia Themes. @@ -54,7 +84,7 @@ You can always download demo executable to play around with Semi Avalonia Themes | Semi Design Version | Avalonia Version | |:--------------------|:-----------------| -| 11.0.7 | 11.0.7 | +| 11.0.7 | >=11.0.7 | | 11.0.1 | <=11.0.6 | ## TODO diff --git a/README_CN.md b/README_CN.md index 14b9cd5..93ac243 100644 --- a/README_CN.md +++ b/README_CN.md @@ -45,6 +45,36 @@ dotnet add package Semi.Avalonia.TreeDataGrid --version 11.0.7 ``` +如果需要进行 AOT 发布,则需要在项目中包含 rd.xml 文件: + +```xml + + + +``` + +rd.xml 文件的内容如下: + +```xml + + + + + + + + + +``` + ## 示例 您可以从 Semi Avalonia 的 release 页下载并试用 Semi Avalonia 的展示应用。 @@ -55,7 +85,7 @@ dotnet add package Semi.Avalonia.TreeDataGrid --version 11.0.7 | Semi Design Version | Avalonia Version | |:--------------------|:-----------------| -| 11.0.7 | >=11.0.7 | +| 11.0.7 | >=11.0.7 | | 11.0.1 | <=11.0.6 | ## 代办事项