doc: update docs for version preview6.1

This commit is contained in:
rabbitism
2023-03-28 23:55:11 +08:00
parent 566cec65be
commit d952f901f2
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ Avalonia Theme inspired by Semi Design
## Installation ## Installation
```bash ```bash
dotnet add package Semi.Avalonia --version 0.1.0-preview6 dotnet add package Semi.Avalonia --version 0.1.0-preview6.1
``` ```
Include Semi Design Styles in application: Include Semi Design Styles in application:
@@ -25,8 +25,8 @@ That's all.
DataGrid and ColorPicker are distributed in separated packages. Please install if you need. DataGrid and ColorPicker are distributed in separated packages. Please install if you need.
```bash ```bash
dotnet add package Semi.Avalonia.ColorPicker --version 0.1.0-preview6 dotnet add package Semi.Avalonia.ColorPicker --version 0.1.0-preview6.1
dotnet add package Semi.Avalonia.DataGrid --version 0.1.0-preview6 dotnet add package Semi.Avalonia.DataGrid --version 0.1.0-preview6.1
``` ```
```xaml ```xaml
<Application.Styles> <Application.Styles>

View File

@@ -3,7 +3,7 @@
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks> <TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<LangVersion>10</LangVersion> <LangVersion>10</LangVersion>
<Version>0.1.0-preview6</Version> <Version>0.1.0-preview6.1</Version>
<Authors>IRIHI Technology</Authors> <Authors>IRIHI Technology</Authors>
<Description>Avalonia Theme inspired by Semi Design. </Description> <Description>Avalonia Theme inspired by Semi Design. </Description>
<PackageProjectUrl>https://github.com/irihitech/Semi.Avalonia</PackageProjectUrl> <PackageProjectUrl>https://github.com/irihitech/Semi.Avalonia</PackageProjectUrl>