Releases: SenseNet/sn-tools
sensenet Tools 3.2.13
This is a minor release containing a few new features for developers.
What's Changed
Features
- Feature api by @tusmester in #73
Documentation and logging
Full Changelog: v3.2.12...v3.2.13
Installation
If you want to reference this library in your project, please install the following NuGet package.
sensenet Tools 3.2.12
This is a minor release containing a few new features for developers.
What's Changed
Features
- Add email sender feature. by @tusmester in #70
OptionsClassAttribute
for marking options by @kavics in #71
Installation
If you want to reference this library in your project, please install the following NuGet package.
sensenet Tools 3.2.11
This is a minor release containing a few new features for developers.
Features and infrastructure
- Use cancellation in async Retrier methods. by @tusmester in #65
- Add sourcelink support. by @tusmester in #66
Full Changelog: v3.2.9...v3.2.10
Installation
If you want to reference this library in your project, please install the following NuGet package.
sensenet Tools 3.2.9
This is a minor release containing a few new features for developers.
Features and infrastructure
- We added a new program thread trace column that lets developers follow a specific program flow, even if it spans multiple threads.
- A new, easy to configure Retrier service is available that can be used in a dependency injection environment.
- We upgraded our projects to .Net 6
Installation
If you want to reference this library in your project, please install the following NuGet package.
sensenet Tools 3.2.7
This is a minor release containing a new extension method for setting the global configuration instance earlier.
Installation
If you want to reference this library in your project, please install the following NuGet package.
sensenet Tools 3.2.6
This is a minor release containing a new extension method for registering our ILogger wrapper classes.
Installation
If you want to reference this library in your project, please install the following NuGet package.
sensenet Tools 3.2.5
This release contains a couple of features that will help testing and using the official ILogger
interface in .Net Core.
Features
- The object accessor API lets developers work with static members and inherited types.
- The new logger implementation will let app developers connect the
ILogger
API with the sensenet logging API.
Installation
If you want to reference this library in your project, please install the following NuGet package.
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.
sensenet Tools 3.2.3
This is a minor release containing only a small fix and testing improvements.
Bug fixes
- Event log file became more readable, entries are separated by a new line.
Testing
- Added a few new test helper classes.
Binaries
If you want to reference this library in your project, please do it by installing the NuGet package.
sensenet Tools 3.2.2
This is a minor release containing only a bug fix related to OS-independent file path handling.
Bug fixes
- DirectoryNotFoundException was thrown in Linux-based invironments.
Binaries
If you want to reference this library in your project, please do it by installing the NuGet package.