Skip to content

Commit

Permalink
发包版本
Browse files Browse the repository at this point in the history
  • Loading branch information
longxianghui committed Sep 29, 2019
1 parent 755f93e commit 295ef44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#### 使用方法
引入nuget
```
<PackageReference Include="Leo.Chimp" Version="2.1.1" />
<PackageReference Include="Leo.Chimp" Version="2.1.2" />
```
创建实体对象,继承IEntity

Expand Down
4 changes: 1 addition & 3 deletions src/Leo.Chimp/Leo.Chimp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageProjectUrl>https://github.com/longxianghui/chimp</PackageProjectUrl>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<LangVersion>7.3</LangVersion>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Authors>longxianghui</Authors>
<Description>ef and dapper repository.</Description>
<PackageTags>repository;unit of work;ef;dapper;</PackageTags>
Expand Down

0 comments on commit 295ef44

Please sign in to comment.