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

Commit

Permalink
updating assembly version and package version for system.data.sqlclie…
Browse files Browse the repository at this point in the history
…nt (#42824)

* updating assembly version and package version for system.data.sqlclient

* adding package version assembly version to packageindex
  • Loading branch information
Anipik authored Jan 15, 2020
1 parent a96df9e commit dac9eef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions pkg/Microsoft.Private.PackageBaseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,8 @@
"4.3.0",
"4.4.0",
"4.5.0",
"4.5.1"
"4.5.1",
"4.5.3"
],
"BaselineVersion": "4.4.0",
"InboxOn": {
Expand All @@ -1276,7 +1277,8 @@
"4.1.0.0": "4.1.0",
"4.1.1.0": "4.3.0",
"4.2.0.0": "4.4.0",
"4.4.0.0": "4.5.0"
"4.4.0.0": "4.5.0",
"4.4.0.1": "4.5.3"
}
},
"System.Data.SqlXml": {
Expand Down
2 changes: 1 addition & 1 deletion src/System.Data.SqlClient/dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\dir.props" />
<PropertyGroup>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
<AssemblyVersion>4.4.0.1</AssemblyVersion>
<AssemblyKey>MSFT</AssemblyKey>
<IsUAP>true</IsUAP>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<PackageVersion>4.5.2</PackageVersion>
<PackageVersion>4.5.3</PackageVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ref\System.Data.SqlClient.csproj">
Expand Down
3 changes: 3 additions & 0 deletions src/packages.builds
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.NETCore.Platforms\Microsoft.NETCore.Platforms.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<Project Include="$(MSBuildThisFileDirectory)System.Data.SqlClient\pkg\System.Data.SqlClient.pkgproj">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
</ItemGroup>

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

0 comments on commit dac9eef

Please sign in to comment.