Skip to content

Commit be5268e

Browse files
committed
RC8
1 parent 81b9384 commit be5268e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Src/MPDCtrlX.Desktop/MPDCtrlX.Desktop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PlatformTarget>AnyCPU</PlatformTarget>
1414

1515
<VersionPrefix>1.0.0.0</VersionPrefix>
16-
<VersionSuffix>RC7</VersionSuffix>
16+
<VersionSuffix>RC8</VersionSuffix>
1717
<FileVersion>1.0.0.0</FileVersion>
1818

1919
</PropertyGroup>

Src/MPDCtrlX/MPDCtrlX.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PlatformTarget>AnyCPU</PlatformTarget>
1212

1313
<VersionPrefix>1.0.0.0</VersionPrefix>
14-
<VersionSuffix>RC7</VersionSuffix>
14+
<VersionSuffix>RC8</VersionSuffix>
1515
<FileVersion>1.0.0.0</FileVersion>
1616

1717
</PropertyGroup>

Src/MPDCtrlX/ViewModels/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public string AppVersion
5959

6060
var assembly = Assembly.GetExecutingAssembly().GetName();
6161
var version = assembly.Version;
62-
_appVersion = $"{version?.Major}.{version?.Minor}.{version?.Build}.{version?.Revision} - RC7";
62+
_appVersion = $"{version?.Major}.{version?.Minor}.{version?.Build}.{version?.Revision} - RC8";
6363

6464
return _appVersion;
6565
}

0 commit comments

Comments
 (0)