Skip to content

sensenet Services 7.3.1

Compare
Choose a tag to compare
@tusmester tusmester released this 24 Jul 18:27
· 1081 commits to master since this release

In this release we converted one of the internal standalone libraries in sensenet (TokenAuthentication) to .Net Standard 2.0 as part of our goal to modernize our libraries. This is something that happens under the hood, just upgrade the NuGet packages and compile your application.

Bug fixes

Installation

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

Upgrade from previous versions

If you already have sensenet installed and want an in-place upgrade instead of re-creating the database, you have to do the following:

  • versions before 7.2: upgrade your database using the upgrade patch (you'll find it on the page of the 7.2 release) in your dev, test and live environments to be up to date.
  • versions 7.2 or later: do not require a patch in the dev environment, just update the NuGet package and compile your application.