- Add .NET 6 target.
- Fix bug when locking database context.
- Update
Faithlife.Reflection
andSystem.ComponentModel.Annotations
.
- Breaking: Don't automatically create tables for backing fields. (It doesn't work well with (non-)nullable reference types, and reflection can't necessarily set backing fields for read-only properties.)
- Official release.
- Updated build script.
- Automatically create tables.
- Initial release.