Skip to content

Commit 64292d1

Browse files
Add package icon url
1 parent 24808ed commit 64292d1

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

src/EntityFramework.DynamicLinq/EntityFramework.DynamicLinq.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
<PackageReleaseNotes>Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes>
1515
<PackageProjectUrl>https://dynamic-linq.net/</PackageProjectUrl>
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17-
<RepositoryType>git</RepositoryType>
18-
<RepositoryUrl>https://github.com/zzzprojects/System.Linq.Dynamic.Core</RepositoryUrl>
17+
<PackageIconUrl>https://zzzprojects.github.io/images/logo/logo-64.png</PackageIconUrl>
18+
<RepositoryType>git</RepositoryType>
19+
<RepositoryUrl>https://github.com/zzzprojects/System.Linq.Dynamic.Core</RepositoryUrl>
1920
<DefaultLanguage>en-us</DefaultLanguage>
2021
<ProjectGuid>{D3804228-91F4-4502-9595-39584E510000}</ProjectGuid>
2122
<DebugType>full</DebugType>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageReleaseNotes>Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes>
1515
<PackageProjectUrl>https://dynamic-linq.net/</PackageProjectUrl>
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17+
<PackageIconUrl>https://zzzprojects.github.io/images/logo/logo-64.png</PackageIconUrl>
1718
<RepositoryType>git</RepositoryType>
1819
<RepositoryUrl>https://github.com/zzzprojects/System.Linq.Dynamic.Core</RepositoryUrl>
1920
<DefaultLanguage>en-us</DefaultLanguage>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageReleaseNotes>Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes>
1515
<PackageProjectUrl>https://dynamic-linq.net/</PackageProjectUrl>
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17+
<PackageIconUrl>https://zzzprojects.github.io/images/logo/logo-64.png</PackageIconUrl>
1718
<RepositoryType>git</RepositoryType>
1819
<RepositoryUrl>https://github.com/zzzprojects/System.Linq.Dynamic.Core</RepositoryUrl>
1920
<DefaultLanguage>en-us</DefaultLanguage>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageReleaseNotes>Bugfixes and new Features. For details see CHANGELOG.md</PackageReleaseNotes>
1515
<PackageProjectUrl>https://dynamic-linq.net/</PackageProjectUrl>
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17+
<PackageIconUrl>https://zzzprojects.github.io/images/logo/logo-64.png</PackageIconUrl>
1718
<RepositoryType>git</RepositoryType>
1819
<RepositoryUrl>https://github.com/zzzprojects/System.Linq.Dynamic.Core</RepositoryUrl>
1920
<DefaultLanguage>en-us</DefaultLanguage>

0 commit comments

Comments
 (0)