Skip to content

Commit bd31d46

Browse files
fix: Remove package readme reference and fix repository URL
- Remove PackageReadmeFile reference (file not included in package) - Fix RepositoryUrl to point to correct GitHub repository - Allows successful NuGet package creation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a1367fe commit bd31d46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919

2020
<!-- Package Configuration -->
2121
<PackageProjectUrl>https://www.datalogysoft.com/gis</PackageProjectUrl>
22-
<PackageReadmeFile>README.md</PackageReadmeFile>
2322
<PackageLicenseExpression>MIT</PackageLicenseExpression>
24-
<RepositoryUrl>https://github.com/datalogysoft/gis-framework</RepositoryUrl>
23+
<RepositoryUrl>https://github.com/datlogysoftware/datalogyGIS</RepositoryUrl>
2524
<RepositoryType>git</RepositoryType>
2625
<PackageTags>gis;geospatial;datalogysoft;datalogy;spatial;mapping;netstandard;dotnet;csharp</PackageTags>
2726
<Description>DatalogySoftware GIS Framework - Powering Next-Generation Geospatial Intelligence for .NET</Description>

0 commit comments

Comments
 (0)