add readme doc to relnotes dirs

This commit is contained in:
Lee Coward 2017-11-15 17:01:39 -08:00
parent 743e471c0d
commit f214263097
2 changed files with 23 additions and 14 deletions

View file

@ -0,0 +1,17 @@
# .NET Core 1.0 Release Documents
| Release Date | Description | |
| :-- | :-- | :--: | :--: |
| 2017/11/14 | 1.0.8 with SDK 1.1.5 | [release notes](1.0/1.0.8.md)/[download](download-archives/1.0.8.md) |
| 2017/09/21 | 1.0.7 with SDK 1.1.4 | [release notes](1.0/1.0.7.md)/[download](download-archives/1.0.7-download.md) |
| 2017/05/09 | 1.0.5 with SDK 1.0.4 | [release notes](1.0/1.0.5.md)/[download](download-archives/1.0.5-download.md) |
| 2017/04/13 | 1.0.4 with SDK 1.0.3 | [release notes](https://github.com/dotnet/cli/releases/tag/v1.0.3)/[download](download-archives/1.0.3-sdk-download.md) |
| 2017/03/07 | 1.0.4 with SDK 1.0.1 | [release notes](1.0/1.0.4.md)/[download](download-archives/1.0.4-download.md) |
| 2017/02/07 | 1.0.3 with SDK RC4 build 004771 | [release notes](1.0/1.0.3-SDK-RC4.md)/[download](download-archives/rc4-download.md) |
| 2017/01/27 | 1.0.3 with SDK RC3 build 004530 | [release notes](1.0/1.0.3.md)/[download](download-archives/rc3-download.md) |
| 2016/12/13 | 1.0.3 with SDK Preview 2 build 3156 | [release notes](1.0/1.0.3.md)/[download](download-archives/1.0.3-preview2-download.md) |
| 2016/10/24 | 1.0.1 with SDK Preview 4 build 4233 | [release notes](1.0/1.0.1-release-notes.md)/[download](download-archives/preview4-download.md) | | [1.0.1 Known Issues](1.0.1-known-issue
| 2016/10/17 | 1.0.2 with SDK Preview 2 build 3148 | [release notes](https://github.com/dotnet/core/releases/tag/1.0.2)/[download](download-archives/1.0.2-preview2-download.md) |
| 2016/10/03 | 1.0.1 with SDK Preview 3 build 4056 | [release notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.1-release-notes.md)/[download](download-archives/preview3-download.md) |
| 2016/09/13 | 1.0.1 with SDK Preview 2 build 3131 and 3133 | [release notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.1-release-notes.md)/[download](download-archives/1.0.1-preview2-download.md) |
| 2016/06/27 | 1.0 with SDK Preview 2 build 3121 | [release notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.0.md)/[download](download-archives/1.0-preview2-download.md) | | | [Contributors](1.0.0-contributor-list

View file

@ -1,16 +1,8 @@
# .NET Core 2.0.0 Release Documents
## .NET Core 2.0 (08/14/2017)
- [Release Notes](2.0.0.md)
- [Known Issues](2.0.0-known-issues.md)
## Preview 2 (06/28/2017)
- [Release Notes](2.0.0-preview2.md)
- [Known Issues](2.0.0-preview2-known-issues.md)
## Preview 1 (05/10/2017)
- [Release Notes](2.0.0-preview1.md)
- [Known Issues](2.0.0-preview1-known-issues.md)
| Release Date | Description | | |
| :-- | :-- | :--: | :--: | :-- |
| 2017/11/14 | 2.0.3 with SDK 2.0.3 | [release notes](2.0/2.0.3.md)/[download](download-archives/2.0.3.md) | |
| 2017/8/14 | 2.0.0 with SDK 2.0.0 | [release notes](2.0/2.0.0.md)/[download](download-archives/2.0.0-download.md) | [Known Issues](2.0.0-known-issues.md)|
| 2017/6/28 | 2.0.0 Preview 2 | [release notes](2.0/2.0.0-preview2.md)/[download](download-archives/2.0.0-preview2-download.md) | [Known Issues](2.0.0-preview2-known-issues.md)|
| 2017/5/10 | 2.0.0 Preview 1 | [release notes](2.0/2.0.0-preview1.md)/[download](download-archives/2.0.0-preview1-download.md) | [Known Issues](2.0.0-preview1-known-issues.md)|