Skip to content

Commit

Permalink
Updated Ply
Browse files Browse the repository at this point in the history
Fuck a duck
  • Loading branch information
dustinmoris committed Dec 8, 2020
1 parent e02cc99 commit 843f50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

## 5.0.0-rc-6

Updated `Ply` from `0.1.*` to `0.3.*`.

## 5.0.0-rc-5

Replaced `TaskBuilder.fs` with `Ply` for Giraffe's `task` computation expressions. Please see [#421](https://github.com/giraffe-fsharp/Giraffe/pull/421) for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/Giraffe/Giraffe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="System.Text.Json" Version="5.0.*" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.*" />
<PackageReference Include="Utf8Json" Version="1.3.*" />
<PackageReference Include="Ply" Version="0.1.*" />
<PackageReference Include="Ply" Version="0.3.*" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.*" PrivateAssets="All" />
<PackageReference Include="Giraffe.ViewEngine" Version="1.3.*" />
</ItemGroup>
Expand Down

0 comments on commit 843f50e

Please sign in to comment.