Skip to content

Releases: kjanat/PSScriptAnalyzer

MIGRATE TO KJANAT/PWSH

Choose a tag to compare

@github-actions github-actions released this 17 Aug 18:51

This plugin has moved. This release migrates existing installs to its successor.

  • Plugin: dprint-plugin-powershelldprint-plugin-pwsh
  • Config key: "powershell""pwsh" — rename the block in your dprint config. Unknown keys are rejected, so the old block cannot be silently ignored.
  • The option set has changed: see the schema.

dprint config update installs this release from the old update URL once; afterwards updates come from the new home automatically. Fresh installs: dprint add kjanat/pwsh.

The attached assets are byte-identical to the canonical kjanat/dprint-plugin-pwsh 0.2.0 release.

sha256:

  • plugin.wasm: 61a006d1dde15c61425d0fb220d54149168abed58f5647ec41dbf0202df5509f
  • schema.json: 0294317d54252bfb2d86e7db4c5704f1aa776cbf61c2c08807eee3d2a5795d37

dprint PowerShell formatter 0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 15:44
0.1.0
1886a7a

Install

dprint add kjanat/PSScriptAnalyzer

The release contains the directly loadable dprint plugin.wasm, its configuration schema.json,
and SHA-256 checksums for both files. The module formats .ps1, .psm1, and .psd1 files without
starting pwsh, dotnet, Node.js, or another formatter process.

The formatter and its embedded license are distributed under the repository's MIT license.