File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ClientApp/app/containers/home Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11< h1 > {{ title }}</ h1 >
22
33< blockquote >
4- < strong > Enjoy the latest features from .NET Core & Angular 5.0 !</ strong >
5- < br > For more info check the repo here: < a href ="https://github.com/MarkPieszak/aspnetcore-angular2-universal "> AspNetCore-Angular2 -Universal repo</ a >
4+ < strong > Enjoy the latest features from .NET Core & Angular 6.x !</ strong >
5+ < br > For more info check the repo here: < a href ="https://github.com/MarkPieszak/aspnetcore-angular2-universal "> AspNetCore-Angular -Universal repo</ a >
66 < br > < br >
77</ blockquote >
88
99< div class ="row ">
1010 < div class ="col-lg-6 ">
1111 < h2 > {{ 'HOME_FEATURE_LIST_TITLE' | translate }} </ h2 >
1212 < ul >
13- < li > ASP.NET Core 2.0 :: ( Visual Studio 2017 )</ li >
13+ < li > ASP.NET Core 2.1 :: ( Visual Studio 2017 )</ li >
1414 < li >
1515 Angular 6.* front-end UI framework
1616 < ul >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public void ConfigureServices(IServiceCollection services)
5656 // Register the Swagger generator, defining one or more Swagger documents
5757 services . AddSwaggerGen ( c =>
5858 {
59- c . SwaggerDoc ( "v1" , new Info { Title = "Angular 5 .0 Universal & ASP.NET Core advanced starter-kit web API" , Version = "v1" } ) ;
59+ c . SwaggerDoc ( "v1" , new Info { Title = "Angular 6 .0 Universal & ASP.NET Core advanced starter-kit web API" , Version = "v1" } ) ;
6060 } ) ;
6161 }
6262
You can’t perform that action at this time.
0 commit comments