Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RocherKong committed Nov 6, 2017
1 parent c71d901 commit 189f5cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dev/Bara/Bara.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.4;netstandard2.0;net46</TargetFrameworks>
<Authors>Rocher</Authors>
<AssemblyVersion>0.9.7.0</AssemblyVersion>
<FileVersion>0.9.7.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<NeutralLanguage>zh-CN</NeutralLanguage>
<Copyright>Rocher</Copyright>
<Description>just for c# orm cross-platform
Expand All @@ -12,8 +12,8 @@ improve a little every day.</Description>
<Product>Bara</Product>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Version>0.9.7.0</Version>
<PackageReleaseNotes>Add DynamicParameters Request.</PackageReleaseNotes>
<Version>1.0.0</Version>
<PackageReleaseNotes>Release</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
<PackageReference Include="Dapper" Version="1.50.2" />
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ int i = mapper.Execute(new Core.Context.RequestContext
## Tips
* Can DataAccess be more Simple?(Auto Generate dao Code for Mapping Method Name.)

## Thanks
[Ahoo-Wang/SmartSql](https://github.com/Ahoo-Wang/SmartSql/):




0 comments on commit 189f5cf

Please sign in to comment.