Skip to content

Commit 07d37de

Browse files
Update packages description
1 parent 7946369 commit 07d37de

File tree

7 files changed

+18
-19
lines changed

7 files changed

+18
-19
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.1.0</VersionPrefix>
7+
<VersionPrefix>1.1.1</VersionPrefix>
88
</PropertyGroup>
99

1010
<Choose>

src/EntityFramework.DynamicLinq/EntityFramework.DynamicLinq.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -12,7 +12,7 @@
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>

src/EntityFramework.DynamicLinq/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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
@@ -19,6 +19,3 @@
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")]

src/Microsoft.EntityFrameworkCore.DynamicLinq/Microsoft.EntityFrameworkCore.DynamicLinq.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -12,7 +12,7 @@
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>
@@ -28,6 +28,7 @@
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' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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
@@ -21,6 +21,3 @@
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")]

src/System.Linq.Dynamic.Core/System.Linq.Dynamic.Core.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -12,7 +12,7 @@
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>
@@ -21,6 +21,8 @@
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' ">

src/Z.EntityFramework.Classic.DynamicLinq/Z.EntityFramework.Classic.DynamicLinq.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -12,7 +12,7 @@
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>
@@ -21,6 +21,8 @@
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' ">

0 commit comments

Comments
 (0)