From 0eb89b553d5ef33138b46279d5f219a4afa05a90 Mon Sep 17 00:00:00 2001 From: joreg Date: Mon, 19 Feb 2024 15:23:49 +0100 Subject: [PATCH] Update nuget-compatibility-chart.md --- changelog/nuget-compatibility-chart.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog/nuget-compatibility-chart.md b/changelog/nuget-compatibility-chart.md index 133434d..95a0fba 100644 --- a/changelog/nuget-compatibility-chart.md +++ b/changelog/nuget-compatibility-chart.md @@ -5,6 +5,14 @@ Unfortunately the listings here are done manually and are therefore by no means If you find yourself in the need to downgrade the version of a NuGet, make sure to read [Installing a specific version of a NuGet](../reference/hde/managing-nugets.md#installing-a-specific-version). +## vvvv gamma 6.0 - previews + +Package|Version|Command to get recommended version +-|-|- +[VL.IO.TCP](https://www.nuget.org/packages/VL.IO.TCP) | >= 0.5.0 preview | `nuget install VL.IO.TCP -pre` +[VL.Kairos](https://github.com/KairosResearchLab/Kairos) | >= 1.1.9 | `nuget install VL.Kairos` +[VL.Fuse](https://github.com/TheFuseLab/VL.Fuse) | >= 1.0.0 | `nuget install VL.Fuse` + ## vvvv gamma 5.0 Package|Version|Command to get recommended version @@ -17,8 +25,9 @@ Package|Version|Command to get recommended version [VL.Devices.LeapOrion](https://github.com/vvvv/VL.Devices.LeapOrion) | >= 1.2.0 | `nuget install VL.Devices.LeapOrion` [VL.Devices.RealSense](https://github.com/vvvv/VL.Devices.RealSense) | >= 1.5.0 | `nuget install VL.Devices.RealSense` [VL.Fuse](https://github.com/TheFuseLab/VL.Fuse) | >= 1.0 preview | `nuget install VL.Fuse -pre` -[VL.Kairos](https://github.com/KairosResearchLab/Kairos) | >= 1.0 preview | `nuget install VL.Kairos -pre` +[VL.Kairos](https://github.com/KairosResearchLab/Kairos) | >= 1.0 preview | `nuget install VL.Kairos -version 1.1.8` [VL.Stride.Text3d](https://github.com/bj-rn/VL.Stride.Text3d) | >= 1.0.1 | `nuget install VL.Stride.Text3d` +[VL.IO.TCP](https://www.nuget.org/packages/VL.IO.TCP) | <= 0.4.2 preview | `nuget install VL.IO.TCP -version 0.4.2-alpha` ## vvvv gamma 2021.4.12