Skip to content

Commit 7fc7db0

Browse files
pkulikovBillWagner
authored andcommitted
Updated link to the C# specification 5.0 (#5543)
1 parent 6d20c91 commit 7fc7db0

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

docs/csharp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ There are several sections in the C# Guide. You can read them in order, or jump
5858
* This section contains the reference material on the C# language. This material helps you understand the syntax and semantics of C#. It also includes reference material on types, operators, attributes, preprocessor directives, compiler switches, compiler errors, and compiler warnings.
5959

6060
* [C# Language Specification](../csharp/language-reference/language-specification/index.md)
61-
* Links to the latest version of the C# Specifications in Microsoft Word format.
61+
* Links to the latest versions of the C# language specification.
6262

6363
## See also
6464

docs/csharp/language-reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ This section provides reference material about C# keywords, operators, special c
3232
Includes code snippets that demonstrate the cause and correction of C# compiler errors and warnings.
3333

3434
[C# Language Specification](../../csharp/language-reference/language-specification/index.md)
35-
Provides pointers to the latest version of the C# Language Specification in Microsoft Word format.
35+
Provides links to the latest versions of the C# language specification.
3636

3737
## Related Sections
3838

39-
[C#](../../csharp/index.md)
39+
[C# Guide](../../csharp/index.md)
4040
Provides a portal to Visual C# documentation.
4141

4242
[Using the Visual Studio Development Environment for C#](/visualstudio/csharp-ide/using-the-visual-studio-development-environment-for-csharp)

docs/csharp/language-reference/language-specification/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "C# 6.0 draft Language Specification"
3-
ms.date: 07/01/2017
2+
title: "C# 6.0 draft language specification"
3+
ms.date: 05/22/2018
44
ms.topic: language-reference
55
helpviewer_keywords:
66
- "C# language, specification"
@@ -9,18 +9,19 @@ helpviewer_keywords:
99
- "language specification [C#]"
1010
ms.assetid: e5d5a5cc-636b-4bff-b9c8-a8edc6207c22
1111
---
12-
# C# 6.0 draft Language Specification
13-
The C# Language Specification is the definitive source for C# syntax and usage. This specification contains detailed information about all aspects of the language, including many points that the documentation for Visual C# doesn't cover.
12+
# C# 6.0 draft language specification
1413

15-
You can download version 5.0 of this specification from the [Microsoft Download Center](http://www.microsoft.com/download/details.aspx?id=7029). If you've installed Visual Studio 2015, you can also find the specification on your computer in the Program Files (x86)/Microsoft Visual Studio 14.0/VC#/Specifications/1033 folder. If you have another version of Visual Studio installed or if you installed Visual Studio in a language other than English, change the path as appropriate.
14+
The C# language specification is the definitive source for C# syntax and usage. This specification contains detailed information about all aspects of the language, including many points that the documentation for C# doesn't cover.
1615

17-
Version 6.0 of the specification has not been approved as a standard. This site contains the [*draft* C# 6.0 specification](../../../../_csharplang/spec/introduction.md). It is built from the markdown files contained in [the dotnet/csharplang GitHub repository](https://github.com/dotnet/csharplang/blob/master/spec/README.md).
16+
Version 5.0 of the specification has been released in December 2017 as the [Standard ECMA-334 5th Edition](https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf) document.
17+
18+
Version 6.0 of the specification has not been approved as a standard. This site contains the [*draft* C# 6.0 specification](../../../../_csharplang/spec/introduction.md). It's built from the markdown files contained in the [dotnet/csharplang GitHub repository](https://github.com/dotnet/csharplang/blob/master/spec/README.md).
1819

1920
Issues on the draft specification should be created in the [dotnet/csharplang](https://github.com/dotnet/csharplang/issues) repository. Or, if you are interested
2021
in fixing any errors you find, you may submit a [Pull Request](https://github.com/dotnet/csharplang/pulls) to the same repository.
2122

22-
## See Also
23-
[C# Reference](../../language-reference/index.md)
23+
## See also
24+
[C# Reference](../index.md)
2425
[C# Programming Guide](../../programming-guide/index.md)
2526

2627
>[!div class="step-by-step"]

0 commit comments

Comments
 (0)