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