From 9a33dd95a52502d6b1e33e23234ec0999dcbffe7 Mon Sep 17 00:00:00 2001 From: Chris Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:12:43 -0400 Subject: [PATCH 1/2] docs(readme): add canonical publication badges (nuget-version, nuget-downloads, wf:pr, wf:release) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a87cce2..99a8e0a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ An Extractor, Transformer and Loader designed to be used in testing libraries built with Wolfgang.Etl.Abstractions +[![NuGet](https://img.shields.io/nuget/v/Wolfgang.Etl.TestKit.svg?logo=nuget&label=NuGet)](https://www.nuget.org/packages/Wolfgang.Etl.TestKit/) +[![Downloads](https://img.shields.io/nuget/dt/Wolfgang.Etl.TestKit.svg?logo=nuget&label=downloads)](https://www.nuget.org/packages/Wolfgang.Etl.TestKit/) +[![PR build](https://img.shields.io/github/actions/workflow/status/Chris-Wolfgang/ETL-Test-Kit/pr.yaml?event=pull_request_target&label=PR%20build&logo=github)](https://github.com/Chris-Wolfgang/ETL-Test-Kit/actions/workflows/pr.yaml) +[![release](https://img.shields.io/github/actions/workflow/status/Chris-Wolfgang/ETL-Test-Kit/release.yaml?event=release&label=release&logo=github)](https://github.com/Chris-Wolfgang/ETL-Test-Kit/actions/workflows/release.yaml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![.NET](https://img.shields.io/badge/.NET-Multi--Targeted-purple.svg)](https://dotnet.microsoft.com/) [![GitHub](https://img.shields.io/badge/GitHub-Repository-181717?logo=github)](https://github.com/Chris-Wolfgang/ETL-Test-Kit) From fd3cdf3a3649628c0a603acde80e3af2d5bc8d28 Mon Sep 17 00:00:00 2001 From: Chris Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:57:04 -0400 Subject: [PATCH 2/2] docs(readme): correct Supported Frameworks TFM list --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a87cce2..6d3597f 100644 --- a/README.md +++ b/README.md @@ -235,17 +235,15 @@ public sealed class MyLoaderContractTests --- -## 🎯 Target Frameworks +## 🎯 Supported Frameworks -Both packages multi-target the following frameworks: +This library targets: -| Framework | Versions | -|-----------|----------| -| .NET Framework | .NET 4.6.2, .NET 4.8.1 | -| .NET Standard | .NET Standard 2.0 | -| .NET | .NET 8.0, .NET 10.0 | +- **.NET Framework:** 4.6.2, 4.8.1 +- **.NET Standard:** 2.0 +- **.NET:** 8.0, 10.0 ---- +See the [NuGet package page](https://www.nuget.org/packages/Wolfgang.Etl.TestKit/) for the authoritative per-TFM compatibility matrix. ## 🔍 Code Quality & Static Analysis