From abce0227a3bd83d3cd4e94f3a31a4b2000a7de35 Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 13 Dec 2017 13:34:04 -0800 Subject: [PATCH] Updated the readme file to reflect the PR feedback --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c47f9c9afd..49eca511c4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ - ASP.NET Core MVC Precompilation (obsolete) + +ASP.NET Core MVC Precompilation === -## Obsolete -We are planning to release a new feature from the [aspnet/Razor](https://github.com/aspnet/razor) repo, which would cover the scenarios provided by the tools in this repo. As a result, this repo is now obsolete. If you'd like to learn more about the new feature we will be replacing this with, please look [here](https://github.com/aspnet/Razor/issues/1740). - +## NOTE: This repo is solely for maintenance of the existing MVC precompilation feature. Future work on Razor compilation is now being handled in the [Razor](https://github.com/aspnet/razor) repo. See [aspnet/Razor#1740](https://github.com/aspnet/Razor/issues/1740) for additional details. AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/jx955ph2045dw1w0/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/mvcprecompilation/branch/dev) Travis: [![Travis](https://travis-ci.org/aspnet/MvcPrecompilation.svg?branch=dev)](https://travis-ci.org/aspnet/mvcprecompilation)