From 7c3b3a7cd6e08251dd8efa34670d3d328fca9010 Mon Sep 17 00:00:00 2001
From: Xavier <1859710+xavierjohn@users.noreply.github.com>
Date: Thu, 18 Jun 2026 23:30:03 -0700
Subject: [PATCH] chore: pre-publish NuGet bumps + tighten API-ref types front
matter
NuGet (Directory.Packages.props) -- stay-current minor/patch bumps; the
--vulnerable scan flagged nothing:
- OpenTelemetry x4 1.15.3 -> 1.16.0
- Scalar.AspNetCore (+ .Microsoft) 2.14.4 -> 2.16.4
- Microsoft.Extensions.* (DI.Abstractions / Options / Logging.Console) and
Microsoft.AspNetCore.OpenApi / TestHost 10.0.7 -> 10.0.9
- Azure.Core 1.54.0 -> 1.59.0, DotNet.ReproducibleBuilds 2.0.2 -> 2.0.5
- FluentAssertions 7.2.0 -> 7.2.2 (stays on 7.x)
Held deliberately: FluentAssertions <8 (license), Microsoft.Testing.Extensions
.TrxReport 1.9.1 + .CodeCoverage 18.0.6 (MTP alignment with xunit.v3's
Microsoft.Testing.Platform 1.9.x), Asp.Versioning.OpenApi 10.0.0-rc.1 (no newer).
Build 0 warnings / 0 errors; all 99 tests pass.
Docs: tighten the `types:` front matter added in #61 to the actual documented
`###` type sections (addresses the review feedback on #61) -- drop method names
and types whose sections live in sibling docs: SliOutcome,
IServiceLevelIndicatorBuilder, AddServiceLevelIndicator,
AddServiceLevelIndicatorInstrumentation (trellis-api-sli.md) and AddApiVersion
(trellis-api-sli-apiversioning.md).
---
Directory.Packages.props | 28 +++++++++----------
.../trellis-api-sli-apiversioning.md | 2 +-
docs/api_reference/trellis-api-sli.md | 2 +-
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 21cf487..36bd64d 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -5,26 +5,26 @@
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
diff --git a/docs/api_reference/trellis-api-sli-apiversioning.md b/docs/api_reference/trellis-api-sli-apiversioning.md
index 2ff7ff8..15b5f22 100644
--- a/docs/api_reference/trellis-api-sli-apiversioning.md
+++ b/docs/api_reference/trellis-api-sli-apiversioning.md
@@ -1,7 +1,7 @@
---
package: Trellis.ServiceLevelIndicators.Asp.ApiVersioning
namespaces: [Trellis.ServiceLevelIndicators]
-types: [ServiceLevelIndicatorServiceCollectionExtensions, ApiVersionEnrichment, AddApiVersion]
+types: [ServiceLevelIndicatorServiceCollectionExtensions, ApiVersionEnrichment]
version: v10
last_verified: 2026-06-18
audience: [llm]
diff --git a/docs/api_reference/trellis-api-sli.md b/docs/api_reference/trellis-api-sli.md
index f3eb990..b835f26 100644
--- a/docs/api_reference/trellis-api-sli.md
+++ b/docs/api_reference/trellis-api-sli.md
@@ -1,7 +1,7 @@
---
package: Trellis.ServiceLevelIndicators
namespaces: [Trellis.ServiceLevelIndicators]
-types: [ServiceLevelIndicator, ServiceLevelIndicatorOptions, MeasuredOperation, SliOutcome, IEnrichmentContext, "IEnrichment", IServiceLevelIndicatorBuilder, ServiceLevelIndicatorMeterProviderBuilderExtensions, AddServiceLevelIndicator, AddServiceLevelIndicatorInstrumentation]
+types: [ServiceLevelIndicator, ServiceLevelIndicatorOptions, MeasuredOperation, IEnrichmentContext, "IEnrichment", ServiceLevelIndicatorMeterProviderBuilderExtensions]
version: v10
last_verified: 2026-06-18
audience: [llm]