Skip to content

Commit

Permalink
chore: 更新打包失败脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Oct 16, 2024
1 parent f457d91 commit e48c152
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
dotnet nuget push publish/BootstrapBlazor.BootstrapIcon.*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate
dotnet pack src/components/BootstrapBlazor.BootstrapIcon.Extensions -c Release -o publish
dotnet nuget push publish/BootstrapBlazor.Extensions.*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate
dotnet nuget push publish/BootstrapBlazor.BootstrapIcon.Extensions.8.2.0.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate
dotnet pack src/components/BootstrapBlazor.Chart -c Release -o publish
dotnet nuget push publish/BootstrapBlazor.Chart.*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.*" />
<PackageReference Include="itext7.pdfhtml" Version="5.*" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.0.5" />
<PackageReference Include="itext7.pdfhtml" Version="5.0.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>8.2.0</Version>
<Version>8.3.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="8.8.3" />
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>8.2.1</Version>
<Version>8.3.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="8.8.3" />
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
<PackageReference Include="FreeSql.Repository" Version="3.2.833" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>8.2.0</Version>
<Version>8.3.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -10,9 +10,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="8.8.3" />
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
<PackageReference Include="Longbow.PetaPoco" Version="5.1.0" />
<PackageReference Include="PetaPoco.Extensions" Version="6.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>8.1.0</Version>
<Version>8.3.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -10,8 +10,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="8.8.3" />
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.167" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e48c152

Please sign in to comment.