NetConduit.Quic 2.2.0

This package has a SemVer 2.0.0 package version: 2.2.0+build.20260506022002.3ad034a.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NetConduit.Quic --version 2.2.0
                    
NuGet\Install-Package NetConduit.Quic -Version 2.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetConduit.Quic" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetConduit.Quic" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="NetConduit.Quic" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NetConduit.Quic --version 2.2.0
                    
#r "nuget: NetConduit.Quic, 2.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NetConduit.Quic@2.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NetConduit.Quic&version=2.2.0
                    
Install as a Cake Addin
#tool nuget:?package=NetConduit.Quic&version=2.2.0
                    
Install as a Cake Tool

Package Description

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.3.2 26 5/8/2026
2.3.1 24 5/7/2026
2.3.0 23 5/6/2026
2.2.2 22 5/6/2026
2.2.0 21 5/6/2026
2.1.0 38 4/22/2026
2.0.1 35 4/14/2026
2.0.0 39 3/11/2026
1.2.6 68 12/6/2025
1.2.5 60 12/6/2025
1.2.4 55 12/6/2025
1.2.3 66 12/5/2025
1.2.2 56 12/5/2025
1.2.1 58 12/5/2025

## New Apps
* Bump `net_conduit_tcp` from `2.1.0` to `2.2.0`. See [changelog](https://github.com/Kiryuumaru/NetConduit/compare/net_conduit_tcp/2.1.0...net_conduit_tcp/2.2.0)
* Bump `net_conduit_websocket` from `2.1.0` to `2.2.0`. See [changelog](https://github.com/Kiryuumaru/NetConduit/compare/net_conduit_websocket/2.1.0...net_conduit_websocket/2.2.0)
* Bump `net_conduit_udp` from `2.1.0` to `2.2.0`. See [changelog](https://github.com/Kiryuumaru/NetConduit/compare/net_conduit_udp/2.1.0...net_conduit_udp/2.2.0)
* Bump `net_conduit_ipc` from `2.1.0` to `2.2.0`. See [changelog](https://github.com/Kiryuumaru/NetConduit/compare/net_conduit_ipc/2.1.0...net_conduit_ipc/2.2.0)
* Bump `net_conduit_quic` from `2.1.0` to `2.2.0`. See [changelog](https://github.com/Kiryuumaru/NetConduit/compare/net_conduit_quic/2.1.0...net_conduit_quic/2.2.0)

## What's Changed
* Bump NuGet.Packaging from 6.12.5 to 7.3.1 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/50
* Bump NukeBuildHelpers from 9.0.14 to 9.0.15 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/55
* Bump coverlet.collector from 8.0.1 to 10.0.0 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/54
* Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.0 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/57
* Bump NukeBuildHelpers from 9.0.15 to 9.0.16 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/58
* Bump System.IO.Pipelines from 10.0.6 to 10.0.7 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/59
* Bump NukeBuildHelpers from 9.0.16 to 9.0.17 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/62
* Bump System.Security.Cryptography.Xml from 10.0.6 to 10.0.7 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/60
* Bump coverlet.collector from 8.0.1 to 10.0.0 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/56
* feat: always-on reconnect replay buffer with data integrity verification by @Kiryuumaru in https://github.com/Kiryuumaru/NetConduit/pull/63
* fix: ArrayPool ring buffer leak + honest benchmark results by @Kiryuumaru in https://github.com/Kiryuumaru/NetConduit/pull/65
* Bump coverlet.collector from 8.0.1 to 10.0.0 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/64
* Bump NukeBuildHelpers from 9.0.17 to 9.0.18 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/67
* Bump Microsoft.NET.Test.Sdk from 18.5.0 to 18.5.1 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/68
* Bump Terminal.Gui from 2.0.0 to 2.0.1 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/70
* Bump NukeBuildHelpers from 9.0.18 to 9.0.19 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/69
* Bump NukeBuildHelpers from 9.0.19 to 9.0.22 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/71
* Bump GitHubActionsTestLogger from 3.0.3 to 3.0.4 by @dependabot[bot] in https://github.com/Kiryuumaru/NetConduit/pull/72

**Full Changelog**: https://github.com/Kiryuumaru/NetConduit/compare/build.20260422055737.4b2af35...build.20260506022002.3ad034a