Skip to content

Commit

Permalink
LPRun 8.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Nov 15, 2023
1 parent 9eb382d commit af6c259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Src/LPRun/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<PropertyGroup>
<Version>8.0.9</Version>
<PackageReleaseNotes>LPRun $(Version.Split("-")[0])
.NET 8.0 support</PackageReleaseNotes>
<Version>8.0.10</Version>
<PackageReleaseNotes>LPRun $(Version.Split("-")[0])</PackageReleaseNotes>
</PropertyGroup>
</Project>
Binary file modified Src/LPRun/LPRun/Bin/LINQPad.Runtime.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Tests/CsvLINQPadDriverTest/CsvLINQPadDriverTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="LPRun" Version="8.0.9" />
<PackageReference Include="LPRun" Version="8.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="[4.18.4]" />
<PackageReference Include="NUnit" Version="3.14.0" />
Expand Down

0 comments on commit af6c259

Please sign in to comment.