Skip to content

Conversation

@BenjaminMichaelis
Copy link
Member

Update the tooling package version to 1.1.1.17995 and enhance sitemap generation to utilize the last modified date from site mappings.

Contributes to #754

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the tooling package version and enhances sitemap generation to use actual last modified dates from site mappings instead of a generic timestamp. The change improves SEO by providing more accurate modification dates to search engines.

  • Updates tooling package version from 1.1.1.5540 to 1.1.1.17995
  • Modifies sitemap generation to use siteMapping.LastModified when available, falling back to newDateTime
  • Adds comprehensive test coverage for the new last modified date functionality

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
EssentialCSharp.Web/Helpers/SitemapXmlHelpers.cs Updates sitemap node creation to use site mapping's LastModified property
EssentialCSharp.Web.Tests/SitemapXmlHelpersTests.cs Replaces file creation test with focused test for LastModified date usage
Directory.Packages.props Updates tooling package version to latest release

@BenjaminMichaelis BenjaminMichaelis changed the title feat; Update tooling version and improve sitemap modified date feat: Update tooling version and improve sitemap modified date Sep 20, 2025
@BenjaminMichaelis BenjaminMichaelis merged commit 351f928 into main Sep 20, 2025
5 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the LastModifiedDate branch September 20, 2025 19:20
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.

2 participants