File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,23 @@ dotnet pack src/Bing.Datas.EntityFramework.MySql -c Release -o nuget_pub
5454dotnet pack src/Bing.Datas.EntityFramework.PgSql -c Release -o nuget_pub
5555dotnet pack src/Bing.Datas.EntityFramework.SqlServer -c Release -o nuget_pub
5656dotnet pack src/Bing.Datas.EntityFramework.Oracle -c Release -o nuget_pub
57+ dotnet pack src/Bing.FreeSQL -c Release -o nuget_pub
58+ dotnet pack src/Bing.FreeSQL.MySql -c Release -o nuget_pub
5759
5860:: Caching
5961dotnet pack src/Bing.EasyCaching -c Release -o nuget_pub
6062dotnet pack src/Bing.Caching.CSRedis -c Release -o nuget_pub
63+ dotnet pack src/Bing.Caching.FreeRedis -c Release -o nuget_pub
6164
6265:: Tools
6366dotnet pack src/Bing.Emailing -c Release -o nuget_pub
6467dotnet pack src/Bing.MailKit -c Release -o nuget_pub
68+ dotnet pack src/Bing.ObjectMapping -c Release -o nuget_pub
6569dotnet pack src/Bing.AutoMapper -c Release -o nuget_pub
70+ dotnet pack src/Bing.MiniProfiler -c Release -o nuget_pub
71+ dotnet pack src/Bing.Locks.CSRedis -c Release -o nuget_pub
72+
73+ dotnet pack src/Bing.Events.Cap.MySql -c Release -o nuget_pub
6674
6775for /R " nuget_pub" %%s in (*symbols.nupkg) do (
6876 del %%s
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <VersionMajor >2</VersionMajor >
4- <VersionMinor >0 </VersionMinor >
4+ <VersionMinor >1 </VersionMinor >
55 <VersionPatch >0</VersionPatch >
6- <VersionQuality >20210118 -1</VersionQuality >
6+ <VersionQuality >20210428 -1</VersionQuality >
77 <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
8- <!-- < VersionSuffix>preview-$(VersionQuality)</VersionSuffix> -- >
8+ <VersionSuffix >preview-$(VersionQuality)</VersionSuffix >
99 </PropertyGroup >
1010</Project >
You can’t perform that action at this time.
0 commit comments