Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit dac9eef

Browse files
authored
updating assembly version and package version for system.data.sqlclient (#42824)
* updating assembly version and package version for system.data.sqlclient * adding package version assembly version to packageindex
1 parent a96df9e commit dac9eef

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,8 @@
12571257
"4.3.0",
12581258
"4.4.0",
12591259
"4.5.0",
1260-
"4.5.1"
1260+
"4.5.1",
1261+
"4.5.3"
12611262
],
12621263
"BaselineVersion": "4.4.0",
12631264
"InboxOn": {
@@ -1276,7 +1277,8 @@
12761277
"4.1.0.0": "4.1.0",
12771278
"4.1.1.0": "4.3.0",
12781279
"4.2.0.0": "4.4.0",
1279-
"4.4.0.0": "4.5.0"
1280+
"4.4.0.0": "4.5.0",
1281+
"4.4.0.1": "4.5.3"
12801282
}
12811283
},
12821284
"System.Data.SqlXml": {

src/System.Data.SqlClient/dir.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\dir.props" />
44
<PropertyGroup>
5-
<AssemblyVersion>4.4.0.0</AssemblyVersion>
5+
<AssemblyVersion>4.4.0.1</AssemblyVersion>
66
<AssemblyKey>MSFT</AssemblyKey>
77
<IsUAP>true</IsUAP>
88
</PropertyGroup>

src/System.Data.SqlClient/pkg/System.Data.SqlClient.pkgproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44
<PropertyGroup>
5-
<PackageVersion>4.5.2</PackageVersion>
5+
<PackageVersion>4.5.3</PackageVersion>
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\ref\System.Data.SqlClient.csproj">

src/packages.builds

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.NETCore.Platforms\Microsoft.NETCore.Platforms.builds">
2828
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
2929
</Project>
30+
<Project Include="$(MSBuildThisFileDirectory)System.Data.SqlClient\pkg\System.Data.SqlClient.pkgproj">
31+
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
32+
</Project>
3033
</ItemGroup>
3134

3235
<!-- Need the PackageIndexFile file property from baseline.props -->

0 commit comments

Comments
 (0)