Skip to content

Commit 7921327

Browse files
Update repo
Update repo
1 parent 48e460d commit 7921327

File tree

1,864 files changed

+53417
-8116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,864 files changed

+53417
-8116
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[Bb]in/
22
[Oo]bj/
33
[Pp]ackages/
4+
.vs/
45
Z.Expressions.Eval.NET40/
56
Z.Lab/
67
*.suo

src/Z.EntityFramework.Plus.EF5.NET40/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("ZZZ Projects Inc.")]
1515
[assembly: AssemblyProduct("Z.EntityFramework.Plus.EF5")]
16-
[assembly: AssemblyCopyright("Copyright © ZZZ Projects Inc. 2014 - 2016")]
16+
[assembly: AssemblyCopyright("Copyright © ZZZ Projects Inc.")]
1717
[assembly: AssemblyTrademark("SQL & .NET Tools")]
1818
[assembly: AssemblyCulture("")]
1919
[assembly: ComVisible(false)]
2020
[assembly: Guid("e4c2af73-caeb-4429-bcb6-0a359484e064")]
21-
[assembly: AssemblyVersion("6.13.0")]
22-
[assembly: AssemblyFileVersion("6.13.0")]
21+
[assembly: AssemblyVersion("9.104.0.1")]
22+
[assembly: AssemblyFileVersion("9.104.0.1")]

src/Z.EntityFramework.Plus.EF5.NET40/Z.EntityFramework.Plus.EF5.NET40.csproj

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -11,10 +11,14 @@
1111
<AssemblyName>Z.EntityFramework.Plus.EF5</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>SAK</SccProjectName>
15-
<SccLocalPath>SAK</SccLocalPath>
16-
<SccAuxPath>SAK</SccAuxPath>
17-
<SccProvider>SAK</SccProvider>
14+
<SccProjectName>
15+
</SccProjectName>
16+
<SccLocalPath>
17+
</SccLocalPath>
18+
<SccAuxPath>
19+
</SccAuxPath>
20+
<SccProvider>
21+
</SccProvider>
1822
</PropertyGroup>
1923
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2024
<DebugSymbols>true</DebugSymbols>
@@ -55,11 +59,11 @@
5559
<Reference Include="Microsoft.CSharp" />
5660
<Reference Include="System.Data" />
5761
<Reference Include="System.Xml" />
58-
<Reference Include="Z.EntityFramework.Extensions.EF5, Version = 6.13.0.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
59-
<HintPath>..\packages\Z.EntityFramework.Extensions.EF5.6.13.0\lib\net40\Z.EntityFramework.Extensions.EF5.dll</HintPath>
62+
<Reference Include="Z.EntityFramework.Extensions.EF5, Version = 9.104.0.1.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
63+
<HintPath>..\packages\Z.EntityFramework.Extensions.EF5.9.104.0.1\lib\net40\Z.EntityFramework.Extensions.EF5.dll</HintPath>
6064
</Reference>
61-
<Reference Include="Z.Expressions.Eval, Version = 4.0.62.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
62-
<HintPath>..\packages\Z.Expressions.Eval.4.0.62\lib\net40\Z.Expressions.Eval.dll</HintPath>
65+
<Reference Include="Z.Expressions.Eval, Version = 6.3.2.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
66+
<HintPath>..\packages\Z.Expressions.Eval.6.3.2\lib\net40\Z.Expressions.Eval.dll</HintPath>
6367
</Reference>
6468
</ItemGroup>
6569
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EntityFramework" version="5.0.0" targetFramework="net4" />
4-
<package id="Z.EntityFramework.Extensions.EF5" version="6.13.0" targetFramework="net40" />
5-
<package id="Z.Expressions.Eval" version="4.0.62" targetFramework="net40" />
4+
<package id="Z.EntityFramework.Extensions.EF5" version="9.104.0.1" targetFramework="net40" />
5+
<package id="Z.Expressions.Eval" version="6.3.2" targetFramework="net40" />
66
</packages>

src/Z.EntityFramework.Plus.EF5/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("ZZZ Projects Inc.")]
1515
[assembly: AssemblyProduct("Z.EntityFramework.Plus.EF5")]
16-
[assembly: AssemblyCopyright("Copyright © ZZZ Projects Inc. 2014 - 2016")]
16+
[assembly: AssemblyCopyright("Copyright © ZZZ Projects Inc.")]
1717
[assembly: AssemblyTrademark("SQL & .NET Tools")]
1818
[assembly: AssemblyCulture("")]
1919
[assembly: ComVisible(false)]
2020
[assembly: Guid("abcbb878-043c-4957-a334-90e9872e684e")]
21-
[assembly: AssemblyVersion("6.13.0")]
22-
[assembly: AssemblyFileVersion("6.13.0")]
21+
[assembly: AssemblyVersion("9.104.0.1")]
22+
[assembly: AssemblyFileVersion("9.104.0.1")]

src/Z.EntityFramework.Plus.EF5/Z.EntityFramework.Plus.EF5.csproj

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -11,10 +11,14 @@
1111
<AssemblyName>Z.EntityFramework.Plus.EF5</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>SAK</SccProjectName>
15-
<SccLocalPath>SAK</SccLocalPath>
16-
<SccAuxPath>SAK</SccAuxPath>
17-
<SccProvider>SAK</SccProvider>
14+
<SccProjectName>
15+
</SccProjectName>
16+
<SccLocalPath>
17+
</SccLocalPath>
18+
<SccAuxPath>
19+
</SccAuxPath>
20+
<SccProvider>
21+
</SccProvider>
1822
<TargetFrameworkProfile />
1923
</PropertyGroup>
2024
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -57,11 +61,11 @@
5761
<Reference Include="Microsoft.CSharp" />
5862
<Reference Include="System.Data" />
5963
<Reference Include="System.Xml" />
60-
<Reference Include="Z.EntityFramework.Extensions.EF5, Version = 6.13.0.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
61-
<HintPath>..\packages\Z.EntityFramework.Extensions.EF5.6.13.0\lib\net45\Z.EntityFramework.Extensions.EF5.dll</HintPath>
64+
<Reference Include="Z.EntityFramework.Extensions.EF5, Version = 9.104.0.1.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
65+
<HintPath>..\packages\Z.EntityFramework.Extensions.EF5.9.104.0.1\lib\net45\Z.EntityFramework.Extensions.EF5.dll</HintPath>
6266
</Reference>
63-
<Reference Include="Z.Expressions.Eval, Version = 4.0.62.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
64-
<HintPath>..\packages\Z.Expressions.Eval.4.0.62\lib\net45\Z.Expressions.Eval.dll</HintPath>
67+
<Reference Include="Z.Expressions.Eval, Version = 6.3.2.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
68+
<HintPath>..\packages\Z.Expressions.Eval.6.3.2\lib\net45\Z.Expressions.Eval.dll</HintPath>
6569
</Reference>
6670
</ItemGroup>
6771
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EntityFramework" version="5.0.0" targetFramework="net45" />
4-
<package id="Z.EntityFramework.Extensions.EF5" version="6.13.0" targetFramework="net45" />
5-
<package id="Z.Expressions.Eval" version="4.0.62" targetFramework="net45" />
4+
<package id="Z.EntityFramework.Extensions.EF5" version="9.104.0.1" targetFramework="net45" />
5+
<package id="Z.Expressions.Eval" version="6.3.2" targetFramework="net45" />
66
</packages>

src/Z.EntityFramework.Plus.EF6.NET40/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("ZZZ Projects Inc.")]
1515
[assembly: AssemblyProduct("Z.EntityFramework.Plus.EF6")]
16-
[assembly: AssemblyCopyright("Copyright © ZZZ Projects Inc. 2014 - 2016")]
16+
[assembly: AssemblyCopyright("Copyright © ZZZ Projects Inc.")]
1717
[assembly: AssemblyTrademark("SQL & .NET Tools")]
1818
[assembly: AssemblyCulture("")]
1919
[assembly: ComVisible(false)]
2020
[assembly: Guid("ac398eb8-0a31-4d06-a804-84d10b6da96d")]
21-
[assembly: AssemblyVersion("6.13.0")]
22-
[assembly: AssemblyFileVersion("6.13.0")]
21+
[assembly: AssemblyVersion("9.104.0.1")]
22+
[assembly: AssemblyFileVersion("9.104.0.1")]

src/Z.EntityFramework.Plus.EF6.NET40/Z.EntityFramework.Plus.EF6.NET40.csproj

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -11,10 +11,14 @@
1111
<AssemblyName>Z.EntityFramework.Plus.EF6</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>SAK</SccProjectName>
15-
<SccLocalPath>SAK</SccLocalPath>
16-
<SccAuxPath>SAK</SccAuxPath>
17-
<SccProvider>SAK</SccProvider>
14+
<SccProjectName>
15+
</SccProjectName>
16+
<SccLocalPath>
17+
</SccLocalPath>
18+
<SccAuxPath>
19+
</SccAuxPath>
20+
<SccProvider>
21+
</SccProvider>
1822
</PropertyGroup>
1923
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2024
<DebugSymbols>true</DebugSymbols>
@@ -56,11 +60,11 @@
5660
<Reference Include="Microsoft.CSharp" />
5761
<Reference Include="System.Data" />
5862
<Reference Include="System.Xml" />
59-
<Reference Include="Z.EntityFramework.Extensions, Version = 6.13.0.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
60-
<HintPath>..\packages\Z.EntityFramework.Extensions.6.13.0\lib\net40\Z.EntityFramework.Extensions.dll</HintPath>
63+
<Reference Include="Z.EntityFramework.Extensions, Version = 9.104.0.1.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
64+
<HintPath>..\packages\Z.EntityFramework.Extensions.9.104.0.1\lib\net40\Z.EntityFramework.Extensions.dll</HintPath>
6165
</Reference>
62-
<Reference Include="Z.Expressions.Eval, Version = 4.0.62.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
63-
<HintPath>..\packages\Z.Expressions.Eval.4.0.62\lib\net40\Z.Expressions.Eval.dll</HintPath>
66+
<Reference Include="Z.Expressions.Eval, Version = 6.3.2.0, Culture = neutral, PublicKeyToken = 59b66d028979105b, processorArchitecture = MSIL">
67+
<HintPath>..\packages\Z.Expressions.Eval.6.3.2\lib\net40\Z.Expressions.Eval.dll</HintPath>
6468
</Reference>
6569
</ItemGroup>
6670
<ItemGroup>
@@ -86,6 +90,7 @@
8690
<Import Project="..\shared\Z.EF.Plus.SetDynamic.Shared\Z.EF.Plus.SetDynamic.Shared.projitems" Label="Shared" />
8791
<Import Project="..\shared\Z.EF.Plus.QueryHook\Z.EF.Plus.QueryHook.projitems" Label="Shared" />
8892
<Import Project="..\shared\Z.EF.Plus.Project.Shared\Z.EF.Plus.Project.Shared.projitems" Label="Shared" />
93+
<Import Project="..\shared\Z.EF.Plus.SetIdentity.Shared\Z.EF.Plus.SetIdentity.Shared.projitems" Label="Shared" />
8994
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9095
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9196
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EntityFramework" version="6.1.0" targetFramework="net40" />
4-
<package id="Z.EntityFramework.Extensions" version="6.13.0" targetFramework="net40" />
5-
<package id="Z.Expressions.Eval" version="4.0.62" targetFramework="net40" />
4+
<package id="Z.EntityFramework.Extensions" version="9.104.0.1" targetFramework="net40" />
5+
<package id="Z.Expressions.Eval" version="6.3.2" targetFramework="net40" />
66
</packages>

0 commit comments

Comments
 (0)