File tree Expand file tree Collapse file tree 20 files changed +69
-106
lines changed
EntityFrameworkExtras.EF6.NetStandard
EntityFrameworkExtras.EFCore2.NetStandard20
EntityFrameworkExtras.EFCore3.NetStandard20
EntityFrameworkExtras.EFCore3.NetStandard21 Expand file tree Collapse file tree 20 files changed +69
-106
lines changed Original file line number Diff line number Diff line change 2727 <DebugType >pdbonly</DebugType >
2828 <Optimize >true</Optimize >
2929 <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
30+ <DefineConstants >TRACE;EF5 </DefineConstants >
3131 <ErrorReport >prompt</ErrorReport >
3232 <WarningLevel >4</WarningLevel >
3333 <Prefer32Bit >false</Prefer32Bit >
Original file line number Diff line number Diff line change 2727 <DebugType >pdbonly</DebugType >
2828 <Optimize >true</Optimize >
2929 <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
30+ <DefineConstants >TRACE;EF5 </DefineConstants >
3131 <ErrorReport >prompt</ErrorReport >
3232 <WarningLevel >4</WarningLevel >
3333 <Prefer32Bit >false</Prefer32Bit >
5858 </ItemGroup >
5959 <ItemGroup >
6060 <None Include =" App.config" />
61- <None Include =" EntityFrameworkExtras.EF5.nuspec" />
6261 <None Include =" Key.snk" />
6362 <None Include =" packages.config" />
6463 </ItemGroup >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55// General Information about an assembly is controlled through the following
66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
8- [ assembly: AssemblyTitle ( "EntityFrameworkExtras.EF5 " ) ]
9- [ assembly: AssemblyDescription ( "" ) ]
8+ [ assembly: AssemblyTitle ( "EntityFrameworkExtras" ) ]
9+ [ assembly: AssemblyDescription ( "EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. " ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "" ) ]
11+ [ assembly: AssemblyCompany ( "ZZZ Projects & Michael Rodda & Craig Bovis " ) ]
1212[ assembly: AssemblyProduct ( "EntityFrameworkExtras.EF5" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2014 " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © ZZZ Projects Inc. " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "3 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "3 .0.0" ) ]
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.1</TargetFramework >
55 <SignAssembly >true</SignAssembly >
66 <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
7+ <Version >3.0.0</Version >
8+ <Authors >ZZZ Projects & Michael Rodda & Craig Bovis</Authors >
9+ <AssemblyName >EntityFrameworkExtras.EF6</AssemblyName >
10+ <RootNamespace >EntityFrameworkExtras.EF6</RootNamespace >
11+ <Description >EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.</Description >
12+ <Company >EntityFrameworkExtras.EF6</Company >
13+ <Product >EntityFrameworkExtras.EF6</Product >
714 </PropertyGroup >
815
916 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1017 <DefineConstants >TRACE;EF6</DefineConstants >
1118 </PropertyGroup >
1219
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
21+ <DefineConstants >TRACE;EF6</DefineConstants >
22+ </PropertyGroup >
23+
1324 <Import Project =" ..\EntityFrameworkExtras.Shared\EntityFrameworkExtras.Shared.projitems" Label =" Shared" />
1425
1526 <ItemGroup >
Original file line number Diff line number Diff line change 2727 <DebugType >pdbonly</DebugType >
2828 <Optimize >true</Optimize >
2929 <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
30+ <DefineConstants >TRACE;EF6 </DefineConstants >
3131 <ErrorReport >prompt</ErrorReport >
3232 <WarningLevel >4</WarningLevel >
3333 <Prefer32Bit >false</Prefer32Bit >
Original file line number Diff line number Diff line change 2727 <DebugType >pdbonly</DebugType >
2828 <Optimize >true</Optimize >
2929 <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
30+ <DefineConstants >TRACE;EF6 </DefineConstants >
3131 <ErrorReport >prompt</ErrorReport >
3232 <WarningLevel >4</WarningLevel >
3333 <Prefer32Bit >false</Prefer32Bit >
6060 </ItemGroup >
6161 <ItemGroup >
6262 <None Include =" App.config" />
63- <None Include =" EntityFrameworkExtras.EF6.nuspec" />
6463 <None Include =" Key.snk" />
6564 <None Include =" packages.config" />
6665 </ItemGroup >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55// General Information about an assembly is controlled through the following
66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
8- [ assembly: AssemblyTitle ( "EntityFrameworkExtras.EF6 " ) ]
9- [ assembly: AssemblyDescription ( "" ) ]
8+ [ assembly: AssemblyTitle ( "EntityFrameworkExtras" ) ]
9+ [ assembly: AssemblyDescription ( "EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. " ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "" ) ]
12- [ assembly: AssemblyProduct ( "EntityFrameworkExtras.EF6 " ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2014 " ) ]
11+ [ assembly: AssemblyCompany ( "ZZZ Projects & Michael Rodda & Craig Bovis " ) ]
12+ [ assembly: AssemblyProduct ( "EntityFrameworkExtras" ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © ZZZ Projects Inc. " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "3 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "3 .0.0" ) ]
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <AssemblyName >EntityFrameworkExtras.EFCore</AssemblyName >
6+ <SignAssembly >true</SignAssembly >
7+ <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
8+ <Version >2.0.0</Version >
9+ <Description >EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.</Description >
10+ <RootNamespace >EntityFrameworkExtras.EFCore</RootNamespace >
11+ <Authors >ZZZ Projects & Michael Rodda & Craig Bovis</Authors >
12+ <Company >EntityFrameworkExtras.EFCore</Company >
613 </PropertyGroup >
714
815 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
916 <DefineConstants >TRACE;EFCORE EFCORE_2X</DefineConstants >
1017 </PropertyGroup >
1118
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
20+ <DefineConstants >TRACE;EFCORE EFCORE_2X</DefineConstants >
21+ </PropertyGroup >
22+
1223 <Import Project =" ..\EntityFrameworkExtras.Shared\EntityFrameworkExtras.Shared.projitems" Label =" Shared" />
1324
1425 <ItemGroup >
You can’t perform that action at this time.
0 commit comments