c# versions
Does c# ever actually upgrade its versions? I keep reading about java upgrades year over year (21,22) but c# never seems to announce anything, or anything major. Am i missing something?
8 Replies
You're missing something every November 😉
Every November a new C# / .NET version is being released
They post a lot in their blogs, they won't prompt you Theres a new version, download today!
Currently we're on C# 12
And .NET 8.0
'21 was C# 10 and .NET 6
'22 was C# 11 and .NET 7
This year, we get C# 13 and .NET 9
Kathleen Dollard
.NET Blog
Announcing C# 12 - .NET Blog
Announcing the official release of C# 12, including collection expressions, primary constructors, and more!
Mads Torgersen
.NET Blog
Welcome to C# 11 - .NET Blog
C# 11 is here! Bringing with it some highly anticipated features including string literals, generic math, required members, and much more.
Kathleen Dollard
.NET Blog
Welcome to C# 10 - .NET Blog
Check out the great new features in C# 10 as part of .NET 6 and Visual Studio 2022, that make your code prettier, more expressive, and faster.
etc.
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View