Skip to content

Release v3.3.1 ETA? #322

@crozone

Description

@crozone

The README.md is currently out of sync with the current 3.3.0 release package.

Attempting to use the code example to pass an array of configuration assemblies (eg. for .NET 6 single file apps with trimming) currently doesn't compile:

var configurationAssemblies = new[]
{
    typeof(ConsoleLoggerConfigurationExtensions).Assembly,
    typeof(FileLoggerConfigurationExtensions).Assembly,
};
var logger = new LoggerConfiguration()
    .ReadFrom.Configuration(configuration, configurationAssemblies)
    .CreateLogger();

The last commit was in May, any ETA on when the 3.3.1 package might be going live?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions