Skip to content

Commit

Permalink
UPDATED to PackageReadme.props
Browse files Browse the repository at this point in the history
- Updated lastmod and date to include milliseconds and timezone offset
  • Loading branch information
dgmjr committed Oct 12, 2023
1 parent 6f93ba5 commit 4631ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Build/PackageReadme.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<GeneratedPackageReadmeFileContents>
---;
title: $(Title);
lastmod: $([System.DateTimeOffset]::Now.ToString("yyyy-MM-ddTHH:mm:ss.ppppZ"));
date: $([System.DateTimeOffset]::Now.ToString("yyyy-MM-ddTHH:mm:ss.ppppZ"));
lastmod: $([System.DateTimeOffset]::Now.ToString("yyyy-mm-ddTHH:mm:ss.ffffzzzZ"));
date: $([System.DateTimeOffset]::Now.ToString("yyyy-mm-ddTHH:mm:ss.ffffzzzZ"));
license: $(PackageLicenseExpression);
slug: $(MSBuildProjectName)-readme;
version: $(PackageVersion);
Expand Down

0 comments on commit 4631ca1

Please sign in to comment.