Update READMEs

This commit is contained in:
Mads Torgersen 2017-02-01 10:56:32 -08:00
parent 6027ad5a4a
commit a3a5aa01ed
3 changed files with 15 additions and 2 deletions

View file

@ -14,7 +14,7 @@ C# is designed by the C# Language Design Team (LDT).
## Language Specification
It is our plan to move the C# Language Specification into Markdown, and draft it in the `spec` folder. The spec drafts will eventually be standardized and published by ECMA.
It is our plan to move the C# Language Specification into Markdown, and draft it in the [spec](spec) folder. The spec drafts will eventually be standardized and published by ECMA. The folder currently contains an unofficial Markdown version of the C# 6.0 specification for convenience.
## Implementation

13
meetings/2016/README.md Normal file
View file

@ -0,0 +1,13 @@
# C# Language Design Notes for 2016
Overview of meetings and agendas for 2016
## Feb 29, 2016
[C# Language Design Notes for Feb 29, 2016](LDM-2016-02-29.md)
*Catch up edition (deconstruction and immutable object creation)*
Over the past couple of months various design activities took place that weren't documented in design notes. This a summary of the state of design regarding positional deconstruction, with-expressions and object initializers for immutable types.

View file

@ -2,7 +2,7 @@ C# Language Specification
===========================
__Version 6__
*Microsoft has not yet released an official copy of the C#6 spec. This is an unofficial draft. __When Microsoft does release its official copy, before end 2016 at the latest, then this current repository will be deleted__. That's because I wouldn't want to have two copies of the C#6 spec floating around.*
This is an unofficial draft, posted here for convenience. When we submit a C# 6.0 spec proposal to ECMA (who is currently finalizing the C# 5.0 Standard), it will be shared here.
<!--
(This document is also available for download: [csharp.pdf](CSharp%20Language%20Specification.pdf?raw=true) and [csharp.docx](CSharp%20Language%20Specification.docx?raw=true))