feat: update version.

This commit is contained in:
rabbitism
2024-01-28 20:17:42 +08:00
parent 603f92ab21
commit 9ea537f7eb
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ Ursa is a UI library for building cross-platform UIs with Avalonia UI.
Add nuget package:
```bash
dotnet add package Irihi.Ursa --version 0.2.0-beta20240128
dotnet add package Irihi.Ursa --version 0.2.0-beta20240129
```
You can now use Ursa controls in your Avalonia Application.
@@ -42,7 +42,7 @@ Ursa.Themes.Semi is a theme package for Ursa inspired by Semi Design. You can ad
Add nuget package:
```bash
dotnet add package Semi.Avalonia --version 11.0.7
dotnet add package Irihi.Ursa.Themes.Semi --version 0.2.0-beta20240128
dotnet add package Irihi.Ursa.Themes.Semi --version 0.2.0-beta20240129
```
Include Styles in application: