Skip to content

Commit

Permalink
Bump version to 1.0.3 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Oct 16, 2017
1 parent 7b61a7e commit e07ef8b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
Expand Up @@ -18,11 +18,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.0.6" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
Expand Down
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Razor" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Razor" Version="1.0.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.3.0" />
</ItemGroup>

Expand Down
34 changes: 17 additions & 17 deletions test/Shared/MsBuildProjectStrings.cs
Expand Up @@ -38,22 +38,22 @@ public static string GetNugetConfigTxt(string artifactsDir)
<ItemGroup>
<PackageReference Include=""Microsoft.ApplicationInsights.AspNetCore"" Version=""2.0.0-beta1"" />
<PackageReference Include=""Microsoft.AspNetCore"" Version=""1.0.6"" />

This comment has been minimized.

Copy link
@JunTaoLuo

JunTaoLuo Oct 19, 2017

Contributor

A lot of these were not updated in the 1.1.x patch branch...

<PackageReference Include=""Microsoft.AspNetCore.Mvc"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.AspNetCore.StaticFiles"" Version=""1.0.4"" />
<PackageReference Include=""Microsoft.AspNetCore.Authentication.Cookies"" Version=""1.0.4"" />
<PackageReference Include=""Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore"" Version=""1.0.4"" />
<PackageReference Include=""Microsoft.AspNetCore.Identity.EntityFrameworkCore"" Version=""1.0.4"" />
<PackageReference Include=""Microsoft.EntityFrameworkCore.Design"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.EntityFrameworkCore.SqlServer"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.EntityFrameworkCore.SqlServer.Design"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.AspNetCore"" Version=""1.0.7"" />
<PackageReference Include=""Microsoft.AspNetCore.Mvc"" Version=""1.0.6"" />
<PackageReference Include=""Microsoft.AspNetCore.StaticFiles"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.AspNetCore.Authentication.Cookies"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.AspNetCore.Identity.EntityFrameworkCore"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.EntityFrameworkCore.Design"" Version=""1.0.6"" />
<PackageReference Include=""Microsoft.EntityFrameworkCore.SqlServer"" Version=""1.0.6"" />
<PackageReference Include=""Microsoft.EntityFrameworkCore.SqlServer.Design"" Version=""1.0.6"" />
<PackageReference Include=""Microsoft.Extensions.Configuration.UserSecrets"" Version=""1.0.2"" />
<PackageReference Include=""Microsoft.VisualStudio.Web.BrowserLink"" Version=""1.0.0"" />
<PackageReference Include=""Microsoft.VisualStudio.Web.CodeGeneration.Design"" Version=""1.0.2"" />
<PackageReference Include=""Microsoft.VisualStudio.Web.CodeGeneration.Tools"" Version=""1.0.2"" />
<PackageReference Include=""Microsoft.VisualStudio.Web.CodeGeneration.Design"" Version=""1.0.3"" />
<PackageReference Include=""Microsoft.VisualStudio.Web.CodeGeneration.Tools"" Version=""1.0.3"" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include=""Microsoft.VisualStudio.Web.CodeGeneration.Tools"" Version=""1.0.2"" />
<DotNetCliToolReference Include=""Microsoft.VisualStudio.Web.CodeGeneration.Tools"" Version=""1.0.3"" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include=""..\Library1\Library1.csproj"" />
Expand All @@ -76,11 +76,11 @@ public static string GetNugetConfigTxt(string artifactsDir)
</PropertyGroup>
<ItemGroup>
<PackageReference Include=""Microsoft.AspNetCore.Diagnostics"" Version=""1.0.0"" />
<PackageReference Include=""Microsoft.AspNetCore.Mvc"" Version=""1.0.0"" />
<PackageReference Include=""Microsoft.AspNetCore.Server.IISIntegration"" Version=""1.0.0"" />
<PackageReference Include=""Microsoft.AspNetCore.Server.Kestrel"" Version=""1.0.1"" />
<PackageReference Include=""Microsoft.AspNetCore.StaticFiles"" Version=""1.0.0"" />
<PackageReference Include=""Microsoft.AspNetCore.Diagnostics"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.AspNetCore.Mvc"" Version=""1.0.6"" />
<PackageReference Include=""Microsoft.AspNetCore.Server.IISIntegration"" Version=""1.0.5"" />
<PackageReference Include=""Microsoft.AspNetCore.Server.Kestrel"" Version=""1.0.6"" />
<PackageReference Include=""Microsoft.AspNetCore.StaticFiles"" Version=""1.0.4"" />
<PackageReference Include=""Microsoft.Extensions.Configuration.EnvironmentVariables"" Version=""1.0.0"" />
<PackageReference Include=""Microsoft.Extensions.Configuration.Json"" Version=""1.0.0"" />
<PackageReference Include=""Microsoft.Extensions.Logging"" Version=""1.0.0"" />
Expand Down
6 changes: 3 additions & 3 deletions version.props
@@ -1,8 +1,8 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
<PackageVersion>1.0.2</PackageVersion>
<VersionPrefix>1.0.2</VersionPrefix>
<PackageVersion>1.0.3</PackageVersion>
<VersionPrefix>1.0.3</VersionPrefix>
<VersionSuffix>rtm</VersionSuffix>
</PropertyGroup>
</Project>
</Project>

0 comments on commit e07ef8b

Please sign in to comment.