Skip to content

Commit

Permalink
Nuspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryCordewener committed Jan 8, 2024
1 parent 236fb89 commit 985e6c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file added LargerLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions TelnetNegotiationCore/TelnetNegotiationCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>Telnet Negotiation Core</Title>
<PackageId>$(AssemblyName)</PackageId>
Expand Down Expand Up @@ -44,6 +44,10 @@
</ItemGroup>

<ItemGroup>
<Content Include="$(TargetDir)\TelnetNegotiationCore.Functional.dll">
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)</PackagePath>
</Content>
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="OneOf" Version="3.0.255" />
<PackageReference Include="Serilog" Version="3.0.1" />
Expand All @@ -54,7 +58,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\TelnetNegotiationCore.Functional\TelnetNegotiationCore.Functional.fsproj" />
<ProjectReference Include="..\TelnetNegotiationCore.Functional\TelnetNegotiationCore.Functional.fsproj">
<Private>True</Private>
</ProjectReference>
</ItemGroup>

</Project>

0 comments on commit 985e6c3

Please sign in to comment.