Skip to content

Commit 5e22e5f

Browse files
Version updates (#619)
1 parent a446ae1 commit 5e22e5f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

roadmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ The Microsoft.Data.SqlClient roadmap communicates project priorities for evolvin
1313
|---------------------------|--------------|---------------|
1414
| 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 |
1515
| 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 |
16-
| Microsoft.Data.SqlClient v2.0 | GA (General Availability) estimated for May 2020 | [SqlClient 2.0.0](https://github.com/dotnet/SqlClient/projects/5) |
16+
| 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 |
17+
| Microsoft.Data.SqlClient v2.1 | GA (General Availability) estimated for November 2020 | [SqlClient 2.1.0](https://github.com/dotnet/SqlClient/projects/6) |
1718

1819
> Note: Dates are calendar year (as opposed to fiscal year).
1920

tools/props/Versions.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
<Project ToolsVersion="Latest" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<AssemblyFileVersion Condition="'$(AssemblyFileVersion)' == ''">1.0.0.0</AssemblyFileVersion>
5-
<AssemblyVersion>$(AssemblyFileVersion)</AssemblyVersion>
5+
<!-- This Assembly version corresponds to version of Microsoft.Data.SqlClient v2.0.0 Assembly. -->
6+
<!-- Should only be changed in future when a non-backwards compatible driver is released. -->
7+
<!-- Future Assembly Version values shall be Major.Minor.0.0; e.g. 3.0.0.0 -->
8+
<AssemblyVersion>2.0.20168.4</AssemblyVersion>
69
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.18578.2</MicrosoftDotNetGenAPIPackageVersion>
7-
<NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">2.0.0-dev</NugetPackageVersion>
10+
<NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">2.1.0-dev</NugetPackageVersion>
811
<Version>$(NugetPackageVersion)</Version>
912
</PropertyGroup>
1013
<!-- NetFx project dependencies -->

0 commit comments

Comments
 (0)