You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SampleWebApiMVC6/Project_Readme.html
+22-37Lines changed: 22 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -128,22 +128,10 @@
128
128
<body>
129
129
130
130
<divid="header">
131
-
<h1>Welcome to ASP.NET 5 Preview</h1>
131
+
<h1>Welcome to ASP.NET 5</h1>
132
132
<span>
133
133
We've made some big updates in this release, so it’s <b>important</b> that you spend
134
134
a few minutes to learn what’s new.
135
-
<br/><br/>
136
-
ASP.NET 5 has been rearchitected to make it <b>lean</b> and <b>composable</b>. It's fully
137
-
<b>open source</b> and available on <ahref="http://go.microsoft.com/fwlink/?LinkID=517854">GitHub</a>.
138
-
<br/>
139
-
Your new project automatically takes advantage of modern client-side utilities
140
-
like <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518005">npm</a>
141
-
(to add client-side libraries) and <ahref="http://go.microsoft.com/fwlink/?LinkId=518007">Gulp</a> (for client-side build and automation tasks).
142
-
143
-
<br/><br/>
144
-
We hope you enjoy the new capabilities in ASP.NET 5 and Visual Studio 2015.
145
-
<br/>
146
-
The ASP.NET Team
147
135
</span>
148
136
<p>You've created a new ASP.NET 5 project. <ahref="http://go.microsoft.com/fwlink/?LinkId=518016">Learn what's new</a></p>
149
137
</div>
@@ -153,44 +141,41 @@ <h1>Welcome to ASP.NET 5 Preview</h1>
153
141
<h2>This application consists of:</h2>
154
142
<ul>
155
143
<li>Sample pages using ASP.NET MVC 6</li>
156
-
<li><ahref="http://go.microsoft.com/fwlink/?LinkId=518007">Gulp</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> for managing client-side resources</li>
144
+
<li><ahref="http://go.microsoft.com/fwlink/?LinkId=518007">Gulp</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> for managing client-side libraries</li>
157
145
<li>Theming using <ahref="http://go.microsoft.com/fwlink/?LinkID=398939">Bootstrap</a></li>
0 commit comments