Skip to content

Commit 6a0f365

Browse files
committed
update parquet-dotnet library
1 parent 7396520 commit 6a0f365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ItemGroup>
66
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
77
<PackageVersion Include="Apache.Arrow" Version="12.0.0" />
8-
<PackageVersion Include="Parquet.Net" Version="4.10.1" />
8+
<PackageVersion Include="Parquet.Net" Version="4.11.0" />
99
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
1010
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1111
<PackageVersion Include="xunit" Version="2.4.2" />

src/ParquetViewer/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("2.7.0.2")]
36+
[assembly: AssemblyVersion("2.7.0.3")]

0 commit comments

Comments
 (0)