Skip to content

Commit e6e3068

Browse files
committed
Bump app version to 1.7.7 in project and view model
Updated Dimmer.csproj and BaseViewModel.cs to reflect new app version 1.7.7. No other changes were made.
1 parent 54e36fa commit e6e3068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dimmer/Dimmer/Dimmer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<UseMaui>true</UseMaui>
99
<Nullable>enable</Nullable>
1010
<LangVersion>preview</LangVersion>
11-
<Version>1.7.6</Version>
11+
<Version>1.7.7</Version>
1212

1313
</PropertyGroup>
1414

Dimmer/Dimmer/ViewModel/BaseViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ partial void OnDeviceVolumeLevelChanged(double oldValue, double newValue)
16621662
[ObservableProperty]
16631663
public partial string AppTitle { get; set; } = "Dimmer";
16641664

1665-
public static string CurrentAppVersion = "1.7.6";
1665+
public static string CurrentAppVersion = "1.7.7";
16661666
public static string CurrentAppStage = "Beta";
16671667

16681668
[ObservableProperty]

0 commit comments

Comments
 (0)