Skip to content

Commit

Permalink
Updated .csproj package version and release notes for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shravan2x committed Jun 20, 2020
1 parent c27ca7a commit a042be8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
16 changes: 4 additions & 12 deletions Gameloop.Vdf/Gameloop.Vdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<Copyright>Copyright © Shravan Rajinikanth 2016</Copyright>
<Company>Gameloop</Company>
<Authors>Shravan Rajinikanth</Authors>
<Version>0.6.0</Version>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.6.1</Version>
<AssemblyVersion>0.6.1.0</AssemblyVersion>
<FileVersion>0.6.1.0</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>Vdf.NET</Title>
<PackageId>Gameloop.Vdf</PackageId>
Expand All @@ -19,15 +19,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageProjectUrl>https://github.com/shravan2x/Gameloop.Vdf</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>- 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&lt;VToken&gt;, rather than an IEnumerable&lt;VProperty&gt;.
- VProperty's empty constructor has been removed.
- VObject's IDictionary&lt;string, VToken&gt;.this[string key] indexer now throws a KeyNotFoundException when the key isn't found.</PackageReleaseNotes>
<PackageReleaseNotes>- Fixed VdfTextReader treating slashes in quoted values as comments.</PackageReleaseNotes>
<PackageLicenseFile></PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
Expand Down
6 changes: 6 additions & 0 deletions Gameloop.Vdf/changes.txt
Original file line number Diff line number Diff line change
@@ -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
------------------------------------------------------------------------------

Expand Down

0 comments on commit a042be8

Please sign in to comment.