Skip to content

Commit 1332498

Browse files
committed
fix(version): change
1 parent 8f3c3d8 commit 1332498

File tree

6 files changed

+27
-16
lines changed

6 files changed

+27
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
namespace Package.BlazorComponentLibrary.BCLVersion { public static class VersionInfo { public static string Version = "10.9.8" ;
1+
namespace Package.BlazorComponentLibrary.BCLVersion { public static class VersionInfo { public static string Version = "10.9.9" ;
22
} }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.9.8
1+
10.9.9

ReadMe.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ Both these options work in this project.
4949

5050
On push the project make a package, hosts it, makes a testpage, on merging the branch to master it makes a production page and package.
5151

52+
# Setup notes - (incomplete but a starting point)
53+
1. Env vars (local is source controlled because its a prototype so will need some env vars)
54+
- May need to set these system wide and then restart or just restart vs
55+
1. increment the bclversion because otherwise you will generate the same version but with a different hash
56+
1. Clean project
57+
1. build package project
58+
- need to run npm i at this level for gulp (its not centralised)
59+
1. build solution potentially or just individual projects so package rebuilding isnt out of sync
60+
1. run TestHostPrerenderWASM
61+
62+
5263
## Details
5364

5465
The 404 page is because the Blazor is a spa the routing does not work as a github page, such that from the blazor entry point page you

SharedPages/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"TELBlazorComponentLibrary.GitPageBlazorWasm": {
2020
"type": "Direct",
21-
"requested": "[10.9.8, )",
22-
"resolved": "10.9.8",
23-
"contentHash": "ZRWHO6o0r176VlyG7hLl8VVlh7MKC3FXE4Okpd4yJM+5b3yDtKmvAylasP0wFMHm16JtU704+hiZfmjc762HOw==",
21+
"requested": "[10.9.9, )",
22+
"resolved": "10.9.9",
23+
"contentHash": "8JFnOiPTIDPVvgOm63wpCo/TtWWCbIPbOg1HIOvjI5R4gWnqXvDJnVoycEdQlKqRvfRYeLdGtZ5jIO8D08cmww==",
2424
"dependencies": {
2525
"Microsoft.AspNetCore.Components.Web": "8.0.14",
2626
"Microsoft.Extensions.Http": "8.0.0"

TestHostPrerenderWASM/TestHostPrerenderWASM.Client/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
},
2424
"Microsoft.NET.ILLink.Tasks": {
2525
"type": "Direct",
26-
"requested": "[8.0.14, )",
27-
"resolved": "8.0.14",
28-
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
26+
"requested": "[8.0.15, )",
27+
"resolved": "8.0.15",
28+
"contentHash": "s4eXlcRGyHeCgFUGQnhq0e/SCHBPp0jOHgMqZg3fQ2OCHJSm1aOUhI6RFWuVIcEb9ig2WgI2kWukk8wu72EbUQ=="
2929
},
3030
"Microsoft.NET.Sdk.WebAssembly.Pack": {
3131
"type": "Direct",
32-
"requested": "[8.0.14, )",
33-
"resolved": "8.0.14",
34-
"contentHash": "PVKBB7RYzYzCMnKKHjG/sVUhTHtToCO0ewuZvrRuATsmxYiG1e01m1p7Mbg9CTkbj72KPnrMuq9pBiypA7sOyg=="
32+
"requested": "[8.0.15, )",
33+
"resolved": "8.0.15",
34+
"contentHash": "Q/RDNqyGuVXcXdtAO1PknxbEjYbiYs9ONoClC91G16PZ/i4U+Jhzy+XiTywO/+dvVsvb7JZmsPqlNYuuBvGMBg=="
3535
},
3636
"Microsoft.AspNetCore.Authorization": {
3737
"type": "Transitive",
@@ -280,7 +280,7 @@
280280
"type": "CentralTransitive",
281281
"requested": "[10.9.8, )",
282282
"resolved": "10.9.8",
283-
"contentHash": "ZRWHO6o0r176VlyG7hLl8VVlh7MKC3FXE4Okpd4yJM+5b3yDtKmvAylasP0wFMHm16JtU704+hiZfmjc762HOw==",
283+
"contentHash": "FXxUCn5fCRscdHLcxMpk31YcRzUX2a+wEdahOlRiXtXgCN8+suZ5tzVrjr8R4rij9iU0Fq5XtT7hrexQeinEpg==",
284284
"dependencies": {
285285
"Microsoft.AspNetCore.Components.Web": "8.0.14",
286286
"Microsoft.Extensions.Http": "8.0.0"

TestHostPrerenderWASM/TestHostPrerenderWASM/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"type": "Project",
221221
"dependencies": {
222222
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
223-
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[10.9.8, )"
223+
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[10.9.9, )"
224224
}
225225
},
226226
"testhostprerenderwasm.client": {
@@ -280,9 +280,9 @@
280280
},
281281
"TELBlazorComponentLibrary.GitPageBlazorWasm": {
282282
"type": "CentralTransitive",
283-
"requested": "[10.9.8, )",
284-
"resolved": "10.9.8",
285-
"contentHash": "ZRWHO6o0r176VlyG7hLl8VVlh7MKC3FXE4Okpd4yJM+5b3yDtKmvAylasP0wFMHm16JtU704+hiZfmjc762HOw==",
283+
"requested": "[10.9.9, )",
284+
"resolved": "10.9.9",
285+
"contentHash": "8JFnOiPTIDPVvgOm63wpCo/TtWWCbIPbOg1HIOvjI5R4gWnqXvDJnVoycEdQlKqRvfRYeLdGtZ5jIO8D08cmww==",
286286
"dependencies": {
287287
"Microsoft.AspNetCore.Components.Web": "8.0.14",
288288
"Microsoft.Extensions.Http": "8.0.0"

0 commit comments

Comments
 (0)