From 1748480ff7256a3e553832573d3621ed2d3ef3d4 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 12 Dec 2017 12:25:49 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d92fa9a52..f7b8fc8b5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # eShopOnContainers - Microservices Architecture and Containers based Reference Application (**BETA state** - Visual Studio 2017 and CLI environments compatible) Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers.

-**Note Visual Studio 2017 version required**: This is important as of November 2017. For working with Docker and docker-compose files (needed with eShopOnContainers), do not migrate to VS 2017 15.4 as it has a bug when using TAGs in the docker-compose files. -Please, either use VS 2017 15.35 or VS 2017 15.5 Preview (bug is fixed here) or later. -VS Preview installs next to your stable Visual Studio IDE, allowing you to use either independently. -Download of Preview here: https://www.visualstudio.com/vs/preview/ + +**NEWS / ANNOUNCEMENTS** +What to be up-to-date on .NET Architecture guidance and reference apps like eShopOnContainers? --> Subscribe by "WATCHING" this new GitHub repo: https://github.com/dotnet-architecture/News + +**Note Visual Studio 2017 version required**: Please, use VS 2017 15.5 or later. **Note for Pull Requests**: We accept pull request from the community. When doing it, please do it onto the DEV branch which is the consolidated work-in-progress branch. Do not request it onto Master, if possible.