February 2020
Packages
sensenet Services 7.7.7
This release is mostly a technical update that takes us closer to a full .Net Core solution. It also contains several bug fixes.
This release does not require an upgrade patch if you already have the previous version installed: it is enough to update the packages in Visual Studio.
Features
- The new .Net Core OData layer is able to handle querystring parameters
Bug fixes
- Use async stream operations in OData middleware because that is the default in .net core to prevent a runtime exception.
- Fix empty query execution.
- Allowed child types field is indexed correctly and became searchable.
- Previous GetSchema changes (added content handler info) were ported to the old Services project.
- OData middleware is registered correctly and developers may add custom middleware after it correctly in a .net core web project.
- Users without admin permissions are able to create other users correctly.
Installation
To get started please follow the instructions in the Install sensenet from NuGet article.
sensenet Client for .Net 2.0.3
This is a minor release containing only a bug fix related to using the client in a web environment.
Bug fixes
- ODataRequest works with a local server variable.
Binaries
If you want to reference this library in your project, please do it by installing the NuGet package.
sensenet Tools 3.2.1
This is a minor release containing only a few changes. We have changed the default tracer to write to the trace instead of the file system so that developers do not have to deal with file system issues during installation.
Bug fixes
- writing log files to the file system has become more robust.
Binaries
If you want to reference this library in your project, please do it by installing the NuGet package.
sensenet WebPages 7.3.2
This release focuses on supporting the latest version of sensenet: v7.7.7
This release does not require an upgrade patch if you already have the previous version installed: it is enough to update the packages in Visual Studio.
Installation
Prerequisites: you have to install sensenet Services before you can install WebPages.
You can install the sensenet WebPages component in Visual Studio as a NuGet package. Please follow the steps in the the following article: