Skip to content

Commit

Permalink
v3.2.620 #1098 #1097
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed May 12, 2022
1 parent be61ad0 commit e874a10
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>3.2.610</Version>
<Version>3.2.620</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Extensions/FreeSql.Generator/ConsoleApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public ConsoleApp(string[] args, ManualResetEvent wait)
-Razor 1 * 选择模板:实体类+特性
-Razor 2 * 选择模板:实体类+特性+导航属性
-Razor ""d:\diy.cshtml"" * 自定义模板文件,如乱码请修改为UTF8(不带BOM)编码格式
-Razor ""d:\diy.cshtml"" * 自定义模板文件如乱码请修改为UTF8(不带BOM)编码格式
-NameOptions * 4个布尔值对应:
首字母大写
Expand Down Expand Up @@ -152,7 +152,7 @@ public ConsoleApp(string[] args, ManualResetEvent wait)
{
case "1": ArgsRazor = RazorContentManager.实体类_特性_cshtml; break;
case "2": ArgsRazor = RazorContentManager.实体类_特性_导航属性_cshtml; break;
default: ArgsRazor = File.ReadAllText(args[a + 1], Encoding.UTF8)); break;
default: ArgsRazor = File.ReadAllText(args[a + 1], Encoding.UTF8); break;
}
a++;
break;
Expand Down
9 changes: 9 additions & 0 deletions FreeSql.DbContext/FreeSql.DbContext.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e874a10

Please sign in to comment.