Feature/package names#662
Merged
frasermolyneux merged 3 commits intomainfrom Feb 19, 2026
Merged
Conversation
… and projects for improved stability and performance
…te related documentation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
This pull request renames the core abstractions NuGet package from MX.GeoLocation.LookupApi.Abstractions to MX.GeoLocation.Abstractions.V1 to establish a clearer versioning convention, and bumps the project version from 1.0 to 1.2.
Changes:
- Renamed the abstractions package to include explicit V1 versioning
- Updated the project version to 1.2
- Updated documentation across multiple files to reflect the new package name
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| version.json | Incremented project version from 1.0 to 1.2 |
| src/MX.GeoLocation.Abstractions.V1/README.md | Updated package name references in installation instructions and title |
| src/MX.GeoLocation.Abstractions.V1/MX.GeoLocation.Abstractions.V1.csproj | Changed RootNamespace and PackageId to use new naming convention |
| README.md | Updated package name in the packages table |
| .github/copilot-instructions.md | Updated package name in architecture documentation |
Contributor
🏗️ Terraform Plan
✅ Validate — Passed ✅ Plan
Full Plan OutputNo changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed. |
|
This was referenced Feb 20, 2026
Closed
This was referenced Mar 1, 2026
This was referenced Mar 22, 2026
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.



This pull request updates the naming of the core abstractions NuGet package for the GeoLocation API from
MX.GeoLocation.LookupApi.AbstractionstoMX.GeoLocation.Abstractions.V1, and increments the project version to 1.2. The changes ensure consistency across documentation and project files.Package renaming and documentation updates:
MX.GeoLocation.LookupApi.AbstractionstoMX.GeoLocation.Abstractions.V1in.github/copilot-instructions.md,README.md, andsrc/MX.GeoLocation.Abstractions.V1/README.mdto reflect the new package name and versioning convention. [1] [2] [3]src/MX.GeoLocation.Abstractions.V1/MX.GeoLocation.Abstractions.V1.csprojfile to use the new root namespace and package IDMX.GeoLocation.Abstractions.V1.Version update:
1.0to1.2inversion.jsonto reflect the new release.