Skip to content

Commit f0b1a62

Browse files
committed
fix(are we really): getting 1.0.0
1 parent ff3de6b commit f0b1a62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ jobs:
307307
echo ""
308308
echo "Deleting packages.lock.json files:"
309309
find . -name "packages.lock.json" -type f -exec rm -f {} \;
310+
311+
echo "Listing packages.lock.json files:"
312+
find . -name "packages.lock.json" -type f -print
313+
echo ""
310314
311315
- name: Restore NuGet Packages for Specifically the BCL Package Library Project
312316
run: dotnet restore TestHostPrerenderWASM/TestHostPrerenderWASM.Client/TestHostPrerenderWASM.Client.csproj --verbosity detailed

Package.BlazorComponentLibrary/Components/SimpleCounter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h3>Simple Counter</h3>
22
Feat123
33
<button class="btn btn-primary" @onclick="IncrementCount">
4-
A Build aaa(@currentCount)
4+
surely not A Build aaa(@currentCount)
55
</button>
66

77
@code {

0 commit comments

Comments
 (0)