Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkz committed Jan 9, 2024
1 parent 657906e commit 0da47eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0da47eb

Please sign in to comment.