Skip to content

Commit 688172d

Browse files
committed
chore(automated files): comments so know automated
1 parent da449ee commit 688172d

File tree

8 files changed

+57
-27
lines changed

8 files changed

+57
-27
lines changed

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"Markdig": "[0.41.3, )",
322322
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
323323
"Serilog": "[4.2.0, )",
324-
"TELBlazor.Components": "[1.9.4-local, )"
324+
"TELBlazor.Components": "[1.9.5-local, )"
325325
}
326326
},
327327
"Markdig": {

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/packages.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
"Serilog.Settings.Configuration": "[8.0.0, )",
349349
"Serilog.Sinks.BrowserConsole": "[8.0.0, )",
350350
"Serilog.Sinks.Http": "[8.0.0, )",
351-
"TELBlazor.Components": "[1.9.4-local, )",
351+
"TELBlazor.Components": "[1.9.5-local, )",
352352
"TELBlazor.Components.ShowCase.Shared": "[1.0.0, )"
353353
}
354354
},
@@ -359,7 +359,7 @@
359359
"Markdig": "[0.41.3, )",
360360
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
361361
"Serilog": "[4.2.0, )",
362-
"TELBlazor.Components": "[1.9.4-local, )"
362+
"TELBlazor.Components": "[1.9.5-local, )"
363363
}
364364
},
365365
"Markdig": {

TELBlazor.Components.ShowCase.E2ETests/packages.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@
16011601
"Serilog.Settings.Configuration": "[8.0.0, )",
16021602
"Serilog.Sinks.BrowserConsole": "[8.0.0, )",
16031603
"Serilog.Sinks.Http": "[8.0.0, )",
1604-
"TELBlazor.Components": "[1.9.4-local, )",
1604+
"TELBlazor.Components": "[1.9.5-local, )",
16051605
"TELBlazor.Components.ShowCase.Shared": "[1.0.0, )"
16061606
}
16071607
},
@@ -1612,7 +1612,7 @@
16121612
"Markdig": "[0.41.3, )",
16131613
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
16141614
"Serilog": "[4.2.0, )",
1615-
"TELBlazor.Components": "[1.9.4-local, )"
1615+
"TELBlazor.Components": "[1.9.5-local, )"
16161616
}
16171617
},
16181618
"Blazored.LocalStorage": {

TELBlazor.Components.ShowCase.Shared/packages.lock.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,21 @@
3737
"resolved": "4.2.0",
3838
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
3939
},
40+
"TELBlazor.Components": {
41+
"type": "Direct",
42+
"requested": "[1.9.5-local, )",
43+
"resolved": "1.10.0-refactor-logging.1-250812-1712",
44+
"contentHash": "GLxrOCQUIWGGBObMTQlofwBmUw5HwU31dR2JUeEWcFP40s2bpNfBMX92kZkov1zxABKH7ioxMpc86MANI/06rw==",
45+
"dependencies": {
46+
"Blazored.LocalStorage": "4.5.0",
47+
"Microsoft.AspNetCore.Components.Web": "8.0.14",
48+
"Microsoft.Extensions.DependencyInjection": "8.0.1",
49+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
50+
"Microsoft.Extensions.Http": "8.0.1",
51+
"Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0",
52+
"Serilog": "4.2.0"
53+
}
54+
},
4055
"Microsoft.AspNetCore.Authorization": {
4156
"type": "Transitive",
4257
"resolved": "8.0.14",
@@ -160,15 +175,6 @@
160175
"resolved": "8.0.0",
161176
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
162177
},
163-
"telblazor.components": {
164-
"type": "Project",
165-
"dependencies": {
166-
"Blazored.LocalStorage": "[4.5.0, )",
167-
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
168-
"Microsoft.Extensions.Http": "[8.0.1, )",
169-
"Serilog": "[4.2.0, )"
170-
}
171-
},
172178
"Microsoft.Extensions.DependencyInjection": {
173179
"type": "CentralTransitive",
174180
"requested": "[8.0.1, )",

TELBlazor.Components.ShowCase.WasmStaticClient/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"Markdig": "[0.41.3, )",
465465
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
466466
"Serilog": "[4.2.0, )",
467-
"TELBlazor.Components": "[1.9.4-local, )"
467+
"TELBlazor.Components": "[1.9.5-local, )"
468468
}
469469
},
470470
"Markdig": {

TELBlazor.Components.UnitTests/packages.lock.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,21 @@
139139
"xunit.core": "2.4.1"
140140
}
141141
},
142+
"TELBlazor.Components": {
143+
"type": "Direct",
144+
"requested": "[1.9.5-local, )",
145+
"resolved": "1.10.0-refactor-logging.1-250812-1712",
146+
"contentHash": "GLxrOCQUIWGGBObMTQlofwBmUw5HwU31dR2JUeEWcFP40s2bpNfBMX92kZkov1zxABKH7ioxMpc86MANI/06rw==",
147+
"dependencies": {
148+
"Blazored.LocalStorage": "4.5.0",
149+
"Microsoft.AspNetCore.Components.Web": "8.0.14",
150+
"Microsoft.Extensions.DependencyInjection": "8.0.1",
151+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
152+
"Microsoft.Extensions.Http": "8.0.1",
153+
"Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0",
154+
"Serilog": "4.2.0"
155+
}
156+
},
142157
"xunit": {
143158
"type": "Direct",
144159
"requested": "[2.9.0, )",
@@ -1666,15 +1681,6 @@
16661681
"xunit.extensibility.core": "[2.9.0]"
16671682
}
16681683
},
1669-
"telblazor.components": {
1670-
"type": "Project",
1671-
"dependencies": {
1672-
"Blazored.LocalStorage": "[4.5.0, )",
1673-
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
1674-
"Microsoft.Extensions.Http": "[8.0.1, )",
1675-
"Serilog": "[4.2.0, )"
1676-
}
1677-
},
16781684
"Blazored.LocalStorage": {
16791685
"type": "CentralTransitive",
16801686
"requested": "[4.5.0, )",

TELBlazor.Components/TELBlazor.Components.csproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,18 @@
6969
</Target>
7070
<Target Name="GenerateTELBlazorPackageVersion" BeforeTargets="RunGulp">
7171
<Delete Files="TELBlazorPackageVersion/VersionInfo.cs" />
72-
<WriteLinesToFile File="TELBlazorPackageVersion\VersionInfo.TELBlazor.cs" Lines="namespace TELBlazor.Components.TELBlazorPackageVersion{public static partial class VersionInfo{public const string TELBlazorPackageVersion = &quot;$(TELBlazorPackageVersion)&quot; %3B; } }" Overwrite="true" Encoding="UTF-8" />
72+
<WriteLinesToFile
73+
File="TELBlazorPackageVersion\VersionInfo.TELBlazor.cs"
74+
Lines="// This file is auto-generated. Do not edit manually.
75+
namespace TELBlazor.Components.TELBlazorPackageVersion
76+
{
77+
public static partial class VersionInfo
78+
{
79+
public const string TELBlazorPackageVersion = &quot;$(TELBlazorPackageVersion)&quot;%3B;
80+
}
81+
}"
82+
Overwrite="true"
83+
Encoding="UTF-8" />
7384
</Target>
7485

7586
</Project>

TELBlazor.Components/gulpfile.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,15 @@ gulp.task("add-telFrontEndVersion-to-versionInfo", function (done) {
4343
console.log("This pre-existing content will boe over written :", existingContent);
4444
}
4545

46-
const content = ` namespace TELBlazor.Components.TELBlazorPackageVersion{public static partial class VersionInfo{public static readonly string TELFrontEndPackageVersion = "${TELFrontEndPackageVersion}";}} `;
47-
46+
const content = `// This file is auto-generated. Do not edit manually.
47+
namespace TELBlazor.Components.TELBlazorPackageVersion
48+
{
49+
public static partial class VersionInfo
50+
{
51+
public static readonly string TELFrontEndPackageVersion = "${TELFrontEndPackageVersion}";
52+
}
53+
}
54+
`;
4855
// Write or overwrite the file completely
4956
fs.writeFileSync(versionFilePath, content, "utf8");
5057
console.log(`VersionInfo.TELFrontEnd.cs file updated with version ${TELFrontEndPackageVersion}`);

0 commit comments

Comments
 (0)