All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.8.0 / 2024-09-26
- Support
IJsonService
to useNewtonsoftJsonService
if available. - Release nuget ricaun.NamedPipeWrapper.Json.
- Update namespace to
ricaun.NamedPipeWrapper
. - Update package to
ricaun.NamedPipeWrapper.Json
.
- Remove
Newtonsoft.Json
reference.
1.7.0 / 2024-01-16
- Add
net8.0
support.
- Add
JsonFormatter
withIJsonFormatter
.
- Remove
BinaryFormatter
reference inSerializable
class.
1.6.0 / 2023-11-19
- Add
net6.0-windows
support.
- Add
net6.0-windows
support.
1.5.3 / 2023-02-28
- Add
Connected
event inNamedPipeClient
- Add
StringTests
withConnected
andDisconnected
test.
1.5.2 / 2023-02-28
- Remove
Console
in theJsonExtension
1.5.1 / 2023-02-23
- Add
Serializable
do not useJsonUtils
- Add
Serializable
Test
1.5.0 / 2023-01-23
- Add
JsonUtils
andJsonExtension
- Add
Build
project - Update
Test
project