diff --git a/.appveyor.yml b/.appveyor.yml
index 4eea96a..d45bd5a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -2,7 +2,7 @@ init:
- git config --global core.autocrlf true
branches:
only:
- - dev
+ - master
- /^release\/.*$/
- /^(.*\/)?ci-.*$/
build_script:
diff --git a/.travis.yml b/.travis.yml
index 64bdbb4..ab39800 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ addons:
- libunwind8
branches:
only:
- - dev
+ - master
- /^release\/.*$/
- /^(.*\/)?ci-.*$/
before_install:
diff --git a/.vsts-pipelines/builds/ci-internal.yml b/.vsts-pipelines/builds/ci-internal.yml
index dc7b8a3..c2c5336 100644
--- a/.vsts-pipelines/builds/ci-internal.yml
+++ b/.vsts-pipelines/builds/ci-internal.yml
@@ -7,7 +7,7 @@ resources:
- repository: buildtools
type: git
name: aspnet-BuildTools
- ref: refs/heads/release/2.2
+ ref: refs/heads/master
phases:
- template: .vsts-pipelines/templates/project-ci.yml@buildtools
diff --git a/.vsts-pipelines/builds/ci-public.yml b/.vsts-pipelines/builds/ci-public.yml
index b37fbf7..4a7bb79 100644
--- a/.vsts-pipelines/builds/ci-public.yml
+++ b/.vsts-pipelines/builds/ci-public.yml
@@ -9,7 +9,7 @@ resources:
type: github
endpoint: DotNet-Bot GitHub Connection
name: aspnet/BuildTools
- ref: refs/heads/release/2.2
+ ref: refs/heads/master
phases:
- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 64ff041..eac4268 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
Contributing
======
-Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md) in the Home repo.
+Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) in the Home repo.
diff --git a/build/dependencies.props b/build/dependencies.props
index d382aa6..2959721 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -3,48 +3,48 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 2.2.0-preview1-20180928.5
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
- 2.2.0-preview3-35359
+ 3.0.0-alpha1-20180919.1
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
+ 3.0.0-alpha1-10549
2.0.9
2.1.3
- 2.2.0-preview3-26927-02
- 2.2.0-preview3-35359
+ 2.2.0-preview2-26905-02
+ 3.0.0-alpha1-10549
15.6.1
- 4.7.49
+ 4.9.0
2.0.3
11.0.2
- 4.6.0-preview3-26927-02
- 4.5.0
- 1.6.0
+ 4.6.0-preview1-26907-04
+ 4.6.0-preview1-26907-04
+ 1.7.0-preview1-26907-04
2.3.1
2.4.0
diff --git a/build/repo.props b/build/repo.props
index 22d6024..4a805f4 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -7,7 +7,6 @@
Internal.AspNetCore.Universe.Lineup
- 2.2.0-*
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
index 26697a2..d66a13b 100644
--- a/korebuild-lock.txt
+++ b/korebuild-lock.txt
@@ -1,2 +1,2 @@
-version:2.2.0-preview1-20180928.5
-commithash:43faa29f679f47b88689d645b39e6be5e0055d70
+version:3.0.0-alpha1-20180919.1
+commithash:3066ae0a230870ea07e3f132605b5e5493f8bbd4
diff --git a/korebuild.json b/korebuild.json
index d217d06..8a276a7 100644
--- a/korebuild.json
+++ b/korebuild.json
@@ -1,4 +1,4 @@
{
- "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.2/tools/korebuild.schema.json",
- "channel": "release/2.2"
+ "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json",
+ "channel": "master"
}
diff --git a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs
index e7749f4..d7696a5 100644
--- a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs
+++ b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs
@@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Internal
private static readonly Action _noContextType = LoggerMessage.Define(
LogLevel.Error,
new EventId(1, "NoContextType"),
- "No context type was specified. Ensure the form data from the request includes a contextTypeName value, specifying the context to apply migrations for.");
+ "No context type was specified. Ensure the form data from the request includes a 'context' value, specifying the context type name to apply migrations for.");
private static readonly Action _invalidContextType = LoggerMessage.Define(
LogLevel.Error,
diff --git a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs
index 3266d2f..c27dad8 100644
--- a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs
+++ b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs
@@ -277,7 +277,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
=> string.Format(CultureInfo.CurrentCulture, GetString("MigrationsEndPointMiddleware_InvalidContextType"), p0);
///
- /// No context type was specified. Ensure the form data from the request includes a contextTypeName value, specifying the context to apply migrations for.
+ /// No context type was specified. Ensure the form data from the request includes a 'context' value, specifying the context type name to apply migrations for.
///
internal static string MigrationsEndPointMiddleware_NoContextType
{
diff --git a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx
index 3f987c8..0c6bad1 100644
--- a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx
+++ b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx
@@ -175,7 +175,7 @@
The context type '{0}' could not be loaded. Ensure this is the correct type name for the context you are trying to apply migrations for.
- No context type was specified. Ensure the form data from the request includes a contextTypeName value, specifying the context to apply migrations for.
+ No context type was specified. Ensure the form data from the request includes a 'context' value, specifying the context type name to apply migrations for.
A database operation failed while processing the request.
diff --git a/version.props b/version.props
index 761c134..0c50eff 100644
--- a/version.props
+++ b/version.props
@@ -1,16 +1,15 @@
-
+
- 2.2.0
- preview3
+ 3.0.0
+ alpha1
$(VersionPrefix)
$(VersionPrefix)-$(VersionSuffix)-final
t000
a-
$(FeatureBranchVersionPrefix)$(VersionSuffix)-$([System.Text.RegularExpressions.Regex]::Replace('$(FeatureBranchVersionSuffix)', '[^\w-]', '-'))
$(VersionSuffix)-$(BuildNumber)
-
- 0.5.0
- preview3
+ 0.6.0
+ alpha1
$(ExperimentalVersionPrefix)
$(ExperimentalVersionPrefix)-$(ExperimentalVersionSuffix)-final
$(ExperimentalVersionSuffix)-$(BuildNumber)