From 6e2eeb6829b2b1bf5e1e5334b9dad84f10ce2bc1 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 1 Mar 2018 14:24:25 +0200 Subject: Upgraded protobuf from 4.1 to 5.1 ? Implemented a workaround for protobuf ToByteString bug. Lowered Transporter Push/Pull Interval from 2 to 1 mili. Set No Alpha Channel as default on color canvas. Fixed issue with single graphs colors on technician module. --- Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj | 4 ++-- Software/Visual_Studio/Tango.Serialization/packages.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Software/Visual_Studio/Tango.Serialization') diff --git a/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj b/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj index 3aafcadc7..b9f88d36f 100644 --- a/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj +++ b/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj @@ -30,8 +30,8 @@ 4 - - ..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll + + ..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/Software/Visual_Studio/Tango.Serialization/packages.config b/Software/Visual_Studio/Tango.Serialization/packages.config index 4f345323a..7ab4e8521 100644 --- a/Software/Visual_Studio/Tango.Serialization/packages.config +++ b/Software/Visual_Studio/Tango.Serialization/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file -- cgit v1.3.1