MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
161 stars 36 forks source link

Hotfix: Runtime bundles should include only native binaries #142

Closed MaxRev-Dev closed 3 months ago

MaxRev-Dev commented 3 months ago

Non-breaking changes: By default, runtime packages (bundles) should not contain the core packages. For this purpose, we have introduced the Universal package. The reference was added inadvertently during the refactoring. This can cause collisions if the core and runtime versions are different, but it's still recommended to use identical versions of bindings. The following changes will restore the old behaviour and remove the core package reference from osx/unix bundles.