diff --git a/nuget-publish.bat b/nuget-publish.bat
index cf12ce45..64f6bb07 100644
--- a/nuget-publish.bat
+++ b/nuget-publish.bat
@@ -1,8 +1,8 @@
 :start
 ::定义版本
-set EFCORE2=2.0.0.3
-set EFCORE3=3.0.0.3
-set EFCORE5=5.0.0.3
+set EFCORE2=2.0.0.4
+set EFCORE3=3.0.0.4
+set EFCORE5=5.0.0.4
 
 ::删除所有bin与obj下的文件
 @echo off