diff --git a/roadmap.md b/roadmap.md index 61d1e5adc9..a9c8f5308d 100644 --- a/roadmap.md +++ b/roadmap.md @@ -13,7 +13,8 @@ The Microsoft.Data.SqlClient roadmap communicates project priorities for evolvin |---------------------------|--------------|---------------| | Microsoft.Data.SqlClient v1.0 (servicing) | As needed (see also [1.0 releases](https://github.com/dotnet/sqlclient/blob/master/release-notes/1.0)) | Closed | | Microsoft.Data.SqlClient v1.1 (servicing) | As needed (see also [1.1 releases](https://github.com/dotnet/sqlclient/blob/master/release-notes/1.1)) | Closed | -| Microsoft.Data.SqlClient v2.0 | GA (General Availability) estimated for May 2020 | [SqlClient 2.0.0](https://github.com/dotnet/SqlClient/projects/5) | +| Microsoft.Data.SqlClient v2.0 (servicing) | As needed (see also [2.0 releases](https://github.com/dotnet/sqlclient/blob/master/release-notes/2.0)) | Closed | +| Microsoft.Data.SqlClient v2.1 | GA (General Availability) estimated for November 2020 | [SqlClient 2.1.0](https://github.com/dotnet/SqlClient/projects/6) | > Note: Dates are calendar year (as opposed to fiscal year). diff --git a/tools/props/Versions.props b/tools/props/Versions.props index 817a1dbc1a..16c550dfd6 100644 --- a/tools/props/Versions.props +++ b/tools/props/Versions.props @@ -2,9 +2,12 @@ 1.0.0.0 - $(AssemblyFileVersion) + + + + 2.0.20168.4 1.0.0-beta.18578.2 - 2.0.0-dev + 2.1.0-dev $(NugetPackageVersion)