From 7e529a8606beadf004ed9dbb9be06a01195519b9 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 29 Aug 2017 14:28:37 -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 2a1c3b9..15e3e46 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -5,11 +5,11 @@ NOTE: During August/September 2017 we'll be moving the solution to .NET Core "wa * [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 0.2 (BETA, current version - May 2017) +## Version 1.0 (Based on .NET Core 1.1.2) - Available at the MASTER branch. - Docker containers with .NET Core and Linux images support/tested. Windows Containers are work-in-progress. -- .NET Core 1.1 and EF Core 1.1 support +- .NET Core 1.1.2 and EF Core 1.1 support - Visual Studio 2017 and .csproj support, including VS Docker Tooling based on docker-compose.yml files supporting multi-container debugging, etc. - CLI and VS Code environments are also supported. - CLI build process using a Docker ASPNETCore build-image (microsoft/aspnetcore-build) with all the needed SDKs so the compilation takes place in the same container recommended to be used in your CI pipeline (Continuous Integration). No need to have all dependencies in the dev machine when using this method. [Using this CI docker-compose file](https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.ci.build.yml). - Initial basic foundational microservice oriented architecture, easy to get started, described in this **Guide/eBook** (Early DRAFT, still work in progress).