Skip to content

Fix package version metadata#275

Closed
vhafdal wants to merge 1 commit into
cosullivan:masterfrom
vhafdal:codex/package-version-11.1.0
Closed

Fix package version metadata#275
vhafdal wants to merge 1 commit into
cosullivan:masterfrom
vhafdal:codex/package-version-11.1.0

Conversation

@vhafdal

@vhafdal vhafdal commented Jul 15, 2026

Copy link
Copy Markdown

Summary
Updates the package metadata version from 10.0.1 to 11.1.0, matching the current top changelog entry.

Impact
Ordinary dotnet build / dotnet pack now emits SmtpServer.11.1.0.nupkg without requiring explicit /p:Version or /p:PackageVersion overrides.

Validation
dotnet build src/SmtpServer/SmtpServer.csproj -c Release
dotnet pack src/SmtpServer/SmtpServer.csproj -c Release --no-build -o /tmp/smtpserver-packages
git diff --check
The build still reports the existing XML documentation warning in AuthCommand and the package still reports the existing missing-readme NuGet warning.

@vhafdal

vhafdal commented Jul 15, 2026

Copy link
Copy Markdown
Author

Superseded by consolidated PR #284.

@vhafdal vhafdal closed this Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant