Skip to content

Commit e1b8178

Browse files
committed
chore(wording): update 5.0 references in text to 6.0
1 parent 8f6356c commit e1b8178

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ClientApp/app/containers/home/home.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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>

Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)