Extract GeoMagSharp into standalone NuGet package (#38)#44
Merged
StreckerCM merged 3 commits intodevelopmentfrom Feb 16, 2026
Merged
Extract GeoMagSharp into standalone NuGet package (#38)#44StreckerCM merged 3 commits intodevelopmentfrom
StreckerCM merged 3 commits intodevelopmentfrom
Conversation
Extract GeoMagSharp library into standalone NuGet package (StreckerCM/GeoMagSharp) and consume it as a PackageReference. - Remove GeoMagSharp and GeoMagSharp-UnitTests projects from solution - Replace ProjectReference with PackageReference to GeoMagSharp 1.4.0 - Add nuget.config with local feed for development testing - Simplify CI workflows: remove GeoMagSharp AssemblyInfo updates, remove test steps (tests now live in GeoMagSharp repo), change build platform from Mixed Platforms to x86 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
GeoMagSharp 1.4.0 is published to NuGet.org, local feed no longer needed. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
Update solution structure, dependencies, and architecture diagram to reflect GeoMagSharp library now consumed via NuGet package. Add note and links to the standalone GeoMagSharp repository. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ProjectReferencewithPackageReferencetoGeoMagSharp 1.4.0NuGet packagenuget.configwith local NuGet feed for dev testingThe GeoMagSharp library now lives at StreckerCM/GeoMagSharp as a standalone NuGet package targeting both
net48andnetstandard2.0.Changes
GeoMagGUI.slnGeoMagGUI/GeoMagGUI.csprojnuget.config.github/workflows/*.ymlGeoMagSharp/GeoMagSharp-UnitTests/Before merging
v1.4.0on GeoMagSharp repo)nuget.configto remove local feed entryTest plan
GeoMagSharp.dllpresent in build output from NuGet packageCloses #38
🤖 Generated with Claude Code