File tree Expand file tree Collapse file tree 6 files changed +32
-9
lines changed
Expand file tree Collapse file tree 6 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 22
33[ Readme] ( https://github.com/damienbod/Blazor.BFF.AzureB2C.Template/blob/main/README.md )
44
5+ ** 2022-08-12** 1.2.3
6+ - Http port generator added
7+ - Updated packages
8+
59** 2022-08-07** 1.2.2
610- Improve template
711- Updated packages
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ nuget pack content/Blazor.BFF.AzureB2C.Template.nuspec
198198Locally built nupkg:
199199
200200```
201- dotnet new -i Blazor.BFF.AzureB2C.Template.1.2.2 .nupkg
201+ dotnet new -i Blazor.BFF.AzureB2C.Template.1.2.3 .nupkg
202202```
203203
204204Local folder:
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >Blazor.BFF.AzureB2C.Template</id >
5- <version >1.2.2 </version >
5+ <version >1.2.3 </version >
66 <title >Blazor.BFF.AzureB2C.Template</title >
77 <license type =" file" >LICENSE</license >
88 <description >Blazor BFF template for WASM ASP.NET Core hosted</description >
1515 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1616 <copyright >2022 damienbod</copyright >
1717 <summary >This template provides a simple Blazor template with BFF server authentication WASM hosted</summary >
18- <releaseNotes >Improved template, updated nuget packages</releaseNotes >
18+ <releaseNotes >Improved template with http port generation , updated nuget packages</releaseNotes >
1919 <repository type =" git" url =" https://github.com/damienbod/Blazor.BFF.AzureB2C.Template" />
2020 <packageTypes >
2121 <packageType name =" Template" />
Original file line number Diff line number Diff line change 2424 " 37DFADAA-3CEC-4DC2-919F-D721E6762108" ,
2525 " 65DEEE1B-8DEB-4732-9025-3325135D81F7" ,
2626 " A3764333-AB8E-4899-A796-3FDAE76A3A0B"
27- ]
27+ ],
28+ "symbols" : {
29+ "HttpsPortGenerated" : {
30+ "type" : " generated" ,
31+ "generator" : " port" ,
32+ "parameters" : {
33+ "low" : 44300 ,
34+ "high" : 44399
35+ }
36+ },
37+ "HttpsPortReplacer" : {
38+ "type" : " generated" ,
39+ "generator" : " coalesce" ,
40+ "parameters" : {
41+ "sourceVariableName" : " HttpsPort" ,
42+ "fallbackVariableName" : " HttpsPortGenerated"
43+ },
44+ "replaces" : " 44348"
45+ }
46+ }
2847}
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.7 " />
12- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.7 " PrivateAssets =" all" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.8 " />
12+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.8 " PrivateAssets =" all" />
1313 <PackageReference Include =" Microsoft.Extensions.Http" Version =" 6.0.0" />
14- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 6.0.7 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 6.0.8 " />
1515 </ItemGroup >
1616
1717 <ItemGroup >
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 6.0.7 " />
16- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 6.0.7 " NoWarn =" NU1605" />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 6.0.8 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 6.0.8 " NoWarn =" NU1605" />
1717 <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.25.1" />
1818 <PackageReference Include =" Microsoft.Identity.Web.UI" Version =" 1.25.1" />
1919 <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 1.25.1" />
You can’t perform that action at this time.
0 commit comments