From a63f0ad9216bb1580bae8ee548703231d3585289 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Sat, 19 May 2018 17:30:40 -0400 Subject: [PATCH 1/2] Updating version info in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index febb556cc..76ace05ae 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ The **eShopOnWeb** sample is related to the [eShopOnContainers](https://github.c The goal for this sample is to demonstrate some of the principles and patterns described in the [eBook](https://aka.ms/webappebook). It is not meant to be an eCommerce reference application, and as such it does not implement many features that would be obvious and/or essential to a real eCommerce application. -> ### DISCLAIMER -> **IMPORTANT:** The current state of this sample application is 1.0. It remains open to community feedback and contributions. Work on updating the sample to ASP.NET Core 2.0 and EF Core 2.0 is taking place in its own branch. **Feedback with improvements and pull requests from the community are highly appreciated will be accepted if possible.** +> ### VERSIONS +> #### The `master` branch is currently running ASP.NET Core 2.0. +> #### The `netcore2.1` branch is **beta** and is targeting ASP.NET Core 2.1 RC1. + ## Topics (eBook TOC) From 7a28c62910ec0a0b6e0caf7ea48ab15a9f68f802 Mon Sep 17 00:00:00 2001 From: lisabii <31242327+lisabii@users.noreply.github.com> Date: Fri, 1 Jun 2018 00:09:53 +1000 Subject: [PATCH 2/2] fix an asp-action value (#98) There is no "Update" in BasketController and it should be "Index". --- src/Web/Views/Basket/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Views/Basket/Index.cshtml b/src/Web/Views/Basket/Index.cshtml index 4915da915..0c8a977f8 100644 --- a/src/Web/Views/Basket/Index.cshtml +++ b/src/Web/Views/Basket/Index.cshtml @@ -68,7 +68,7 @@ }
+ asp-action="Index">[ Update ]