Skip to content

Commit 4804b7d

Browse files
committed
update
1 parent b9ad021 commit 4804b7d

59 files changed

Lines changed: 1255 additions & 109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-633 KB
Binary file not shown.
-75.5 KB
Binary file not shown.
-1.91 MB
Binary file not shown.
Binary file not shown.
-24 Bytes
Binary file not shown.

src/Dapper.Linq/Dapper.Linq/Dapper.Linq.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
5-
<Version>1.0.0.5</Version>
5+
<Version>1.0.1.0</Version>
66
<Description>dapper,mysql,sqlserver,sqlite,linq to sql,subquery,windows function</Description>
77
<Authors>花间岛</Authors>
88
<PackageProjectUrl>https://github.com/1448376744/Dapper.Linq</PackageProjectUrl>
@@ -14,7 +14,7 @@
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1616
<LangVersion>7.1</LangVersion>
17-
<AssemblyVersion>1.0.0.5</AssemblyVersion>
17+
<AssemblyVersion>1.0.1.0</AssemblyVersion>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 1,
3+
"dgSpecHash": "k4o0F+QKEzMms8zvvjniRp3qaosLRq2lBCtBr+hghzFcotkOQeiGwdHhX8UDtczi8CulZonglJNu2ZfrF+KBOQ==",
4+
"success": true
5+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\chaeyeon\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.9.0</NuGetToolVersion>
11+
</PropertyGroup>
12+
<PropertyGroup>
13+
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
14+
</PropertyGroup>
15+
</Project>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5+
</PropertyGroup>
6+
<ImportGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' AND '$(ExcludeRestorePackageImports)' != 'true' ">
7+
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
8+
</ImportGroup>
9+
</Project>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// 此代码由工具生成。
4+
// 运行时版本:4.0.30319.42000
5+
//
6+
// 对此文件的更改可能会导致不正确的行为,并且如果
7+
// 重新生成代码,这些更改将会丢失。
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("mammothcode")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyCopyrightAttribute("花间岛")]
17+
[assembly: System.Reflection.AssemblyDescriptionAttribute("dapper,mysql,sqlserver,sqlite,linq to sql,subquery,windows function")]
18+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.1.0")]
19+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.1.0")]
20+
[assembly: System.Reflection.AssemblyProductAttribute("Dapper.Linq")]
21+
[assembly: System.Reflection.AssemblyTitleAttribute("Dapper.Linq")]
22+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.1.0")]
23+
24+
// 由 MSBuild WriteCodeFragment 类生成。
25+

0 commit comments

Comments
 (0)