Releases: SenseNet/sn-preview-aspose
sensenet Aspose Preview provider 7.3.7
Code documentation and document-generation support.
What's Changed
- Mark options classes with the options attribute. by @tusmester in #14
Full Changelog: remove-systemdrawing...v7.3.7
Remove System.Drawing dependency
In this release we removed System.Drawing
dependency from most of our projects so that preview generation may run in Linux containers with .Net 6.
What's Changed
- Prepare preview with Aspose for containerization by @VargaJoe in #7
- SNaaS and standalone projects in the same branch by @tusmester in #9
- Graylog settings placeholder for production container environments by @VargaJoe in #11
- Convert image documents using Skia. by @tusmester in #12
Full Changelog: di-and-logging...remove-systemdrawing
Preview generators: dependency injection and logging
This is a technical release to support the latest sensenet packages and modern dependency injection and logging services.
Features and infrastructure
- We added many log lines to provide the operators with more information.
- Added serilog and graylog support to generators.
sensenet Aspose Preview provider 7.3.2
This release follows the changes in the core product. In an existing application please update the NuGet package to get the latest version.
Installation
To get started please follow the install guide.
sensenet Aspose Preview provider 7.3.1
This release follows the namespace changes in the core product. In an existing application please update the NuGet package to get the latest version.
Breaking changes
- We had to refactor a couple of our namespaces to be consistent with the industry standard Dependency Injection namespace. All of our DI extension methods were moved to the
SenseNet.Extensions.DependencyInjection
namespace. If you encounter build errors, please add ausing
statement for this new namespace to your code.
Installation
To get started please follow the install guide.
sensenet Aspose Preview provider 7.3.0
In this release we have moved the Aspose implementation of the sensenet Preview feature to this separate repository.
Installation
To get started please follow the install guide.