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