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

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>0.0.0.1</AssemblyVersion> <AssemblyVersion>0.0.0.1</AssemblyVersion>
<Version>0.0.1</Version> <Version>0.0.2</Version>
<FileVersion>0.0.0.0</FileVersion> <FileVersion>0.0.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup> </PropertyGroup>

View File

@ -1,6 +1,6 @@
# FreeSql # FreeSql
打造 .NETCore 最方便的ormdbfirst codefirst混合使用codefirst模式下的开发阶段建好实体不用执行任何就能创建表和修改字段dbfirst模式下提供api+模板自定义生成代码作者提供了3种模板。 打造 .NETCore 最方便的ormdbfirst codefirst混合使用codefirst模式下的开发阶段建好实体不用执行任何就能创建表和修改字段dbfirst模式下提供api+模板自定义生成代码作者提供了3种模板。目前仍然在开发中可以持续关注或者参与给出宝贵意见QQ群4336577
* [《CodeFirst 快速开发文档》](Docs/codefirst.md) * [《CodeFirst 快速开发文档》](Docs/codefirst.md)