发布7.x.0.13

This commit is contained in:
xuejiaming 2023-01-04 20:40:12 +08:00
parent 2e93d2dfa8
commit 4758356982
2 changed files with 8 additions and 5 deletions

3
aaa.bat Normal file
View File

@ -0,0 +1,3 @@
dotnet build -c Release
echo complete
pause

View File

@ -1,10 +1,10 @@
:start
::定义版本
set EFCORE7=7.7.0.12
set EFCORE6=7.6.0.12
set EFCORE5=7.5.0.12
set EFCORE3=7.3.0.12
set EFCORE2=7.2.0.12
set EFCORE7=7.7.0.13
set EFCORE6=7.6.0.13
set EFCORE5=7.5.0.13
set EFCORE3=7.3.0.13
set EFCORE2=7.2.0.13
::删除所有bin与obj下的文件
@echo off