Skip to content

Commit 70d1a2d

Browse files
committed
*更新版本号至 0.0.2.128
1 parent 3d6c98b commit 70d1a2d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Core/ViewModel/Main/MainWindowViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ public MainWindowViewModel()
2424
}
2525

2626
[ObservableProperty] private bool _settingPage = false;
27-
//从解决方案配置获取版本号
28-
[ObservableProperty] private string _version = "0.0.2.127";
27+
[ObservableProperty] private string _version = "0.0.2.128";
2928
private void OnNavigation(MainWindowViewModel recipient, PageChangeEventArgs message)
3029
{
3130
Content = message.Key;

KitopiaAvalonia/KitopiaAvalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
3232
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
3333
<DebugType Condition="'$(Configuration)' == 'Release'">none</DebugType>
34-
<Version>0.0.2.127</Version>
34+
<Version>0.0.2.128</Version>
3535
<AvaloniaVersion>11.3.2</AvaloniaVersion>
3636
<Configurations>Debug;Release</Configurations>
3737
<Platforms>AnyCPU;x64</Platforms>

0 commit comments

Comments
 (0)