File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - name : write git commit id
3737 run : echo -n "${GITHUB_SHA}" > app/publish/wwwroot/commit.txt
3838 - name : Deploy to Github Pages
39- uses : JamesIves/github-pages-deploy-action@v4.7.3
39+ uses : JamesIves/github-pages-deploy-action@v4.7.4
4040 with :
4141 token : ${{ secrets.ACCESS_TOKEN }}
4242 branch : gh-pages # The branch the action should deploy to.
Original file line number Diff line number Diff line change 33 <TargetFramework >net9.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Excubo.Blazor.Grids" Version =" 3.1.75 " />
6+ <PackageReference Include =" Excubo.Blazor.Grids" Version =" 3.1.76 " />
77 <PackageReference Include =" MatBlazor" Version =" 2.10.0" />
88 <PackageReference Include =" Material.Blazor" Version =" 5.3.21" />
99 </ItemGroup >
Original file line number Diff line number Diff line change 99 <ItemGroup >
1010 <PackageReference Include =" Excubo.Generators.Blazor" Version =" 2.0.0" />
1111 <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 9.0.10" />
12- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.9 " />
12+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.10 " />
1313 </ItemGroup >
1414</Project >
Original file line number Diff line number Diff line change 2020 <!-- PackageId, Version-->
2121 <PropertyGroup >
2222 <PackageId >Excubo.Blazor.TreeViews</PackageId >
23- <Version >4.0.44 </Version >
23+ <Version >4.0.45 </Version >
2424 </PropertyGroup >
2525 <!-- Self Include-->
2626 <ItemGroup >
You can’t perform that action at this time.
0 commit comments