Skip to content

Commit

Permalink
fix: Fixes link to "What is new in C# 8.0?"
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Oct 5, 2019
1 parent 041dc95 commit 9760167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sharpen.Engine/CSharpLanguageVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static string GetWhatIsNewUrlFor(string cSharpLanguageVersion)
case CSharp60: return "https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history#c-version-60";
case CSharp70: return "https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-7";
case CSharp71: return "https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-7-1";
case CSharp80: return "https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8#using-declarations";
case CSharp80: return "https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8";
default: return null;
}
}
Expand Down

0 comments on commit 9760167

Please sign in to comment.