Skip to content

Commit

Permalink
chore: bump LINQPad dependency to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed May 6, 2019
1 parent f285165 commit fc8fc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DumpEditable/DumpEditable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Version>0.0.1</Version>
<Authors>Ryan Davis</Authors>
<Product>DumpEditable.LINQPad</Product>
<Description>Extensible inline editor output for LINQPad. Requires LINQPad 5.36 or above.</Description>
<Description>Extensible inline editor output for LINQPad. Requires LINQPad 5.36.3 or above.</Description>
<Copyright>(c) Ryan Davis 2019</Copyright>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl>https://github.com/rdavisau/linqpad-dump-editable</PackageProjectUrl>
Expand All @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LINQPad" Version="5.36.2-beta" />
<PackageReference Include="LINQPad" Version="5.36.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>

Expand Down

0 comments on commit fc8fc81

Please sign in to comment.