5.1.4.174

This commit is contained in:
sunkaixuan 2025-01-14 12:59:22 +08:00
parent 142feaf759
commit a4e19f5d71
2 changed files with 3 additions and 2 deletions

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.1.4.173")]
[assembly: AssemblyFileVersion("5.1.4.173")]
[assembly: AssemblyVersion("5.1.4.174")]
[assembly: AssemblyFileVersion("5.1.4.174")]

View File

@ -8,6 +8,7 @@ namespace OrmTest
{
static void Main(string[] args)
{
Cases.Init();
//Each example will automatically create a table and can run independently.
//每个例子都会自动建表 并且可以独立运行
_1_CodeFirst.Init();