All Versions
11
Latest Version
Avg Release Cycle
122 days
Latest Release
1294 days ago

Changelog History
Page 1

  • v4.1.0 Changes

    November 15, 2020
    • ⚡️ Update to Microsoft.CodeAnalysis 3.8.0
    • 👍 Enable C# 9 final support
    • Replace CS9Preview sample with Record sample
  • v4.0.0 Changes

    August 29, 2020
    • ⚡️ Update target framework to 4.7.2
    • ⚡️ Update to Microsoft.CodeAnalysis 3.7.0
    • 👍 Enable C# 9 preview support
    • 👌 Support NullableAttributes and Range, Indices
    • 👌 Improve .NET Framework version detection
    • Replace png icons with xaml icons
    • ➕ Add NullableReferenceTypes sample
    • ➕ Add SwitchExpression sample
    • ➕ Add CS9Preview sample
  • v3.0.1 Changes

    August 24, 2019
    • 🛠 Fix crash that could occur in code completion
    • ⚡️ Update to Microsoft.CodeAnalysis 3.2.1
  • v3.0.0 Changes

    January 24, 2019
    • 👌 Support C# 8.0 and VB 16 (Preview 2)
  • v2.8.0 Changes

    November 27, 2018
    • ⚡️ Update and simplify csproj files (e.g. PackageReference)
    • ⚡️ Update to Microsoft.CodeAnalysis 2.10.0
    • ⚡️ Update System.Buffers to 4.5.0
    • ⚡️ Update WAF to 5.0.0-alpha1
  • v2.7.1 Changes

    October 10, 2018
    • ➕ Add support for System.Memory (Span<T>, Memory<T>)
    • ➕ Add support for System.Buffers (ArrayPool<T>)
    • ⚡️ Update System.Composition to 1.2.0
    • ➕ Add recognition of .NET 4.7.2 in Info dialog
  • v2.7.0 Changes

    October 08, 2018
    • ⚡️ Update to Microsoft.CodeAnalysis 2.9.0 (Support for C# 7.3 and VB 15.5)
    • ⚡️ Update WAF to 4.3.0
    • 👉 Use new SettingsService from WAF
  • v2.6.1 Changes

    March 16, 2018
    • ⚡️ Update to Microsoft.CodeAnalysis 2.7.0
    • ⚡️ Update WAF to 4.2.0
  • v2.6.0 Changes

    March 08, 2018
    • ⚡️ Update to Microsoft.CodeAnalysis 2.6.1 (Support for C# 7.2 and VB 15.5)
    • ⚡️ Update AvalonEdit to 5.04
    • ⚡️ Update WAF to 4.1.0
    • ➕ Add new .NET versions to search for the XML documentation
    • 👌 Support .NET 4.7.1 in version detection
  • v2.5.0 Changes

    August 07, 2017
    • ✅ Enable C# 7.1 and latest Visual Basic support
    • ⚡️ Update Microsoft.CodeAnalysis to 2.3.1
    • 👌 Improve some C# 7 samples