Skip to content

Commit

Permalink
Update nuget-compatibility-chart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg authored Feb 19, 2024
1 parent 1819080 commit 0eb89b5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion changelog/nuget-compatibility-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0eb89b5

Please sign in to comment.