Releases: ValveResourceFormat/ValveKeyValue
Releases · ValveResourceFormat/ValveKeyValue
v0.5.0
- Added support for binary keyvalues1 where magic header is specified (0x564B4256) found in Dota 2
- Type 9 will now throw
NotSupportedException
v0.4.2
- Fix objects not ending when being discarded
v0.4.1
- Fixed publish workflow failing
v0.4.0
- Changed target framework to
netstandard2.1
- Fixed keyvalue conditionals not working with variables that contain an underscore (#24)
- Assembly is now signed
v0.3.1
- Serialize text kv to UTF-8 without byte order marker
v0.3.0
- Read strings as UTF-8
- Add support for deserializing collections of complex objects
- Fix dictionary value serialization
- Fix KV1BinaryReader disposing the stream
v0.2.1
- Fix exception reading empty object/list
v0.2.0
- Fix issues serializing lists of primitives