Merge pull request #303 from leecow/master

1.1 release document updates
This commit is contained in:
Lee Coward 2016-10-24 13:43:03 -07:00 committed by GitHub
commit aa7922a720
3 changed files with 14 additions and 2 deletions

View file

@ -21,14 +21,15 @@ Support has been added for the distros highlighted below.
* Mac OS X 10.11, _**10.12**_
* Windows 7+ / Server 2012 R2+
* Windows Nano Server TP5
* _**Windows Server 2016**_
### .NET Core API
Changes to the .NET Core API surface are can bee seen in the [1.0-1.1-api-diff](1.0-1.1-api-diff/1.0-1.1-api-diff.md)
Changes to the .NET Core API surface are can be seen in the [1.0-1.1-api-diff](1.0-1.1-api-diff/1.0-1.1-api-diff.md)
### WCF
XmlSerializer, DataContractSerializer, and DataContractJsonSerializer can now serialize or deserialize objects at runtime without using IL emit or code generation. Prior to this release, in Universal Windows Platform (UWP) applications, these serializers can only be generated at compile time by .NET Native toolchain. This new feature, therefore, is especially useful for UWP applications in scenarios where pre-generated serializers at compile time is hard to achieve when runtime information is required for seraization. For example, constructor XmlSerializer.ctor(Type,XmlRootAttribute) is now supported on UWP.
* Please see the [WCF release page](https://github.com/dotnet/wcf/releases/tag/v1.1.0-preview1) for details on fixes from the WCF team.
### ASP.NET Core

View file

@ -0,0 +1,9 @@
#.NET Core 1.1.0 Release Documents
## Preview 1 (10/24/2016)
- [Release Notes](1.1.0-preview1.md)
- [Known Issues](1.1.0-preview1-known-issues.md)
- [Commits](1.1-preview1-commits.md)
- [Contributors](1.1.0-preview1-contibutor-list.md)
- [1.0 - 1.1 Preview 1 API Differences](1.0-1.1-api-diff/1.0-1.1-api-diff.md)

View file

@ -1,5 +1,7 @@
# Release Notes
[1.1.0 Preview 1 released 10/24/2016](1.1/1.1.0-preview1.md)
[1.0.1 released 9/13/2016](1.0/1.0.1-release-notes.md)
[1.0.0 released 6/27/2016](1.0/1.0.0.md)