The following are major changes that happenend in this release cycle:
- Improve handling of post-increment and compound assignments
- Add foreach over array pattern
- Pointer arithmetic
- Many correctness and bug fixes
- NuGet package includes debug symbols and source code #943 (comment)
- Frontends.sln: the x-plat console and PowerShell cmdlets projects use the NuGet package. For sample usage of the PowerShell cmdlets please see https://github.com/icsharpcode/ILSpy/blob/master/ICSharpCode.Decompiler.PowerShell/Demo.ps1. Note: works on Windows PowerShell and PowerShell Core.
- Xamarin Workbook with additional snippet-like samples https://github.com/icsharpcode/ILSpy/blob/master/DecompilerNuGetDemos.workbook (sample output can be seen in #964 (comment)). Please use Frontends.sln as well as this workbook to guide your first steps in using the Decompiler NuGet package.