From ecc734f9e2fe71f82b1d97503b2db4080fc93623 Mon Sep 17 00:00:00 2001 From: Olha Kramarenko Date: Tue, 12 Mar 2024 17:10:26 +0200 Subject: [PATCH 1/5] updates for the release --- README.md | 10 +++++----- Version.props | 2 +- test/EFCore.SingleStore.FunctionalTests/README.md | 2 +- test/EFCore.SingleStore.IntegrationTests/README.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f9b11a57..e3666b8b2 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 | March 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