Skip to content

v2026.08.15.4

Choose a tag to compare

@github-actions github-actions released this 15 Aug 12:12

Downloads

  • ImageStore-v2026.08.15.4.zip — the module and its dependencies. This is the one you want.
  • ImageStore-Migrator-v2026.08.15.4.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 edff6d3.

What's Changed

  • Replace Sql Server with SQLite by @scegg in #2

Full Changelog: v2.0...v2026.08.15.4