Skip to content

AitherZero v2.3.5

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 06:47
· 17 commits to main since this release

AitherZero v2.3.5

Installation

PowerShell Gallery (recommended):

Install-Module -Name AitherZero -Scope CurrentUser
Import-Module AitherZero

Download & Install:

# Download the zip from Assets below, then:
Expand-Archive AitherZero-2.3.5.zip -DestinationPath ./AitherZero
cd AitherZero
./install.ps1

From source:

git clone https://github.com/Aitherium/AitherZero.git
cd AitherZero
./build.ps1
Import-Module ./AitherZero.psd1

Changes

  • fix(ci): the release step passed an empty argument to gh (1635f44)

Requirements

  • PowerShell 7.0+
  • Windows, Linux, or macOS