Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 19:34
· 136 commits to master since this release
  • Fixed text stream reader not blocking when peeking characters (fixes peeking from networked streams like HttpResponseMessage) #48 #49
  • Fixed comments with a carriage return without line feed (matches Valve's behaviour)
  • Ensured all calls to int.Parse always use invariant culture
  • Improved some exception messages