Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

59 lines (50 loc) · 1.64 KB

Changelog

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

Features

Updated

  • Update namespace to ricaun.NamedPipeWrapper.
  • Update package to ricaun.NamedPipeWrapper.Json.

Removed

  • Remove Newtonsoft.Json reference.

1.7.0 / 2024-01-16

Features

  • Add net8.0 support.

Added

  • Add JsonFormatter with IJsonFormatter.

Removed

  • Remove BinaryFormatter reference in Serializable class.

1.6.0 / 2023-11-19

Features

  • Add net6.0-windows support.

Tests

  • Add net6.0-windows support.

1.5.3 / 2023-02-28

Features

  • Add Connected event in NamedPipeClient

Tests

  • Add StringTests with Connected and Disconnected test.

1.5.2 / 2023-02-28

Fixed

  • Remove Console in the JsonExtension

1.5.1 / 2023-02-23

Features

  • Add Serializable do not use JsonUtils
  • Add Serializable Test

1.5.0 / 2023-01-23

Features

  • Add JsonUtils and JsonExtension
  • Add Build project
  • Update Test project