diff --git a/Gameloop.Vdf/Gameloop.Vdf.csproj b/Gameloop.Vdf/Gameloop.Vdf.csproj index 25077e0..aeb9820 100644 --- a/Gameloop.Vdf/Gameloop.Vdf.csproj +++ b/Gameloop.Vdf/Gameloop.Vdf.csproj @@ -8,9 +8,9 @@ Copyright © Shravan Rajinikanth 2016 Gameloop Shravan Rajinikanth - 0.6.1 - 0.6.1.0 - 0.6.1.0 + 0.6.2 + 0.6.2.0 + 0.6.2.0 True Vdf.NET Gameloop.Vdf @@ -19,7 +19,7 @@ en-US https://github.com/shravan2x/Gameloop.Vdf git - - Fixed VdfTextReader treating slashes in quoted values as comments. + - Updated MaximumTokenSize to be adjustable in settings. MIT diff --git a/Gameloop.Vdf/changes.txt b/Gameloop.Vdf/changes.txt index 4fd3bc7..85318c6 100644 --- a/Gameloop.Vdf/changes.txt +++ b/Gameloop.Vdf/changes.txt @@ -1,4 +1,10 @@ ------------------------------------------------------------------------------ +v 0.6.2 Mar 5, 2022 +------------------------------------------------------------------------------ + +* Updated MaximumTokenSize to be adjustable in settings. + +------------------------------------------------------------------------------ v 0.6.1 Jun 20, 2020 ------------------------------------------------------------------------------