We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ee2f8 commit 5a72da0Copy full SHA for 5a72da0
1 file changed
SysFanControl/ViewModels/MainWindowViewModel.cs
@@ -36,7 +36,7 @@ public class MainWindowViewModel : BaseNotifyPropertyChanged, IDisposable
36
private readonly Dictionary<IHardware, ObservableCollection<SensorEx>> hardwareSensorsMapping =
37
new Dictionary<IHardware, ObservableCollection<SensorEx>>();
38
39
- public string Version { get => "0.2.0"; }
+ public string Version { get => "0.3.0"; }
40
public string Title { get => $"Sys Fan Control v{Version}"; }
41
public ObservableCollection<IHardware> Hardware { get; }
42
public IHardware SelectedHardware
0 commit comments