RS4 launch time

master
BuildFeed Bot 2018-04-30 20:17:03 +01:00
parent f7ad594cef
commit af5eb2ecd0
No known key found for this signature in database
GPG Key ID: 3757685ADD91E0A1
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ namespace BuildFeed.Model
public partial class BuildRepository
{
public const int CURRENT_LONG_TERM = (int)ProjectFamily.Redstone;
public const int CURRENT_RELEASE = (int)ProjectFamily.Redstone3;
public const int CURRENT_XBOX = (int)ProjectFamily.Redstone3;
public const int CURRENT_RELEASE = (int)ProjectFamily.Redstone4;
public const int CURRENT_XBOX = (int)ProjectFamily.Redstone4;
private const string BUILD_COLLECTION_NAME = "builds";
private static readonly BsonDocument sortByAddedDate = new BsonDocument(nameof(Build.Added), -1);

View File

@ -51,7 +51,7 @@ namespace BuildFeed.Model
[Display(Name = "Redstone 3", Description = "Windows 10 (Fall Creators Update)")]
Redstone3 = 50,
[Display(Name = "Redstone 4", Description = "Windows 10 (Spring Creators Update)")]
[Display(Name = "Redstone 4", Description = "Windows 10 (April 2018 Update)")]
Redstone4 = 60,
[Display(Name = "Redstone 5")]