Releases: groupdocs/GroupDocs.Mcp.Core
Release list
26.4.1
Fix repository URL casing in package metadata
What changed
PackageProjectUrl,RepositoryUrl, andPackageReleaseNotesin build/dependencies.props now use the canonical repo URLhttps://github.com/groupdocs/GroupDocs.Mcp.Core(with dots and proper casing) instead of the hyphenated form.- Per-package README files (packed into each nupkg) updated with the same URL.
Why
The hyphenated form groupdocs/groupdocs-mcp-core works for git clone via GitHub's rename redirect, but deep links like /releases/tag/26.4.0 do not reliably redirect — users clicking the "Project website" link on the 26.4.0 NuGet package page land on a GitHub 404 instead of the release notes.
Migration / impact
None — API-surface unchanged. The nuget.org "Project website" and "Repository" links on future releases will resolve correctly.
Full Changelog: 26.4.0...26.4.1
26.4.0
Initial public release of GroupDocs MCP Core
What changed
- Four NuGet packages published together at version
26.4.0:GroupDocs.Mcp.Core— file resolver, licensing, diagnostics, DI builder, core abstractionsGroupDocs.Mcp.Local.Storage— local filesystemIFileStorageimplementationGroupDocs.Mcp.AwsS3.Storage— Amazon S3IFileStoragewith presigned download URLsGroupDocs.Mcp.AzureBlob.Storage— Azure BlobIFileStoragewith SAS download URLs
- Multi-target:
net8.0andnet10.0 - Environment variables read automatically by
AddLocalStorage():
GROUPDOCS_MCP_STORAGE_PATH,GROUPDOCS_MCP_OUTPUT_PATH(optional),GROUPDOCS_LICENSE_PATH - CalVer versioning
YY.MM.N— all four packages share one version.
Why
Shared infrastructure layer consumed by every GroupDocs product MCP server
(Metadata, Parser, Viewer, Conversion, etc.). Publishing Core first unblocks the
13 downstream product repos.
Migration / impact
First release — no migration required.
Full Changelog: https://github.com/groupdocs/GroupDocs.Mcp.Core/commits/26.4.0