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
Merge pull request #23479 from weshaggard/Release106
Browse files Browse the repository at this point in the history
[release/1.0.0] Mark packages as stable for 1.0.6
  • Loading branch information
weshaggard authored Sep 5, 2017
2 parents bc28139 + 093793e commit 5d52585
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions pkg/Microsoft.Private.PackageBaseline/stable.packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -1397,5 +1397,49 @@
<StablePackage Include="runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.2</Version>
</StablePackage>

<!-- Servicing 1.0.6 wave -->
<StablePackage Include="Microsoft.NETCore.Targets">
<Version>1.0.4</Version>
</StablePackage>
<StablePackage Include="System.IO.FileSystem.DriveInfo">
<Version>4.0.1</Version>
</StablePackage>
<StablePackage Include="System.Net.Http">
<Version>4.1.3</Version>
</StablePackage>
<StablePackage Include="System.Net.Http.WinHttpHandler">
<Version>4.0.4</Version>
</StablePackage>
<StablePackage Include="System.Net.Security">
<Version>4.0.2</Version>
</StablePackage>
<StablePackage Include="System.Security.Cryptography.X509Certificates">
<Version>4.1.1</Version>
</StablePackage>
<StablePackage Include="runtime.debian.8-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.3</Version>
</StablePackage>
<StablePackage Include="runtime.fedora.23-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.3</Version>
</StablePackage>
<StablePackage Include="runtime.native.System.Security.Cryptography">
<Version>4.0.3</Version>
</StablePackage>
<StablePackage Include="runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.3</Version>
</StablePackage>
<StablePackage Include="runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.3</Version>
</StablePackage>
<StablePackage Include="runtime.rhel.7-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.3</Version>
</StablePackage>
<StablePackage Include="runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.3</Version>
</StablePackage>
<StablePackage Include="runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography">
<Version>1.0.3</Version>
</StablePackage>
</ItemGroup>
</Project>

0 comments on commit 5d52585

Please sign in to comment.