diff --git a/README.md b/README.md
index 9f9b11a57..d69d88003 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# SingleStore.EntityFrameworkCore
-`SingleStore.EntityFrameworkCore` is the Entity Framework Core provider for SingleStore. It supports EF Core up to its latest version and uses [SingleStoreConnector](https://github.com/memsql/SingleStoreNETConnector) for high-performance database server communication.
+`SingleStore.EntityFrameworkCore` is the Entity Framework Core provider for SingleStore. It uses [SingleStoreConnector](https://github.com/memsql/SingleStoreNETConnector) for high-performance database server communication.
## Schedule and Roadmap
-Milestone | Status | Release Date
-----------|--------|-------------
-6.0.2-beta| in progress | February 2023
+Milestone | Status | Release Date
+----------|----------------------|-------------
+6.0.2| general availability | April 2024
## Getting Started
### 1. Project Configuration
@@ -14,7 +14,7 @@ Milestone | Status | Release Date
Ensure that your `.csproj` file contains the following reference:
```xml
-
+
```
### 2. Services Configuration
diff --git a/Version.props b/Version.props
index b4d0f6a63..eac7a8c63 100644
--- a/Version.props
+++ b/Version.props
@@ -13,7 +13,7 @@
- "servicing" - EF Core release independent, code quality production ready, mainly bugfixes
-->
6.0.2
- beta
+ servicing