Skip to content

chore(repo): update file paths and metadata#14

Merged
DecSmith42 merged 1 commit into
mainfrom
chore/gitattributes
Jul 9, 2026
Merged

chore(repo): update file paths and metadata#14
DecSmith42 merged 1 commit into
mainfrom
chore/gitattributes

Conversation

@DecSmith42

Copy link
Copy Markdown
Contributor
  • Added .gitattributes to configure line endings for .verified.txt and .received.txt files.
  • Fixed casing for README.md in Directory.Build.props.
  • Updated path references in Directory.Build.props to use MSBuildThisFileDirectory for consistency.
  • Removed redundant ItemGroup references in _atom.csproj.
  • Updated copyright in LICENSE.txt to reflect the correct author.

- Added `.gitattributes` to configure line endings for `.verified.txt` and `.received.txt` files.
- Fixed casing for `README.md` in `Directory.Build.props`.
- Updated path references in `Directory.Build.props` to use `MSBuildThisFileDirectory` for consistency.
- Removed redundant `ItemGroup` references in `_atom.csproj`.
- Updated copyright in `LICENSE.txt` to reflect the correct author.
Copilot AI review requested due to automatic review settings July 9, 2026 12:50
@DecSmith42
DecSmith42 enabled auto-merge July 9, 2026 12:50

Copilot AI left a comment

Copy link
Copy Markdown

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 performs small repository hygiene updates to make packaging metadata and file references consistent and to stabilize line endings for Verify snapshot artifacts.

Changes:

  • Added .gitattributes rules to force LF line endings for *.verified.txt and *.received.txt files.
  • Updated NuGet packaging metadata and packed file paths in Directory.Build.props (including fixing README.md casing and using $(MSBuildThisFileDirectory)).
  • Removed redundant packed-file ItemGroup entries from _atom/_atom.csproj and corrected the LICENSE copyright holder.

Reviewed changes

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

File Description
LICENSE.txt Updates copyright holder name to match repository/package authorship.
Directory.Build.props Fixes README.md casing and makes packed file paths stable via MSBuildThisFileDirectory.
.gitattributes Normalizes line endings for Verify snapshot files to reduce cross-platform diffs.
_atom/_atom.csproj Removes redundant None items now covered by shared packaging configuration.

@DecSmith42
DecSmith42 merged commit d60aeec into main Jul 9, 2026
10 checks passed
@DecSmith42
DecSmith42 deleted the chore/gitattributes branch July 9, 2026 13:14
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