From a042be81b2ea1b0ca967e294dafd8ec65901d7d1 Mon Sep 17 00:00:00 2001 From: Shravan Rajinikanth Date: Sat, 20 Jun 2020 16:01:10 -0700 Subject: [PATCH] Updated .csproj package version and release notes for 0.6.1 --- Gameloop.Vdf/Gameloop.Vdf.csproj | 16 ++++------------ Gameloop.Vdf/changes.txt | 6 ++++++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Gameloop.Vdf/Gameloop.Vdf.csproj b/Gameloop.Vdf/Gameloop.Vdf.csproj index fca277b..25077e0 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.0 - 0.6.0.0 - 0.6.0.0 + 0.6.1 + 0.6.1.0 + 0.6.1.0 True Vdf.NET Gameloop.Vdf @@ -19,15 +19,7 @@ en-US https://github.com/shravan2x/Gameloop.Vdf git - - Added comment serialization and deserialization support. Learn more at https://github.com/shravan2x/Gameloop.Vdf/issues/18. -- Added DeepClone method to VToken. -- Added VToken.DeepEquals to deep compare two VTokens. -- Added support for C# 8's nullable reference types. - -BREAKING CHANGES -- VObject.Children() now returns an IEnumerable<VToken>, rather than an IEnumerable<VProperty>. -- VProperty's empty constructor has been removed. -- VObject's IDictionary<string, VToken>.this[string key] indexer now throws a KeyNotFoundException when the key isn't found. + - Fixed VdfTextReader treating slashes in quoted values as comments. MIT diff --git a/Gameloop.Vdf/changes.txt b/Gameloop.Vdf/changes.txt index 477be00..4fd3bc7 100644 --- a/Gameloop.Vdf/changes.txt +++ b/Gameloop.Vdf/changes.txt @@ -1,4 +1,10 @@ ------------------------------------------------------------------------------ +v 0.6.1 Jun 20, 2020 +------------------------------------------------------------------------------ + +* Fixed VdfTextReader treating slashes in quoted values as comments. + +------------------------------------------------------------------------------ v 0.6.0 May 29, 2020 ------------------------------------------------------------------------------