diff --git a/registry.json b/registry.json index 362de61b..1453fe61 100644 --- a/registry.json +++ b/registry.json @@ -1249,6 +1249,10 @@ "listed": true, "version": "1.0.0" }, + "Serilog.Sinks.PeriodicBatching": { + "listed": true, + "version": "2.2.0" + }, "Serilog.Sinks.Trace": { "listed": true, "version": "3.0.0" diff --git a/src/UnityNuGet.Tests/RegistryTests.cs b/src/UnityNuGet.Tests/RegistryTests.cs index e1b97728..79c231eb 100644 --- a/src/UnityNuGet.Tests/RegistryTests.cs +++ b/src/UnityNuGet.Tests/RegistryTests.cs @@ -112,6 +112,8 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li @"AWSSDK.*", // It has too many versions, the minimum version is lifted so as not to process so many versions @"CSharpFunctionalExtensions", + // Some versions between 5.6.4 and 6.3.0 doesn't ship .netstandard2.0. + @"Elasticsearch.Net", // It has too many versions, the minimum version is lifted so as not to process so many versions @"Google.Apis.AndroidPublisher.v3", // Versions prior to 1.11.24 depend on System.Xml.XPath.XmlDocument which does not target .netstandard2.0