misc: bump version to 1.0.0-rc2.

This commit is contained in:
rabbitism
2024-07-27 22:08:18 +08:00
parent 2ac434b2fd
commit 2c32ae663e
3 changed files with 26 additions and 25 deletions

View File

@@ -16,6 +16,30 @@ Add nuget package:
dotnet add package Irihi.Ursa
```
2. Ursa.Themes.Semi
To make Ursa controls show up in your application, you need to reference to a theme package designed for Ursa.
Ursa.Themes.Semi is a theme package for Ursa inspired by Semi Design. You can add it to your project by following steps.
Add nuget package:
```bash
dotnet add package Semi.Avalonia
dotnet add package Irihi.Ursa.Themes.Semi
```
Include Styles in application:
```xaml
<Application...
xmlns:u-semi="https://irihi.tech/ursa/themes/semi"
....>
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
<u-semi:SemiTheme Locale="zh-CN"/>
</Application.Styles>
```
You can now use Ursa controls in your Avalonia Application.
```xaml
<Window
@@ -34,29 +58,6 @@ You can now use Ursa controls in your Avalonia Application.
![Demo](./assets/demo.jpg)
2. Ursa.Themes.Semi
To make Ursa controls show up in your application, you need to reference to a theme package designed for Ursa.
Ursa.Themes.Semi is a theme package for Ursa inspired by Semi Design. You can add it to your project by following steps.
Add nuget package:
```bash
dotnet add package Semi.Avalonia --version 11.0.7
dotnet add package Irihi.Ursa.Themes.Semi
```
Include Styles in application:
```xaml
<Application...
xmlns:u-semi="https://irihi.tech/ursa/themes/semi"
....>
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
<u-semi:SemiTheme Locale="zh-CN"/>
</Application.Styles>
```
## Support
We offer limited free community support for Semi Avalonia and Ursa. Please join our group via FeiShu(Lark)