Update THIRD-PARTY-NOTICES link and remove Package Management panel from carousel (#474)
Addresses #330 and #469
|
|
@ -1,2 +1,2 @@
|
|||
version:2.1.0-preview3-17018
|
||||
commithash:af264ca131f212b5ba8aafbc5110fc0fc510a2be
|
||||
version:2.1.0-rc1-15770
|
||||
commithash:a2abdc6fa0e8a1a465e830100950f1ecc698ab28
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
"precedence": "3000",
|
||||
"identity": "Microsoft.Web.Empty.CSharp.2.1",
|
||||
"shortName": "web",
|
||||
"thirdPartyNotices": "https://aka.ms/template-3pn",
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
"precedence": "3000",
|
||||
"identity": "Microsoft.Web.Empty.FSharp.2.1",
|
||||
"shortName": "web",
|
||||
"thirdPartyNotices": "https://aka.ms/template-3pn",
|
||||
"tags": {
|
||||
"language": "F#",
|
||||
"type": "project"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"precedence": "3000",
|
||||
"identity": "Microsoft.Web.RazorPages.CSharp.2.1",
|
||||
"shortName": [ "razor", "webapp" ],
|
||||
"thirdPartyNotices": "https://aka.ms/template-3pn",
|
||||
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="1"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="2"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="3"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="item active">
|
||||
|
|
@ -35,18 +34,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="~/images/banner3.svg" alt="Package Management" class="img-responsive" />
|
||||
<div class="carousel-caption" role="option">
|
||||
<p>
|
||||
Bring in libraries from NuGet and npm, and automate tasks using Grunt or Gulp.
|
||||
<a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525029&clcid=0x409">
|
||||
Learn More
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="~/images/banner4.svg" alt="Microsoft Azure" class="img-responsive" />
|
||||
<img src="~/images/banner3.svg" alt="Microsoft Azure" class="img-responsive" />
|
||||
<div class="carousel-caption" role="option">
|
||||
<p>
|
||||
Learn how Microsoft's Azure cloud platform allows you to build, deploy, and scale web apps.
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
|
@ -12,7 +12,7 @@
|
|||
"precedence": "3000",
|
||||
"identity": "Microsoft.Web.Mvc.CSharp.2.1",
|
||||
"shortName": "mvc",
|
||||
"thirdPartyNotices": "https://aka.ms/template-3pn",
|
||||
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="1"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="2"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="3"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="item active">
|
||||
|
|
@ -33,18 +32,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="~/images/banner3.svg" alt="Package Management" class="img-responsive" />
|
||||
<div class="carousel-caption" role="option">
|
||||
<p>
|
||||
Bring in libraries from NuGet and npm, and automate tasks using Grunt or Gulp.
|
||||
<a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525029&clcid=0x409">
|
||||
Learn More
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="~/images/banner4.svg" alt="Microsoft Azure" class="img-responsive" />
|
||||
<img src="~/images/banner3.svg" alt="Microsoft Azure" class="img-responsive" />
|
||||
<div class="carousel-caption" role="option">
|
||||
<p>
|
||||
Learn how Microsoft's Azure cloud platform allows you to build, deploy, and scale web apps.
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
|
@ -12,7 +12,7 @@
|
|||
"precedence": "3000",
|
||||
"identity": "Microsoft.Web.Mvc.FSharp.2.1",
|
||||
"shortName": "mvc",
|
||||
"thirdPartyNotices": "https://aka.ms/template-3pn",
|
||||
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
|
||||
"tags": {
|
||||
"language": "F#",
|
||||
"type": "project"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="1"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="2"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="3"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="item active">
|
||||
|
|
@ -33,18 +32,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="~/images/banner3.svg" alt="Package Management" class="img-responsive" />
|
||||
<div class="carousel-caption" role="option">
|
||||
<p>
|
||||
Bring in libraries from NuGet and npm, and automate tasks using Grunt or Gulp.
|
||||
<a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525029&clcid=0x409">
|
||||
Learn More
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="~/images/banner4.svg" alt="Microsoft Azure" class="img-responsive" />
|
||||
<img src="~/images/banner3.svg" alt="Microsoft Azure" class="img-responsive" />
|
||||
<div class="carousel-caption" role="option">
|
||||
<p>
|
||||
Learn how Microsoft's Azure cloud platform allows you to build, deploy, and scale web apps.
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
|
@ -12,7 +12,6 @@
|
|||
"precedence": "3000",
|
||||
"identity": "Microsoft.Web.WebApi.CSharp.2.1",
|
||||
"shortName": "webapi",
|
||||
"thirdPartyNotices": "https://aka.ms/template-3pn",
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
"precedence": "3000",
|
||||
"identity": "Microsoft.Web.WebApi.FSharp.2.1",
|
||||
"shortName": "webapi",
|
||||
"thirdPartyNotices": "https://aka.ms/template-3pn",
|
||||
"tags": {
|
||||
"language": "F#",
|
||||
"type": "project"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -106,7 +105,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -176,7 +174,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -246,7 +243,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -315,7 +311,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -385,7 +380,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -514,7 +508,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -580,7 +573,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -647,7 +639,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -714,7 +705,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -780,7 +770,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
@ -847,7 +836,6 @@
|
|||
"wwwroot/images/banner1.svg",
|
||||
"wwwroot/images/banner2.svg",
|
||||
"wwwroot/images/banner3.svg",
|
||||
"wwwroot/images/banner4.svg",
|
||||
"wwwroot/js/site.js",
|
||||
"wwwroot/js/site.min.js",
|
||||
"wwwroot/lib/bootstrap/.bower.json",
|
||||
|
|
|
|||