Skip to content

Commit 1d73572

Browse files
committed
publish: 发布2.2.0
1 parent 68157b3 commit 1d73572

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

framework/Publish.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ dotnet pack src/Bing.Logs.Log4Net -c Release -o nuget_pub
2424
dotnet pack src/Bing.Logs.NLog -c Release -o nuget_pub
2525
dotnet pack src/Bing.Logs.Serilog -c Release -o nuget_pub
2626

27+
::Logging
28+
dotnet pack src/Bing.Logging -c Release -o nuget_pub
29+
dotnet pack src/Bing.Logging.Serilog -c Release -o nuget_pub
30+
dotnet pack src/Bing.Logging.Sinks.Exceptionless -c Release -o nuget_pub
31+
2732
::Data
2833
dotnet pack src/Bing.Data -c Release -o nuget_pub
2934
dotnet pack src/Bing.Data.Sql -c Release -o nuget_pub

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>20220104-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)