Update Packages, Current Release to RS5

master
BuildFeed Bot 2018-10-06 11:44:14 +01:00
parent 0f4eca6737
commit c5eeac0ce1
No known key found for this signature in database
GPG Key ID: 3757685ADD91E0A1
5 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@
<Version>7.0.1</Version>
</PackageReference>
<PackageReference Include="HtmlAgilityPack">
<Version>1.8.5</Version>
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="Microsoft.AspNet.Mvc">
<Version>5.2.6</Version>

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.Redstone4;
public const int CURRENT_XBOX = (int)ProjectFamily.Redstone4;
public const int CURRENT_RELEASE = (int)ProjectFamily.Redstone5;
public const int CURRENT_XBOX = (int)ProjectFamily.Redstone5;
private const string BUILD_COLLECTION_NAME = "builds";
private static readonly BsonDocument sortByAddedDate = new BsonDocument(nameof(Build.Added), -1);

View File

@ -68,9 +68,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="7.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.8.5" />
<PackageReference Include="HtmlAgilityPack" Version="1.8.9" />
<PackageReference Include="Humanizer">
<Version>2.4.2</Version>
<Version>2.5.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.AspNet.Mvc">
<Version>5.2.6</Version>
@ -85,10 +85,10 @@
<Version>3.2.6</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.Net.Compilers">
<Version>2.8.2</Version>
<Version>2.9.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Web.Infrastructure">
<Version>1.0.0</Version>
@ -100,7 +100,7 @@
<Version>1.0.3</Version>
</PackageReference>
<PackageReference Include="WilderMinds.RssSyndication">
<Version>1.2.0</Version>
<Version>1.3.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>