Skip to content

Commit

Permalink
update DataGrid nuget version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdpcdt committed Nov 9, 2023
1 parent 7c3ef37 commit add22b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/controls/datagrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dotnet add package Avalonia.Controls.DataGrid
Or add package reference directly to the project (`.csproj`) file:

```xml
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.18" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.0.0" />
```

:::warning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dotnet add package Avalonia.Controls.DataGrid
或直接在项目(`.csproj`)文件中添加包引用:

```xml
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.18" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.0.0" />
```

:::warning
Expand Down

0 comments on commit add22b7

Please sign in to comment.