Skip to content

Commit

Permalink
Merge pull request #177 from dawedawe/fix_implicit_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Feb 5, 2024
2 parents 781bfb2 + 2217540 commit ce5858e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>14.4.0</Version>
<Version>14.4.1</Version>

<Authors>Ronald Schlenker</Authors>
<Copyright>Copyright 2024 Ronald Schlenker</Copyright>
Expand All @@ -16,6 +16,9 @@
<FsDocsReleaseNotesLink>https://www.nuget.org/packages/FsHttp#release-body-tab</FsDocsReleaseNotesLink>

<PackageReleaseNotes>
v14.4.1
- Fixed missing explicit dependency on FSharp.Core

v14.4.0
- Fixed pre-configured requests

Expand Down
3 changes: 3 additions & 0 deletions src/FsHttp/FsHttp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\docs\img\logo_small.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Core" Version="8.0.100" />
</ItemGroup>
</Project>

0 comments on commit ce5858e

Please sign in to comment.