Skip to content

Commit e701736

Browse files
committed
🚀 publish: 发布 6.0.0 版本
1 parent 99cb792 commit e701736

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

framework/Publish.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for /R "nuget_pub" %%s in (*) do (
1111
)
1212

1313
::Core
14-
dotnet pack src/Bing.Core -c Release -o nuget_pub
14+
dotnet pack src/Bing.Core -c Release -o nuget_pub
1515
dotnet pack src/Bing.AspNetCore.Abstractions -c Release -o nuget_pub
1616
dotnet pack src/Bing.AspNetCore -c Release -o nuget_pub
1717
dotnet pack src/Bing.ExceptionHandling -c Release -o nuget_pub
@@ -92,8 +92,6 @@ dotnet pack src/Bing.MiniProfiler -c Release -o nuget_pub
9292
dotnet pack src/Bing.Locks.CSRedis -c Release -o nuget_pub
9393
dotnet pack src/Bing.Extensions.SkyApm.Diagnostics.Sql -c Release -o nuget_pub
9494

95-
dotnet pack src/Bing.Events.Cap.MySql -c Release -o nuget_pub
96-
9795
for /R "nuget_pub" %%s in (*symbols.nupkg) do (
9896
del %%s
9997
)

framework/src/Bing.FreeSQL/references.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<ItemGroup>
33
<ProjectReference Include="..\Bing.Data.Sql\Bing.Data.Sql.csproj" />
44
<ProjectReference Include="..\Bing.Ddd.Domain\Bing.Ddd.Domain.csproj" />
5-
<ProjectReference Include="..\Bing.Logs\Bing.Logs.csproj" />
65
</ItemGroup>
76
</Project>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<VersionPatch>0</VersionPatch>
66
<VersionQuality>20250319-1</VersionQuality>
77
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
8-
<VersionSuffix>preview-$(VersionQuality)</VersionSuffix>
8+
<!-- <VersionSuffix>preview-$(VersionQuality)</VersionSuffix> -->
99
</PropertyGroup>
1010
</Project>

0 commit comments

Comments
 (0)