Skip to content

Commit

Permalink
Merge pull request #126 from irihitech/issue/124
Browse files Browse the repository at this point in the history
Update 0.3.0 Version
  • Loading branch information
rabbitism authored Feb 26, 2024
2 parents 03b3cc8 + 68fbc9e commit 1ccac25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/Ursa.Demo/ViewModels/MenuViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public MenuViewModel()
{
new() { MenuHeader = "Introduction", Key = MenuKeys.MenuKeyIntroduction, IsSeparator = false },
new() { MenuHeader = "Controls", IsSeparator = true },
new() { MenuHeader = "Badge", Key = MenuKeys.MenuKeyBadge },
new() { MenuHeader = "Badge", Key = MenuKeys.MenuKeyBadge, Status = "Updated"},
new() { MenuHeader = "Banner", Key = MenuKeys.MenuKeyBanner },
new() { MenuHeader = "Button Group", Key = MenuKeys.MenuKeyButtonGroup},
new() { MenuHeader = "Class Input", Key = MenuKeys.MenuKeyClassInput, Status = "New" },
Expand Down
2 changes: 1 addition & 1 deletion src/Ursa.PrismExtension/Ursa.PrismExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/Ursa/Ursa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1ccac25

Please sign in to comment.