This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
v1.0.12 - 2019.10.10
- Target .NET Standard 2.0 (PR #1).
- Remove ElasticSearch and InfluxDB reporters from the library.
- Remove
MetricsConfig.WithHttpEndpoint()
feature from the library. - Remove System.Configuration.ConfigurationManager dependency.
- Remove LibLog. Use
Metric.Config.WithErrorHandler((e, msg) => {...})
directly if you need to log Metrics.NET errors. - Migrate tests from xUnit to NUnit.
- Switch to SDK-style project format and dotnet core build tooling.
- Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.