Skip to content

v2026.08.18.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:29

Downloads

  • ImageStore-v2026.08.18.1.zip — the module and its dependencies. This is the one you want.
  • ImageStore-Migrator-v2026.08.18.1.zip — only for upgrading an existing Sql Server library. Not needed
    for a new one.

Usage

Unpack the module archive into a folder as a whole, then:

pwsh
Import-Module .\ImageStore.dll
New-ImageStoreDatabase .\library.db

There is no database server to install: a library is a single file, and
New-ImageStoreDatabase creates it and opens it in one step.

Requires Windows, PowerShell 7.6 or later, and the .NET 10 Desktop Runtime.

Built from commit 6d2834f.

Full Changelog: v3.0.4...v2026.08.18.1