feat: update version.

This commit is contained in:
Zhang Dian
2024-02-26 22:08:23 +08:00
parent cde18e7075
commit 68fbc9e15e
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.2.0-beta20240213</Version>
<Version>0.3.0-beta20240226</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<Nullable>enable</Nullable>

View File

@@ -6,8 +6,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<Version>0.2.0-beta20240213</Version>
<LangVersion>latest</LangVersion>
<Version>0.3.0-beta20240226</Version>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<PackageId>Irihi.Ursa.Themes.Semi</PackageId>
</PropertyGroup>

View File

@@ -6,8 +6,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<Version>0.2.0-beta20240213</Version>
<LangVersion>latest</LangVersion>
<Version>0.3.0-beta20240226</Version>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<PackageId>Irihi.Ursa</PackageId>
</PropertyGroup>