From 2406175cb00f09b8a658be67e86d0920266123da Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 12 Jun 2018 13:27:22 -0700 Subject: [PATCH] Updated 01. Roadmap and Milestones for future releases (markdown) --- 01.-Roadmap-and-Milestones-for-future-releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index d4edb97..ce406d5 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -4,7 +4,8 @@ * [https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md): Branches used and their purpose. Any branch not listed in this file is "temporary" and "unsupported" and can be deleted at any time. ## Version 2.1 (Current version based on .NET Core 2.1) -Features supported on v 2.0 listed below, plus the following features: +eShopOnContainers v2.1 is evolving at the DEV and MASTER branch. +Features supported on eShopOnContainers v2.1 are the features supported on v2.0 listed below, plus the following added features: - Use of HttpClientFactory with Polly integration for resilient Http communication (Retries with exponential backoff and Circuit Breakers) @@ -13,7 +14,6 @@ Features supported on v 2.0 listed below, plus the following features: ## Version 2 (Based on .NET Core 2.0) -- Available at the DEV and MASTER branch. - Docker containers with .NET Core, Linux images and Windows containers supported and tested. - .NET Core 2.0 and EF Core 2.0 support - Visual Studio 2017, including VS Docker Tooling based on docker-compose.yml files supporting multi-container debugging, etc. CLI and VS Code environments are also supported.