File tree Expand file tree Collapse file tree 5 files changed +6
-29
lines changed Expand file tree Collapse file tree 5 files changed +6
-29
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Readme] ( https://github.com/damienbod/Blazor.BFF.OpenIDConnect.Template/blob/main/README.md )
4
4
5
+ ** 2022-01-21** 1.0.6
6
+ - Remove unused LoginDisplay razor page
7
+
5
8
** 2022-01-18** 1.0.5
6
9
- fix name project generation
7
10
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ nuget pack content/Blazor.BFF.OpenIDConnect.Template.nuspec
69
69
Locally built nupkg:
70
70
71
71
```
72
- dotnet new -i Blazor.BFF.OpenIDConnect.Template.1.0.5 .nupkg
72
+ dotnet new -i Blazor.BFF.OpenIDConnect.Template.1.0.6 .nupkg
73
73
```
74
74
75
75
Local folder:
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >Blazor.BFF.OpenIDConnect.Template</id >
5
- <version >1.0.5 </version >
5
+ <version >1.0.6 </version >
6
6
<title >Blazor.BFF.OpenIDConnect.Template</title >
7
7
<license type =" file" >LICENSE</license >
8
8
<description >Blazor BFF template for WASM ASP.NET Core hosted</description >
15
15
<requireLicenseAcceptance >false</requireLicenseAcceptance >
16
16
<copyright >2022 damienbod</copyright >
17
17
<summary >This template provides a simple Blazor template with BFF server authentication WASM hosted</summary >
18
- <releaseNotes >fix name project generation </releaseNotes >
18
+ <releaseNotes >Remove unused LoginDisplay razor page </releaseNotes >
19
19
<repository type =" git" url =" https://github.com/damienbod/Blazor.BFF.OpenIDConnect.Template" />
20
20
<packageTypes >
21
21
<packageType name =" Template" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
<body >
23
23
24
24
<div id =" app" >
25
- <!-- Spinner -->
26
25
<div class =" spinner d-flex align-items-center justify-content-center spinner" >
27
26
<div class =" spinner-border text-success" role =" status" >
28
27
<span class =" sr-only" >Loading...</span >
29
28
</div >
30
29
</div >
31
30
</div >
32
31
33
- @* <component type="typeof(App)" render-mode="WebAssembly" />*@
34
-
35
32
<div id =" blazor-error-ui" >
36
33
<environment include =" Staging,Production" >
37
34
An error has occurred. This application may no longer respond until reloaded.
You can’t perform that action at this time.
0 commit comments