From e9209c00b1525b6659a9a4b10b3f5ae320e19218 Mon Sep 17 00:00:00 2001 From: Harry Cordewener Date: Wed, 3 Jan 2024 20:24:22 -0600 Subject: [PATCH] New Version. --- CHANGELOG.md | 11 +++++++++++ TelnetNegotiationCore.sln | 1 + TelnetNegotiationCore/TelnetNegotiationCore.csproj | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f3122..e90026a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.0.1] - 2024-01-03 + +### Added +- Add callback function for MSSP. + +### Changed +- Target .NET 8.0. +- Change Methods to be properly async. +- Modernized TestClient example to use Pipes. +- Modernized TestServer example to use Pipes and Kestrel. + ## [1.0.0] - 2024-01-03 Initial version. diff --git a/TelnetNegotiationCore.sln b/TelnetNegotiationCore.sln index 8760192..c7c48a7 100644 --- a/TelnetNegotiationCore.sln +++ b/TelnetNegotiationCore.sln @@ -10,6 +10,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{444703E8-4E7D-48CE-9F96-E510E3A99FA5}" ProjectSection(SolutionItems) = preProject CHANGELOG.md = CHANGELOG.md + .github\workflows\dotnet.yml = .github\workflows\dotnet.yml LICENSE = LICENSE README.md = README.md EndProjectSection diff --git a/TelnetNegotiationCore/TelnetNegotiationCore.csproj b/TelnetNegotiationCore/TelnetNegotiationCore.csproj index 791a04a..f020ffa 100644 --- a/TelnetNegotiationCore/TelnetNegotiationCore.csproj +++ b/TelnetNegotiationCore/TelnetNegotiationCore.csproj @@ -3,7 +3,7 @@ net8.0 latest - 1.0.0 + 1.0.1 True Telnet Negotiation Core $(AssemblyName)