Skip to content

Commit 630fc6e

Browse files
authored
Update readme to reflect work on C# 7 (#610)
Add C# 7 paragraph, convert C# 6 to "standard" from "draft"
1 parent 0846382 commit 630fc6e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ This project has adopted the code of conduct defined by the Contributor Covenant
99

1010
## C# Language Specification
1111

12-
### C# 6.0 draft
12+
### C# 7.0 draft
1313

14-
The branch `draft-v6` has the draft text for C# 6.0. It has not been submitted as a formal standard to ECMA. This version is a working draft that contains the features for C# 6.0.
14+
The branch `draft-v7` has the draft text for C# 7.0. It has not been submitted as a formal standard to ECMA. This version is a working draft that contains the features for C# 7.0.
15+
16+
### C# 6.0 standard
17+
18+
The branch `standard-v6` has the ECMA C# C# 6.0 standard text, in Markdown format. For the official standard, see the [ECMA site](https://www.ecma-international.org/publications-and-standards/standards/ecma-334/).
1519

1620
### C# 5.0 standard
1721

0 commit comments

Comments
 (0)