Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Tags: Spodi/VDFparse

Tags

v3.0

Toggle v3.0's commit message
Remove dataset processing, allow only conversion

v2.3.0

Toggle v2.3.0's commit message
Fix support for both UTF8 and UTF16

Dont cast to char and append directly, but instead use `Encoding` class to convert the data in the buffer.
Also set Console output to UTF8 mode for cases where it outputs UTF8 but isnt set yet

v2.2.0

Toggle v2.2.0's commit message
Add support for '*' as a wildcard on first entry

v2.1.2

Toggle v2.1.2's commit message
Fix Display Error

Dont write Enumerable directly to console, use String.Join to convert it to string first

v2.1.0

Toggle v2.1.0's commit message
Initial upload