File tree Expand file tree Collapse file tree 6 files changed +7
-57
lines changed
EntityFramework.DynamicLinq
Microsoft.EntityFrameworkCore.DynamicLinq
Z.EntityFramework.Classic.DynamicLinq/Properties Expand file tree Collapse file tree 6 files changed +7
-57
lines changed Original file line number Diff line number Diff line change 44 </PropertyGroup >
55
66 <PropertyGroup >
7- <VersionPrefix >1.1.2 </VersionPrefix >
7+ <VersionPrefix >1.1.3 </VersionPrefix >
88 </PropertyGroup >
99
1010 <Choose >
Original file line number Diff line number Diff line change 1616 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1717 <RepositoryType >git</RepositoryType >
1818 <RepositoryUrl >https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl >
19- <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
20- <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
21- <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
22- <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
23- <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
24- <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
25- <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
2619 <DefaultLanguage >en-us</DefaultLanguage >
2720 <ProjectGuid >{D3804228-91F4-4502-9595-39584E510000}</ProjectGuid >
2821 <DebugType >full</DebugType >
2922 <PublishRepositoryUrl >true</PublishRepositoryUrl >
3023 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
24+ <Company >ZZZ Projects</Company >
25+ <Copyright >Copyright © ZZZ Projects</Copyright >
3126 </PropertyGroup >
3227
3328 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
Original file line number Diff line number Diff line change 1- using System . Reflection ;
2- using System . Runtime . CompilerServices ;
3- using System . Runtime . InteropServices ;
1+ using System . Runtime . InteropServices ;
42
5- // General Information about an assembly is controlled through the following
6- // set of attributes. Change these attribute values to modify the information
7- // associated with an assembly.
8- [ assembly: AssemblyConfiguration ( "" ) ]
9- [ assembly: AssemblyCompany ( "ZZZ Projects" ) ]
10- [ assembly: AssemblyTitle ( "EntityFramework.DynamicLinq" ) ]
11- [ assembly: AssemblyProduct ( "EntityFramework.DynamicLinq" ) ]
12- [ assembly: AssemblyTrademark ( "" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © ZZZ Projects" ) ]
14-
15- // Setting ComVisible to false makes the types in this assembly not visible
16- // to COM components. If you need to access a type in this assembly from
17- // COM, set the ComVisible attribute to true on that type.
183[ assembly: ComVisible ( false ) ]
19-
20- // The following GUID is for the ID of the typelib if this project is exposed to COM
214[ assembly: Guid ( "54415664-a73e-47af-b21f-e66b2db2ef14" ) ]
Original file line number Diff line number Diff line change 1616 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1717 <RepositoryType >git</RepositoryType >
1818 <RepositoryUrl >https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl >
19- <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
20- <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
21- <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
22- <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
23- <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
24- <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
25- <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
2619 <DefaultLanguage >en-us</DefaultLanguage >
2720 <ProjectGuid >{D3804228-91F4-4502-9595-39584E510001}</ProjectGuid >
2821 <DebugType >full</DebugType >
2922 <PublishRepositoryUrl >true</PublishRepositoryUrl >
3023 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
31- <Version >1.1.2</Version >
24+ <Company >ZZZ Projects</Company >
25+ <Copyright >Copyright © ZZZ Projects</Copyright >
3226 </PropertyGroup >
3327
3428 <PropertyGroup Condition =" '$(buildType)' == 'azure-pipelines-ci' " >
Original file line number Diff line number Diff line change 1- using System . Reflection ;
2- using System . Runtime . CompilerServices ;
3- using System . Runtime . InteropServices ;
1+ using System . Runtime . InteropServices ;
42
5- // General Information about an assembly is controlled through the following
6- // set of attributes. Change these attribute values to modify the information
7- // associated with an assembly.
8- [ assembly: AssemblyConfiguration ( "" ) ]
9- [ assembly: AssemblyCompany ( "ZZZ Projects" ) ]
10- [ assembly: AssemblyTitle ( "Microsoft.EntityFrameworkCore.DynamicLinq" ) ]
11- [ assembly: AssemblyProduct ( "Microsoft.EntityFrameworkCore.DynamicLinq" ) ]
12- [ assembly: AssemblyTrademark ( "" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © ZZZ Projects" ) ]
14-
15- // Setting ComVisible to false makes the types in this assembly not visible
16- // to COM components. If you need to access a type in this assembly from
17- // COM, set the ComVisible attribute to true on that type.
183[ assembly: ComVisible ( false ) ]
19-
20- // The following GUID is for the ID of the typelib if this project is exposed to COM
214#if ! ( WINDOWS_APP || NETSTANDARD2_0 )
225[ assembly: Guid ( "b467c675-c014-4be3-85b9-9578941d28c8" ) ]
236#endif
Original file line number Diff line number Diff line change 11using System . Runtime . InteropServices ;
22
3- // Setting ComVisible to false makes the types in this assembly not visible
4- // to COM components. If you need to access a type in this assembly from
5- // COM, set the ComVisible attribute to true on that type.
63[ assembly: ComVisible ( false ) ]
7-
8- // The following GUID is for the ID of the typelib if this project is exposed to COM
94[ assembly: Guid ( "D3804228-91F4-4502-9595-39584Ea20000" ) ]
You can’t perform that action at this time.
0 commit comments