feat: update version.

This commit is contained in:
rabbitism
2024-01-28 01:09:04 +08:00
parent 300ef5a07e
commit a683f48c53
4 changed files with 11 additions and 5 deletions

View File

@@ -6,6 +6,8 @@
Ursa is a UI library for building cross-platform UIs with Avalonia UI. Ursa is a UI library for building cross-platform UIs with Avalonia UI.
![Demo](./assets/demo.png)
## How to use ## How to use
1. Ursa 1. Ursa
@@ -39,14 +41,18 @@ Ursa.Themes.Semi is a theme package for Ursa inspired by Semi Design. You can ad
Add nuget package: Add nuget package:
```bash ```bash
dotnet add package Semi.Avalonia --version 11.0.0-rc1 dotnet add package Semi.Avalonia --version 11.0.7
dotnet add package Irihi.Ursa.Themes.Semi --version 0.1.0-beta20230702 dotnet add package Irihi.Ursa.Themes.Semi --version 0.2.0-beta20240128
``` ```
Include Styles in application: Include Styles in application:
```xaml ```xaml
<Application...
xmlns:u-semi="https://irihi.tech/ursa/themes/semi"
....>
<Application.Styles> <Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" /> <StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
<StyleInclude Source="avares://Ursa.Themes.Semi/Index.axaml" /> <u-semi:SemiTheme Locale="zh-CN"/>
</Application.Styles> </Application.Styles>
``` ```

BIN
assets/demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<LangVersion>11</LangVersion> <LangVersion>11</LangVersion>
<Version>0.1.0-beta20230702</Version> <Version>0.2.0-beta20240128</Version>
<Authors>IRIHI Technology Co., Ltd.</Authors> <Authors>IRIHI Technology Co., Ltd.</Authors>
<PackageId>Irihi.Ursa.Themes.Semi</PackageId> <PackageId>Irihi.Ursa.Themes.Semi</PackageId>
</PropertyGroup> </PropertyGroup>

View File

@@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<LangVersion>11</LangVersion> <LangVersion>11</LangVersion>
<Version>0.1.0-beta20230702</Version> <Version>0.2.0-beta20240128</Version>
<Authors>IRIHI Technology Co., Ltd.</Authors> <Authors>IRIHI Technology Co., Ltd.</Authors>
<PackageId>Irihi.Ursa</PackageId> <PackageId>Irihi.Ursa</PackageId>
</PropertyGroup> </PropertyGroup>