From 232cf77e84ba11996111c058a86ce7e3bde167bb Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Wed, 11 Nov 2020 11:35:21 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1c3d171..7b4d0e43 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,14 @@ There is a separate [Documentation repository](https://github.com/oqtane/oqtane. # Roadmap This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist. -V.2.0.0 ( released Nov 11, 2020 ) +V.2.0.0 ( released in conjuntion with .NET 5 on Nov 11, 2020 ) - [x] Migration to .NET 5 - [x] Static Localization ( ie. labels, help text, etc.. ) - [x] Improved JavaScript reference support - [x] Performance optimizations - [x] Developer productivity enhancements -V.1.x - Initial version released in conjunction with .NET Core 3.2 ( May 2020 ) +V.1.0.0 ( released in conjunction with .NET Core 3.2 on May 20, 2020 ) - [x] Multi-Tenant ( Shared Database & Isolated Database ) - [x] Modular Architecture - [x] Headless API with Swagger Support