Skip to content

Commit a1367fe

Browse files
fix: Remove missing package icon reference from build configuration
- Remove PackageIcon reference from Directory.Build.props - Icon.png file was not present causing NuGet pack to fail - This allows successful package creation without icon 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent adb89ff commit a1367fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<RepositoryUrl>https://github.com/datalogysoft/gis-framework</RepositoryUrl>
2525
<RepositoryType>git</RepositoryType>
2626
<PackageTags>gis;geospatial;datalogysoft;datalogy;spatial;mapping;netstandard;dotnet;csharp</PackageTags>
27-
<PackageIcon>icon.png</PackageIcon>
2827
<Description>DatalogySoftware GIS Framework - Powering Next-Generation Geospatial Intelligence for .NET</Description>
2928

3029
<!-- Build Configuration -->

0 commit comments

Comments
 (0)