Skip to content

Ookii.FormatC 2.2

Compare
Choose a tag to compare
@SvenGroot SvenGroot released this 06 May 00:29

This release contains the following changes:

  • Removed System.Management.Automation dependency. PowerShell formatting with the PSParser class is still possible, but now requires the library consumer to reference System.Management.Automation or pass the assembly to the PowerShellFormattingInfo class constructor.
  • Updated C# keywords for C# 9.0.
  • Added support for omitting CSS class or pre element.

As a result of these changes, there is no binary for .Net Core 3.0 anymore (this was needed only to be able to reference System.Management.Automation). You can use the .Net Standard 2.0 binary instead.

You can use NuGet to add this release to your project.