|
493 | 493 | "_csharplang/proposals/csharp-10.0/*.md": "08/07/2021", |
494 | 494 | "_csharplang/proposals/csharp-11.0/*.md": "09/30/2022", |
495 | 495 | "_csharplang/proposals/csharp-12.0/*.md": "08/15/2023", |
496 | | - "_csharplang/proposals/*.md": "08/30/2024", |
| 496 | + "_csharplang/proposals/*.md": "10/31/2024", |
497 | 497 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "11/08/2022", |
498 | 498 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "09/26/2023", |
499 | 499 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "06/26/2024", |
|
670 | 670 | "_csharplang/proposals/csharp-13.0/ref-struct-interfaces.md": "Allow ref struct types to implement some interfaces", |
671 | 671 | "_csharplang/proposals/csharp-13.0/partial-properties.md": "All partial properties and indexers", |
672 | 672 | "_csharplang/proposals/csharp-13.0/overload-resolution-priority.md": "Overload resolution priority tiebreaker attribute", |
| 673 | + "_csharplang/proposals/field-keyword.md": "The `field` contextual keyword", |
673 | 674 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "C# compiler breaking changes since C# 10", |
674 | 675 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "C# compiler breaking changes since C# 11", |
675 | 676 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "C# compiler breaking changes since C# 12", |
|
792 | 793 | "_csharplang/proposals/csharp-13.0/ref-struct-interfaces.md": "This proposal provides features that enable interface authors to allow `ref struct` types to implement a particular interface", |
793 | 794 | "_csharplang/proposals/csharp-13.0/partial-properties.md": "This proposal provides for partial properties and indexers, allowing the definition of a property or indexer to be split across multiple parts.", |
794 | 795 | "_csharplang/proposals/csharp-13.0/overload-resolution-priority.md": "This proposal introduces a new attribute, `OverloadResolutionPriorityAttribute`, that can be applied to methods to influence overload resolution.", |
| 796 | + "_csharplang/proposals/field-keyword.md": "This proposal introduces a new keyword, `field`, that accesses the compiler generated backing field in a property accessor.", |
795 | 797 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "Learn about any breaking changes since the initial release of C# 10 and included in C# 11", |
796 | 798 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of C# 11 and included in C# 12", |
797 | 799 | "_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of C# 12 and included in C# 13", |
|
817 | 819 | "_csharplang/proposals/csharp-10.0/*.md": "C# feature specifications", |
818 | 820 | "_csharplang/proposals/csharp-11.0/*.md": "C# feature specifications", |
819 | 821 | "_csharplang/proposals/csharp-12.0/*.md": "C# feature specifications", |
| 822 | + "_csharplang/proposals/csharp-13.0/*.md": "C# feature specifications", |
820 | 823 | "_csharplang/proposals/*.md": "C# feature specifications (preview)", |
821 | 824 | "docs/framework/**/*.md": ".NET Framework", |
822 | 825 | "docs/framework/data/adonet/**/*.md": "ADO.NET", |
|
0 commit comments