Skip to content

Commit

Permalink
Signed-off-by: jinyuttt <jinyu20072787@sina.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuttt committed Jan 24, 2019
1 parent 7ab1bb5 commit 859f59f
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
Binary file modified .vs/Hikari/v15/.suo
Binary file not shown.
Binary file modified .vs/Hikari/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/Hikari/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Description>.net core库对数据库查询扩展,实体转换 个人贡献,任意使用,希望保留版本和作者注释</Description>
<Description>.net core库对数据库查询扩展,实体转换(采用Emit) 个人贡献,任意使用,希望保留版本和作者注释</Description>
<PackageProjectUrl>https://github.com/jinyuttt/Hikari.git</PackageProjectUrl>
</PropertyGroup>

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[assembly: System.Reflection.AssemblyCompanyAttribute("Hikari.Integration.Models.Core")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyDescriptionAttribute(".net core库对数据库查询扩展,实体转换 个人贡献,任意使用,希望保留版本和作者注释")]
[assembly: System.Reflection.AssemblyDescriptionAttribute(".net core库对数据库查询扩展,实体转换(采用Emit) 个人贡献,任意使用,希望保留版本和作者注释")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Hikari.Integration.Models.Core")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d07052ad09761bf2c7832c431780c7ab193dd9ae
cc74b73654446a9a91992afa82086dea3a5c1f5c
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Hikari.Integration.Models/Hikari.Integration.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageProjectUrl>https://github.com/jinyuttt/Hikari.git</PackageProjectUrl>
<Copyright>2019</Copyright>
<Description>c#数据库查询扩展,实体转换 个人贡献,任意使用,希望保留版本和作者注释</Description>
<Description>c#数据库查询扩展,实体转换(采用反射和表达式树实现) 个人贡献,任意使用,希望保留版本和作者注释</Description>
<PackageReleaseNotes>c#数据库操作扩展</PackageReleaseNotes>
<Version>1.1.0</Version>
</PropertyGroup>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Hikari.Integration.Models")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("2019")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("c#数据库查询扩展,实体转换 个人贡献,任意使用,希望保留版本和作者注释")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("c#数据库查询扩展,实体转换(采用反射和表达式树实现) 个人贡献,任意使用,希望保留版本和作者注释")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Hikari.Integration.Models")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
38fbbb0f8db5af1277221928a621584633049c73
a4191ea2191001a7eea55339915e4ca08403c0f8
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 859f59f

Please sign in to comment.