feat: update version.
This commit is contained in:
@@ -13,7 +13,7 @@ Ursa is a UI library for building cross-platform UIs with Avalonia UI.
|
|||||||
|
|
||||||
Add nuget package:
|
Add nuget package:
|
||||||
```bash
|
```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.
|
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:
|
Add nuget package:
|
||||||
```bash
|
```bash
|
||||||
dotnet add package Semi.Avalonia --version 11.0.7
|
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:
|
Include Styles in application:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<LangVersion>11</LangVersion>
|
<LangVersion>11</LangVersion>
|
||||||
<Version>0.2.0-beta20240128</Version>
|
<Version>0.2.0-beta20240129</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>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<LangVersion>11</LangVersion>
|
<LangVersion>11</LangVersion>
|
||||||
<Version>0.2.0-beta20240128</Version>
|
<Version>0.2.0-beta20240129</Version>
|
||||||
<Authors>IRIHI Technology Co., Ltd.</Authors>
|
<Authors>IRIHI Technology Co., Ltd.</Authors>
|
||||||
<PackageId>Irihi.Ursa</PackageId>
|
<PackageId>Irihi.Ursa</PackageId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user