v2026.08.15.4
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
Full Changelog: v2.0...v2026.08.15.4