Merge pull request #641 from leecow/master

release notes edits
This commit is contained in:
Lee Coward 2017-05-10 14:34:17 -07:00 committed by GitHub
commit 9f8392c8e5

View file

@ -2,13 +2,13 @@
## .NET Core 2.0.0 Preview 1 released 5/10/2017
.NET Core 2.0.0 Preview 1 and SDK 2.0.0 Preview 1 are available for download and testing. These can be found on the [.NET Core download pages](https://www.microsoft.com/net/core/preview) or can be downloaded from the following.
* [.NET Core Runtime and SDK 2.0.0-preview1](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md)
.NET Core 2.0.0 Preview 1 and SDK 2.0.0 Preview 1 are available for download and testing. These can be found on [.NET Core Preview 1](https://www.microsoft.com/net/core/preview) or the [Preview 1 download page](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md).
The .NET Core SDK 2.0.0-Preview 1 includes .NET Core 2.0.0-Preview 1 runtime so downloading the runtime packages separately is not needed when installing the SDK.
Have a look at [.NET Core 2.0.0 Preview 1 Known Issues](2.0.0-preview1-known-issues.md) document as there are a few things to be aware of before installing.
You can see details for other areas of the release in the [.NET Blog](https://blogs.msdn.microsoft.com/dotnet/) and have a look at [.NET Core 2.0.0 Preview 1 Known Issues](2.0.0-preview1-known-issues.md) document as there are a few things to be aware of before installing.
We've created [dotnet/core #640](https://github.com/dotnet/core/issues/640) for your questions and comments.
## .NET Core 2.0.0 Preview 1 Highlights
@ -18,7 +18,7 @@ You can visit the following locations to learn more about .NET Standard.
* [Introducing .NET Standard](https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/)
* [Channel 9 Discussion](https://channel9.msdn.com/Shows/On-NET/Immo-Landwerth-Net-Standard)
* [.NET Stardard 2.0 API list](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md)
* [.NET Standard 2.0 API list](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md)
### Linux Binaries
@ -28,9 +28,9 @@ The 'generic' Linux binary archives are new for the 2.0 release. This package co
We have made changes to the crypto libraries to take advantage of services available natively in macOS.
### .NET Store
### Runtime Package Store
This enables creating a precompiled cache of common libraries which can be centrally provisioned and not deployed to every application reducing deployment size and time.
The runtime package store enables creating a precompiled cache of common libraries which can be centrally provisioned and not deployed to every application reducing deployment size and time.
### Separate Host Executables