This commit is contained in:
28810
2018-12-27 12:01:39 +08:00
parent a18073ff8d
commit ee4e0ab5da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>0.0.0.1</AssemblyVersion>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<FileVersion>0.0.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
# FreeSql
打造 .NETCore 最方便的ormdbfirst codefirst混合使用,codefirst模式下的开发阶段,建好实体不用执行任何,就能创建表和修改字段,dbfirst模式下提供api+模板,自定义生成代码,作者提供了3种模板。
打造 .NETCore 最方便的ormdbfirst codefirst混合使用,codefirst模式下的开发阶段,建好实体不用执行任何,就能创建表和修改字段,dbfirst模式下提供api+模板,自定义生成代码,作者提供了3种模板。目前仍然在开发中,可以持续关注或者参与,给出宝贵意见,QQ群:4336577
* [《CodeFirst 快速开发文档》](Docs/codefirst.md)