diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c726d9f..f18bc30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,9 @@ jobs: - name: Pack ioxide.redis run: dotnet pack ioxide.redis/ioxide.redis.csproj --configuration Release --no-build --output ./artifacts + - name: Pack ioxide.Kestrel + run: dotnet pack ioxide.Kestrel/ioxide.Kestrel.csproj --configuration Release --no-build --output ./artifacts + - name: Publish to NuGet if: github.event_name == 'push' && github.ref == 'refs/heads/main' env: diff --git a/README.md b/README.md index fe605ed..b6c2bac 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![ioxide.file](https://img.shields.io/nuget/v/ioxide.file?label=ioxide.file)](https://www.nuget.org/packages/ioxide.file/) [![ioxide.tls](https://img.shields.io/nuget/v/ioxide.tls?label=ioxide.tls)](https://www.nuget.org/packages/ioxide.tls/) [![ioxide.redis](https://img.shields.io/nuget/v/ioxide.redis?label=ioxide.redis)](https://www.nuget.org/packages/ioxide.redis/) +[![ioxide.Kestrel](https://img.shields.io/nuget/v/ioxide.Kestrel?label=ioxide.Kestrel)](https://www.nuget.org/packages/ioxide.Kestrel/) **A shared-nothing io_uring runtime for .NET.**