File tree Expand file tree Collapse file tree 7 files changed +18
-19
lines changed
EntityFramework.DynamicLinq
Microsoft.EntityFrameworkCore.DynamicLinq
Z.EntityFramework.Classic.DynamicLinq Expand file tree Collapse file tree 7 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 44 </PropertyGroup >
55
66 <PropertyGroup >
7- <VersionPrefix >1.1.0 </VersionPrefix >
7+ <VersionPrefix >1.1.1 </VersionPrefix >
88 </PropertyGroup >
99
1010 <Choose >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Description >Dynamic Linq extensions for EntityFramework which adds Async support</Description >
44 <AssemblyTitle >EntityFramework.DynamicLinq</AssemblyTitle >
5- <Authors >Stef Heyenrath</Authors >
5+ <Authors >ZZZ Projects; Stef Heyenrath</Authors >
66 <TargetFrameworks >net45;net46</TargetFrameworks >
77 <DefineConstants >EF;EFDYNAMICFUNCTIONS</DefineConstants >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1212 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1313 <PackageTags >system;linq;dynamic;entityframework;core;async</PackageTags >
1414 <PackageReleaseNotes >Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes >
15- <PackageProjectUrl >https://github.com/StefH/System.Linq.Dynamic.Core </PackageProjectUrl >
15+ <PackageProjectUrl >https://dynamic-linq.net/ </PackageProjectUrl >
1616 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1717 <RepositoryType >git</RepositoryType >
1818 <RepositoryUrl >https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl >
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyConfiguration ( "" ) ]
9- [ assembly: AssemblyCompany ( "" ) ]
9+ [ assembly: AssemblyCompany ( "ZZZ Projects " ) ]
1010[ assembly: AssemblyTitle ( "EntityFramework.DynamicLinq" ) ]
1111[ assembly: AssemblyProduct ( "EntityFramework.DynamicLinq" ) ]
1212[ assembly: AssemblyTrademark ( "" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © Stef Heyenrath 2016 " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © ZZZ Projects " ) ]
1414
1515// Setting ComVisible to false makes the types in this assembly not visible
1616// to COM components. If you need to access a type in this assembly from
1919
2020// The following GUID is for the ID of the typelib if this project is exposed to COM
2121[ assembly: Guid ( "54415664-a73e-47af-b21f-e66b2db2ef14" ) ]
22-
23- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
24- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Description >Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support</Description >
44 <AssemblyTitle >Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyTitle >
5- <Authors >Stef Heyenrath</Authors >
5+ <Authors >ZZZ Projects; Stef Heyenrath</Authors >
66 <TargetFrameworks >net451;net46;netstandard1.3;netstandard2.0;uap10.0;netcoreapp2.1</TargetFrameworks >
77 <DefineConstants >$(DefineConstants);EFCORE;EFDYNAMICFUNCTIONS</DefineConstants >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1212 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1313 <PackageTags >system;linq;dynamic;entityframework;core;async</PackageTags >
1414 <PackageReleaseNotes >Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes >
15- <PackageProjectUrl >https://github.com/StefH/System.Linq.Dynamic.Core </PackageProjectUrl >
15+ <PackageProjectUrl >https://dynamic-linq.net/ </PackageProjectUrl >
1616 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1717 <RepositoryType >git</RepositoryType >
1818 <RepositoryUrl >https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl >
2828 <DebugType >full</DebugType >
2929 <PublishRepositoryUrl >true</PublishRepositoryUrl >
3030 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
31+ <Version >1.1.1</Version >
3132 </PropertyGroup >
3233
3334 <PropertyGroup Condition =" '$(buildType)' == 'azure-pipelines-ci' " >
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyConfiguration ( "" ) ]
9- [ assembly: AssemblyCompany ( "" ) ]
9+ [ assembly: AssemblyCompany ( "ZZZ Projects " ) ]
1010[ assembly: AssemblyTitle ( "Microsoft.EntityFrameworkCore.DynamicLinq" ) ]
1111[ assembly: AssemblyProduct ( "Microsoft.EntityFrameworkCore.DynamicLinq" ) ]
1212[ assembly: AssemblyTrademark ( "" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © Stef Heyenrath 2016 " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © ZZZ Projects " ) ]
1414
1515// Setting ComVisible to false makes the types in this assembly not visible
1616// to COM components. If you need to access a type in this assembly from
2121#if ! ( WINDOWS_APP || NETSTANDARD2_0 )
2222[ assembly: Guid ( "b467c675-c014-4be3-85b9-9578941d28c8" ) ]
2323#endif
24-
25- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 33 <!-- <Version>1.0.18</Version>-->
44 <Description >This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.</Description >
55 <AssemblyTitle >System.Linq.Dynamic.Core</AssemblyTitle >
6- <Authors >Microsoft ;Scott Guthrie;King Wilder;Nathan Arnott;Stef Heyenrath</Authors >
6+ <Authors >ZZZ Projects;Stef HeyenrathMicrosoft ;Scott Guthrie;King Wilder;Nathan Arnott;Stef Heyenrath</Authors >
77 <TargetFrameworks >net35;net40;net45;net46;netstandard1.3;netstandard2.0;uap10.0;netcoreapp2.1</TargetFrameworks >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99 <AssemblyName >System.Linq.Dynamic.Core</AssemblyName >
1212 <!-- <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>-->
1313 <PackageTags >system;linq;dynamic;core;dotnet;NETCoreApp;NETStandard</PackageTags >
1414 <PackageReleaseNotes >Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes >
15- <PackageProjectUrl >https://github.com/StefH/System.Linq.Dynamic.Core </PackageProjectUrl >
15+ <PackageProjectUrl >https://dynamic-linq.net/ </PackageProjectUrl >
1616 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1717 <RepositoryType >git</RepositoryType >
1818 <RepositoryUrl >https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl >
2121 <DebugType >full</DebugType >
2222 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2323 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
24+ <Company >ZZZ Projects</Company >
25+ <Copyright >Copyright © ZZZ Projects</Copyright >
2426 </PropertyGroup >
2527
2628 <PropertyGroup Condition =" '$(buildType)' == 'azure-pipelines-ci' " >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Description >Dynamic Linq extensions for Z.EntityFramework.Classic which adds Async support</Description >
44 <AssemblyTitle >Z.EntityFramework.Classic.DynamicLinq</AssemblyTitle >
5- <Authors >Stef Heyenrath</Authors >
5+ <Authors >ZZZ Projects; Stef Heyenrath</Authors >
66 <TargetFrameworks >net45;netstandard2.0</TargetFrameworks >
77 <DefineConstants >EF</DefineConstants >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1212 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1313 <PackageTags >system;linq;dynamic;Z.EntityFramework;core;async;classic</PackageTags >
1414 <PackageReleaseNotes >Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes >
15- <PackageProjectUrl >https://github.com/StefH/System.Linq.Dynamic.Core </PackageProjectUrl >
15+ <PackageProjectUrl >https://dynamic-linq.net/ </PackageProjectUrl >
1616 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1717 <RepositoryType >git</RepositoryType >
1818 <RepositoryUrl >https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl >
2121 <DebugType >full</DebugType >
2222 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2323 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
24+ <Company >ZZZ Projects</Company >
25+ <Copyright >Copyright © ZZZ Projects</Copyright >
2426 </PropertyGroup >
2527
2628 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
You can’t perform that action at this time.
0 commit comments