diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2eb1e..7949ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. + +## [1.0.3] - 2024-01-08 + +### Fixed +- Ensure that the Project Dependency on TelnetNegotiationCore.Functional is added as a DLL. ## [1.0.2] - 2024-01-07 diff --git a/LargerLogo.png b/LargerLogo.png new file mode 100644 index 0000000..ba34bc5 Binary files /dev/null and b/LargerLogo.png differ diff --git a/TelnetNegotiationCore/TelnetNegotiationCore.csproj b/TelnetNegotiationCore/TelnetNegotiationCore.csproj index 8a3528f..205695e 100644 --- a/TelnetNegotiationCore/TelnetNegotiationCore.csproj +++ b/TelnetNegotiationCore/TelnetNegotiationCore.csproj @@ -3,7 +3,7 @@ net8.0 latest - 1.0.2 + 1.0.3 True Telnet Negotiation Core $(AssemblyName) @@ -44,6 +44,10 @@ + + true + lib\$(TargetFramework) + @@ -54,7 +58,9 @@ - + + True +