Skip to content

Commit

Permalink
发布7.x.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejmnet committed Jan 4, 2023
1 parent 2e93d2d commit 4758356
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions aaa.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dotnet build -c Release
echo complete
pause
10 changes: 5 additions & 5 deletions nuget-publish.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4758356

Please sign in to comment.