Some question i’m having regarding Nugets
About vl.io.osc, @joreg, you told me to do : nuget install vl.io.osc -version 2.0.7 to test the newest version of io.OSC with bugfixs
Doing so seem to add the nuget to AppData/Local/vvvv/gamma-preview/nugets/
This i suppose override the current vl.io.osc i was using from programs/vvvv/vvv_gamma_{version}/packs/
I have a few questions :
-
In the preview build of VVVV, are the all the most recent nugets fetched to be included in the
packsautomatically ? (to always contain the most recent updated nugets) -
Now that i have this nuget in my local folder (
AppData/Local/vvvv/gamma-preview/nugets/), do this mean that even future VVVV build that contain newer version ofvl.io.osc(in/packs) will still be overwitten by the one in myLocalfolder ? -
In that case, would it make sense to clean my Local folder from the default library nuget after a new build is released ?
-
Bonus question, regarding all the non default nuget (not packed like
vl.addons,VL.MediaPipe,VL.Devices.Kinect2), is there a way to update all theses automatically with a command ? Like fetch all the newest version of all my manually installed nugets ?
Because it seem it would be something common for users to keep old versions of all theses and never update them ?
Thanks !