Skip to content

Commit

Permalink
feat: update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitism committed Feb 13, 2024
1 parent 8f20e82 commit d99a081
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/Ursa.PrismExtension/Ursa.PrismExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.2.0-beta20240213</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PackageId>Irihi.Ursa.PrismExtension</PackageId>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<Version>0.2.0-beta20240129</Version>
<Version>0.2.0-beta20240213</Version>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<PackageId>Irihi.Ursa.Themes.Semi</PackageId>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Ursa/Ursa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<Version>0.2.0-beta20240129</Version>
<Version>0.2.0-beta20240213</Version>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<PackageId>Irihi.Ursa</PackageId>
</PropertyGroup>
Expand Down

0 comments on commit d99a081

Please sign in to comment.