sensenet Tools 3.2.4
This release contains namespace changes related to the Dependency Injection namespace naming convention.
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
If you want to reference this library in your project, please install the folllowing NuGet package.