Skip to content

Commit 499254e

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 5ff0ce8 + 7b369b2 commit 499254e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Devlord.Utilities.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
appveyor.yml = appveyor.yml
1313
LICENSE = LICENSE
1414
README.md = README.md
15+
images\devlord-105.png = images\devlord-105.png
1516
EndProjectSection
1617
EndProject
1718
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D98FBDA4-114C-469D-A722-A8DB70F42BFE}"

images/devlord-105.png

12.3 KB
Loading

src/Devlord.Utilities/Devlord.Utilities.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1212
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
1313
<PackageLicenseUrl>https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE</PackageLicenseUrl>
14-
<PackageIconUrl>https://raw.githubusercontent.com/lorddev/devlords-org/develop/Image.png</PackageIconUrl>
14+
<PackageIcon>devlord-105.png</PackageIcon>
1515
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1616
<RepositoryType>Git</RepositoryType>
1717
<PackageTags>utils utilities email distance-matrix micro-orm</PackageTags>
@@ -36,7 +36,8 @@
3636
</Compile>
3737
</ItemGroup>
3838
<ItemGroup>
39-
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
39+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
40+
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
4041
</ItemGroup>
4142
<ItemGroup>
4243
<EmbeddedResource Update="Resources\ExceptionText.resx">

0 commit comments

Comments
 (0)