From bdc1f910a3bd03d06095f0bb47f530560169de7b Mon Sep 17 00:00:00 2001 From: Jonathan Giannuzzi Date: Fri, 14 Jan 2022 14:24:01 +0100 Subject: [PATCH] Promote 5.0.0-beta3 to stable release --- README.md | 2 +- csharp/ParquetSharp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bda1d81..59057f5a 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Typically this can arise when attempting to access an instance whose owner has b As only 64-bit runtimes are available, ParquetSharp cannot be referenced by a 32-bit project. For example, using the library from F# Interactive requires running `fsiAnyCpu.exe` rather than `fsi.exe`. -In the 5.0.X beta versions, reading nested structures was introduced. However, nesting information about nulls is lost when reading columns with Repetition Level optional inside structs with Repetition Level optional. ParquetSharp does not provide information about whether the column or the enclosing struct is null. +In the 5.0.X versions, reading nested structures was introduced. However, nesting information about nulls is lost when reading columns with Repetition Level optional inside structs with Repetition Level optional. ParquetSharp does not yet provide information about whether the column or the enclosing struct is null. ## Building diff --git a/csharp/ParquetSharp.csproj b/csharp/ParquetSharp.csproj index d2b4f9ea..e6b3eae7 100644 --- a/csharp/ParquetSharp.csproj +++ b/csharp/ParquetSharp.csproj @@ -12,7 +12,7 @@ true true 1591; - 5.0.0-beta3 + 5.0.0 G-Research G-Research ParquetSharp