File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments