Skip to content

Commit c5fbcd6

Browse files
authored
Move C# 7.1 proposals to 7.1 folder (#870)
1 parent b7e7879 commit c5fbcd6

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
# Ignore temporary files
3+
~$*
4+
*~
5+

proposals/csharp-7.1/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
# C# 7.1
33

4-
- [Async Main](https://github.com/dotnet/csharplang/blob/master/proposals/async-main.md)
5-
- [Default Expressions](https://github.com/dotnet/csharplang/blob/master/proposals/target-typed-default.md)
4+
- [Async Main](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/async-main.md)
5+
- [Default Expressions](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/target-typed-default.md)
66
- [Infer tuple names](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/infer-tuple-names.md)
7-
- [Pattern-matching with generics](https://github.com/dotnet/csharplang/blob/master/proposals/generics-pattern-match.md)
7+
- [Pattern-matching with generics](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/generics-pattern-match.md)
8+
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)