1.0.0-beta.13
Pre-release
Pre-release
- Removed the
StreamContent
content provider in favor of the newMemoryContent
content provider (should also provide a nice performance boost since there's no more stream locking). - Added
IExecutionContext.GetContentProvider()
extensions that take abyte[]
buffer. - Added new
MemoryContent
content provider that wraps abyte[]
buffer. - Changed
IEngine.Settings
to be mutable, settings can now be added directly to the engine after instantiation. - Fixed a bug with case-insensitive settings from the command line.
- Fixed a bug with computed metadata settings from the command line.