From ed8dfe254771706c489bee33267f25e521d55ba7 Mon Sep 17 00:00:00 2001 From: Shravan Rajinikanth Date: Sat, 5 Mar 2022 10:58:26 -0800 Subject: [PATCH] Updated .csproj package version and release notes for 0.6.2 --- Gameloop.Vdf/Gameloop.Vdf.csproj | 8 ++++---- Gameloop.Vdf/changes.txt | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) 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 ------------------------------------------------------------------------------