From 0da47eb03314ea54a0b79e59b7da5008dee860a6 Mon Sep 17 00:00:00 2001 From: cnkz Date: Tue, 9 Jan 2024 17:45:36 +0100 Subject: [PATCH] fixes --- .github/workflows/build-ubuntu.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 892e3c1..29e2985 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -34,7 +34,7 @@ jobs: --configuration ${{matrix.configuration}} --verbosity normal --blame --blame-crash - --test-results "TestResults-${{ matrix.configuration}}-${{ matrix.dotnet-version }}" + --results-directory "TestResults-${{ matrix.configuration}}-${{ matrix.dotnet-version }}" --output "TestOutput-${{ matrix.configuration}}-${{ matrix.dotnet-version }}" src/ManagedObjectSize.Tests/ManagedObjectSize.Tests.csproj - name: Upload dotnet test results diff --git a/README.md b/README.md index bffc291..36d32db 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ There are two packages. The `ManagedObjectSize` package contains the core functi The `ManagedObjectSize.ObjectPool` package provides ready-to-use helpers to use `Microsoft.Extensions.ObjectPool` as the object pooling implementation. This way the core package has no further dependencies itself. -|Package | Version | -|------------------------------|---------| -| ManagedObjectSize | [![Nuget](https://img.shields.io/nuget/v/ManagedObjectSize)](https://www.nuget.org/packages/ManagedObjectSize/) -| ManagedObjectSize.ObjectPool | [![Nuget](https://img.shields.io/nuget/v/ManagedObjectSize.ObjectPool)](https://www.nuget.org/packages/ManagedObjectSize.ObjectPool/) +|Package | Latest | Stable | +|------------------------------|---------|--------| +| ManagedObjectSize | [![Nuget](https://img.shields.io/nuget/vpre/ManagedObjectSize)](https://www.nuget.org/packages/ManagedObjectSize/) | [![Nuget](https://img.shields.io/nuget/v/ManagedObjectSize)](https://www.nuget.org/packages/ManagedObjectSize/) | +| ManagedObjectSize.ObjectPool | [![Nuget](https://img.shields.io/nuget/vpre/ManagedObjectSize.ObjectPool)](https://www.nuget.org/packages/ManagedObjectSize.ObjectPool/) | [![Nuget](https://img.shields.io/nuget/v/ManagedObjectSize.ObjectPool)](https://www.nuget.org/packages/ManagedObjectSize.ObjectPool/) | The algorithm and ideas are based largely on work from