From a61b570ca74c173863ca98d4566f02e0929097b2 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Wed, 2 Jan 2019 09:30:45 +0800 Subject: [PATCH] update --- .gitattributes | 2 +- .gitignore | 1 - FreeSql/Interface/{IDasql.cs => IFreeSql.cs} | 0 LICENSE | 2 +- readme.md | 2 +- 5 files changed, 3 insertions(+), 4 deletions(-) rename FreeSql/Interface/{IDasql.cs => IFreeSql.cs} (100%) diff --git a/.gitattributes b/.gitattributes index 1ff0c423..a1e1e97a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -60,4 +60,4 @@ #*.pdf diff=astextplain #*.PDF diff=astextplain #*.rtf diff=astextplain -#*.RTF diff=astextplain +#*.RTF diff=astextplain \ No newline at end of file diff --git a/.gitignore b/.gitignore index 616428fc..63842b23 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ [Rr]eleases/ [Xx]64/ [Xx]86/ -[Bb]uild/ bld/ [Bb]in/ [Oo]bj/ diff --git a/FreeSql/Interface/IDasql.cs b/FreeSql/Interface/IFreeSql.cs similarity index 100% rename from FreeSql/Interface/IDasql.cs rename to FreeSql/Interface/IFreeSql.cs diff --git a/LICENSE b/LICENSE index ab602974..fdcf8352 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 +Copyright (c) 2018 YeXiangQin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/readme.md b/readme.md index c9e8c801..de17a413 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ FreeSql 支持 MySql/SqlServer/PostgreSQL 数据库技术实现。 FreeSql 打造 .NETCore 最方便的 ORM,dbfirst codefirst混合使用,codefirst模式下的开发阶段,建好实体不用执行任何操作即能创建表和修改字段,dbfirst模式下提供api+模板自定义生成代码,作者提供了3种模板,您可以持续关注或者参与给出宝贵意见,QQ群:4336577。 -[《Select查询数据文档》](Docs/select.md) | [《Update更新数据文档》](Docs/update.md) | [《Insert插入数据文档》](Docs/insert.md) | [《delete删除数据文档》](Docs/insert.md) +[《Select查询数据文档》](Docs/select.md) | [《Update更新数据文档》](Docs/update.md) | [《Insert插入数据文档》](Docs/insert.md) | [《Delete删除数据文档》](Docs/delete.md) [《Expression 表达式函数文档》](Docs/expression.md) | [《CodeFirst 快速开发文档》](Docs/codefirst.md) | [《DbFirst 快速开发文档》](Docs/dbfirst.md)