Skip to content

Commit

Permalink
update to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Mar 21, 2023
1 parent e5aa3c4 commit 46a401e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ParquetViewer/ParquetViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -18,7 +18,7 @@
<PackageReference Include="KristofferStrube.Blazor.FileSystemAccess" Version="3.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.4" PrivateAssets="all" />
<PackageReference Include="Parquet.Net" Version="4.5.4" />
<PackageReference Include="Parquet.Net" Version="4.6.0" />
<PackageReference Include="Radzen.Blazor" Version="4.7.13" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parquet Viewer works completely in browser as Web Assembly application.

At the moment is somewhat sluggish due to the way random file access interop between browser and filesystem works, but this will improve dramatically in the future, so feel free to bookmark this page.

Hosted at https://parquetdbg.aloneguid.uk/.
Hosted here on GitHub Pages for zero cost.

Screenshot:

Expand Down

0 comments on commit 46a401e

Please sign in to comment.