v3.0.1
Fixes the migration tool, which could not run at all in v3.0.
What was wrong
ImageStore.Migrator was built with globalization invariant mode enabled. Microsoft.Data.SqlClient refuses to load under that mode and failed immediately with:
Migration failed: Globalization Invariant Mode is not supported.
It never reached the connection string, so no migration was possible. If you are migrating from Sql Server, use this release rather than v3.0.
The module itself never had that setting and is unaffected — ImageStore-v3.0.zip and ImageStore-v3.0.1.zip are equivalent.
Also
A push to master no longer publishes a second, date-named release for a commit that is already being released under a version tag. Previously both went out and the date-named one, landing a minute later, took the "Latest" marker.
Everything else
See the v3.0 release notes — this is that release with the migrator repaired.