Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.26 KB

2019-07-17-july-2019.md

File metadata and controls

30 lines (19 loc) · 1.26 KB
title description
July 2019
sensenet back-end updates of July 2019

Packages

This is a minor release to support the new version of the Tools library.

Package changes to support .Net Standard

  • the Services install package got a new switch to let developers install repository-only content items, without Services-related types (e.g. OData applications that are not yet converted to .Net Standard).

Installation

To get started please follow the instructions in the Install sensenet from NuGet article.

This release contains the following changes:

Features

  • SnConfig can now be initialized by a standard .Net IConfiguration source, using the UseConfiguration extension method of an IRepositoryBuilder instance.

This release contains the following changes:

Bug fixes

  • The Upload API used an incorrect file name encoding when it started a file upload operation.