The runprebuild process is still used in this PR. It is important to run that after picking up changes in this PR.
The changes in this PR do not include changes to use NuGet. (That is still a WIP.)
This PR includes update dependencies, including an updated LibreMetaverse and others that come from newer NuGet libs (but aren't being pulled from there yet, as that was problematic).
The updated LibreMetaverse includes a critical fix for inventory folder links that were tagged as linkfolder rather than link_f as the viewer understands.
The updated libs can be found in a lib subfolder, and are copied to bin as part of the runprebuild process (just before prebuild is run).
Note: The XmlRpcCS project on NuGet is not compatible with Halcyon and was the source of login failures during beta testing.
runprebuild
process is still used in this PR. It is important to run that after picking up changes in this PR.linkfolder
rather thanlink_f
as the viewer understands.lib
subfolder, and are copied tobin
as part of the runprebuild process (just before prebuild is run).