Skip to content

Commit

Permalink
Addition of build number to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Brown committed Dec 12, 2023
1 parent 08728f7 commit ca87c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/PropertyPortfolioManager.Client/Pages/Index.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@page "/"
@using Microsoft.Extensions.Configuration
@inject IConfiguration Configuration

<PageTitle>Index</PageTitle>

<h1>Welcome to Property Portfolio Manager</h1>
<h2>Build number: @Configuration["BuildNumber"]</h2>
3 changes: 2 additions & 1 deletion src/PropertyPortfolioManager.Client/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"Authority": "https://login.microsoftonline.com/f8b3d49d-1fcf-41f1-bd39-f4fb1e7f1fde",
"ClientId": "3da105b3-e3c6-43c0-aa25-909087a9bb4b",
"ValidateAuthority": true
}
},
"BuildNumber": "not dynamic"
}

0 comments on commit ca87c83

Please sign in to comment.