diff --git a/README.md b/README.md index 3a12870da..ed4952f84 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Ensure that your `.csproj` file has the following references. - + @@ -110,8 +110,7 @@ Refer to Microsoft's [EF Core Documentation](https://docs.microsoft.com/en-us/ef Milestone | Release week ----------|------------- 2.1.4 | 11/29/2018 -2.2.0-preview1-final | 1/26/2019 -2.2.0 | 2/6/2019 +2.2.0 | 2/7/2019 #### Scaffolding Tutorial diff --git a/build/dependencies.props b/build/dependencies.props index ef8a41326..e7a69be21 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -7,7 +7,7 @@ 2.2.0 0.49.2 - 2.2.0-preview1-final + 2.2.0 15.6.1 2.3.1 diff --git a/version.props b/version.props index 0c6de4b38..deb434d2b 100644 --- a/version.props +++ b/version.props @@ -1,7 +1,7 @@ 2.2.0 - preview1 + rtm $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final t000