Skip to content

Commit 13e746c

Browse files
authored
Update THIRD-PARTY-NOTICES link and remove Package Management panel from carousel (#474)
Addresses #330 and #469
1 parent 718989b commit 13e746c

File tree

18 files changed

+11
-66
lines changed

18 files changed

+11
-66
lines changed

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.1.0-preview3-17018
2-
commithash:af264ca131f212b5ba8aafbc5110fc0fc510a2be
1+
version:2.1.0-rc1-15770
2+
commithash:a2abdc6fa0e8a1a465e830100950f1ecc698ab28

src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"precedence": "3000",
1313
"identity": "Microsoft.Web.Empty.CSharp.2.1",
1414
"shortName": "web",
15-
"thirdPartyNotices": "https://aka.ms/template-3pn",
1615
"tags": {
1716
"language": "C#",
1817
"type": "project"

src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"precedence": "3000",
1212
"identity": "Microsoft.Web.Empty.FSharp.2.1",
1313
"shortName": "web",
14-
"thirdPartyNotices": "https://aka.ms/template-3pn",
1514
"tags": {
1615
"language": "F#",
1716
"type": "project"

src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"precedence": "3000",
1414
"identity": "Microsoft.Web.RazorPages.CSharp.2.1",
1515
"shortName": [ "razor", "webapp" ],
16-
"thirdPartyNotices": "https://aka.ms/template-3pn",
16+
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
1717
"tags": {
1818
"language": "C#",
1919
"type": "project"

src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
1010
<li data-target="#myCarousel" data-slide-to="1"></li>
1111
<li data-target="#myCarousel" data-slide-to="2"></li>
12-
<li data-target="#myCarousel" data-slide-to="3"></li>
1312
</ol>
1413
<div class="carousel-inner" role="listbox">
1514
<div class="item active">
@@ -35,18 +34,7 @@
3534
</div>
3635
</div>
3736
<div class="item">
38-
<img src="~/images/banner3.svg" alt="Package Management" class="img-responsive" />
39-
<div class="carousel-caption" role="option">
40-
<p>
41-
Bring in libraries from NuGet and npm, and automate tasks using Grunt or Gulp.
42-
<a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525029&clcid=0x409">
43-
Learn More
44-
</a>
45-
</p>
46-
</div>
47-
</div>
48-
<div class="item">
49-
<img src="~/images/banner4.svg" alt="Microsoft Azure" class="img-responsive" />
37+
<img src="~/images/banner3.svg" alt="Microsoft Azure" class="img-responsive" />
5038
<div class="carousel-caption" role="option">
5139
<p>
5240
Learn how Microsoft's Azure cloud platform allows you to build, deploy, and scale web apps.

src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner3.svg

Lines changed: 1 addition & 1 deletion
Loading

src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner4.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"precedence": "3000",
1313
"identity": "Microsoft.Web.Mvc.CSharp.2.1",
1414
"shortName": "mvc",
15-
"thirdPartyNotices": "https://aka.ms/template-3pn",
15+
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
1616
"tags": {
1717
"language": "C#",
1818
"type": "project"

src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Index.cshtml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
88
<li data-target="#myCarousel" data-slide-to="1"></li>
99
<li data-target="#myCarousel" data-slide-to="2"></li>
10-
<li data-target="#myCarousel" data-slide-to="3"></li>
1110
</ol>
1211
<div class="carousel-inner" role="listbox">
1312
<div class="item active">
@@ -33,18 +32,7 @@
3332
</div>
3433
</div>
3534
<div class="item">
36-
<img src="~/images/banner3.svg" alt="Package Management" class="img-responsive" />
37-
<div class="carousel-caption" role="option">
38-
<p>
39-
Bring in libraries from NuGet and npm, and automate tasks using Grunt or Gulp.
40-
<a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525029&clcid=0x409">
41-
Learn More
42-
</a>
43-
</p>
44-
</div>
45-
</div>
46-
<div class="item">
47-
<img src="~/images/banner4.svg" alt="Microsoft Azure" class="img-responsive" />
35+
<img src="~/images/banner3.svg" alt="Microsoft Azure" class="img-responsive" />
4836
<div class="carousel-caption" role="option">
4937
<p>
5038
Learn how Microsoft's Azure cloud platform allows you to build, deploy, and scale web apps.

0 commit comments

Comments
 (0)