Skip to content

Commit e874a10

Browse files
committed
v3.2.620 #1098 #1097
1 parent be61ad0 commit e874a10

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<Version>3.2.610</Version>
12+
<Version>3.2.620</Version>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

Extensions/FreeSql.Generator/ConsoleApp.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public ConsoleApp(string[] args, ManualResetEvent wait)
9090
9191
-Razor 1 * 选择模板:实体类+特性
9292
-Razor 2 * 选择模板:实体类+特性+导航属性
93-
-Razor ""d:\diy.cshtml"" * 自定义模板文件,如乱码请修改为UTF8(不带BOM)编码格式
93+
-Razor ""d:\diy.cshtml"" * 自定义模板文件如乱码请修改为UTF8(不带BOM)编码格式
9494
9595
-NameOptions * 4个布尔值对应:
9696
首字母大写
@@ -152,7 +152,7 @@ public ConsoleApp(string[] args, ManualResetEvent wait)
152152
{
153153
case "1": ArgsRazor = RazorContentManager.实体类_特性_cshtml; break;
154154
case "2": ArgsRazor = RazorContentManager.实体类_特性_导航属性_cshtml; break;
155-
default: ArgsRazor = File.ReadAllText(args[a + 1], Encoding.UTF8)); break;
155+
default: ArgsRazor = File.ReadAllText(args[a + 1], Encoding.UTF8); break;
156156
}
157157
a++;
158158
break;

FreeSql.DbContext/FreeSql.DbContext.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)