Skip to content

Commit 68c2533

Browse files
Update code
Update code
1 parent 9b93897 commit 68c2533

File tree

56 files changed

+1783
-348
lines changed

Some content is hidden

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

56 files changed

+1783
-348
lines changed
392 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Version": 1,
3+
"ProjectMap": {
4+
"a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": {
5+
"ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3",
6+
"DisplayName": "Miscellaneous Files",
7+
"ColorIndex": -1
8+
}
9+
},
10+
"NextColorIndex": 0
11+
}
20 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.
1.01 KB
Binary file not shown.
1.06 MB
Binary file not shown.
24 Bytes
Binary file not shown.
533 KB
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
[assembly: AssemblyCulture("")]
1919
[assembly: ComVisible(false)]
2020
[assembly: Guid("e4c2af73-caeb-4429-bcb6-0a359484e064")]
21-
[assembly: AssemblyVersion("1.12.14")]
22-
[assembly: AssemblyFileVersion("1.12.14")]
21+
[assembly: AssemblyVersion("6.13.0")]
22+
[assembly: AssemblyFileVersion("6.13.0")]

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

Lines changed: 9 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>
@@ -35,11 +35,10 @@
3535
<DocumentationFile>bin\Release\Z.EntityFramework.Plus.EF5.xml</DocumentationFile>
3636
</PropertyGroup>
3737
<PropertyGroup>
38-
<SignAssembly>false</SignAssembly>
38+
<SignAssembly>true</SignAssembly>
3939
</PropertyGroup>
4040
<PropertyGroup>
41-
<AssemblyOriginatorKeyFile>
42-
</AssemblyOriginatorKeyFile>
41+
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
4342
</PropertyGroup>
4443
<ItemGroup>
4544
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
@@ -56,18 +55,19 @@
5655
<Reference Include="Microsoft.CSharp" />
5756
<Reference Include="System.Data" />
5857
<Reference Include="System.Xml" />
59-
<Reference Include="Z.EntityFramework.Extensions.EF5, Version=4.0.52.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
60-
<HintPath>..\packages\Z.EntityFramework.Extensions.EF5.4.0.52\lib\net40\Z.EntityFramework.Extensions.EF5.dll</HintPath>
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>
6160
</Reference>
62-
<Reference Include="Z.Expressions.Eval, Version=3.1.6.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
63-
<HintPath>..\packages\Z.Expressions.Eval.3.1.6\lib\net40\Z.Expressions.Eval.dll</HintPath>
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>
6463
</Reference>
6564
</ItemGroup>
6665
<ItemGroup>
6766
<Compile Include="Properties\AssemblyInfo.cs" />
6867
</ItemGroup>
6968
<ItemGroup>
7069
<None Include="packages.config" />
70+
<None Include="zzzproject.pfx" />
7171
</ItemGroup>
7272
<Import Project="..\shared\Z.EF.Plus._Core.Shared\Z.EF.Plus._Core.Shared.projitems" Label="Shared" />
7373
<Import Project="..\shared\Z.EF.Plus._ExceptionMessage.Shared\Z.EF.Plus._ExceptionMessage.Shared.projitems" Label="Shared" />
@@ -88,4 +88,4 @@
8888
<Target Name="AfterBuild">
8989
</Target>
9090
-->
91-
</Project>
91+
</Project>

0 commit comments

Comments
 (0)