Skip to content

v0.5.0

Compare
Choose a tag to compare
@CXuesong CXuesong released this 21 Apr 16:35
· 22 commits to master since this release

Bug fix

  • Take the reader/writer semaphore only once in ByLineTextMessageReader.Dispose and ByLineTextMessageWriter.Dispose to prevent 1s delay. (#8)

Major changes

  • Renamed package JsonRpc.Standard to JsonRpc.Commons.
    • This is what I wanted since 2018.
  • Renamed namespace JsonRpc.Standard.xxx to JsonRpc.xxx.
    • Moved Message and related classes into JsonRpc.Messages namespace.
  • Enabled Source Link support. You should be able to see source code downloaded from GitHub when debugging into JsonRpc.Standard library.