From 5b8f5e0c1312437861a064c1cd1fc6ed3533692f Mon Sep 17 00:00:00 2001 From: Declan Smith Date: Thu, 9 Jul 2026 22:53:42 +1000 Subject: [PATCH] chore: update file paths and copyright, add .gitattributes for line endings - Switched relative paths in `Directory.Build.props` and `_atom.csproj` to use `$(MSBuildThisFileDirectory)`. - Updated copyright years in `LICENSE.txt`. - Added `.gitattributes` to standardize line endings for `.verified.txt` and `.received.txt` files. --- .gitattributes | 2 ++ Directory.Build.props | 8 ++++---- LICENSE.txt | 2 +- _atom/_atom.csproj | 5 ----- 4 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4171414 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.verified.txt text eol=lf +*.received.txt text eol=lf diff --git a/Directory.Build.props b/Directory.Build.props index bc3804a..5a5f408 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ Invex Dotnet Tools Declan Smith - Invex + icon.png README.md LICENSE.txt @@ -25,9 +25,9 @@ - - - + + + \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index d2a9c85..19df758 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Declan Smith +Copyright (c) 2025-2026 Declan Smith Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_atom/_atom.csproj b/_atom/_atom.csproj index f9a80df..9be3b8f 100644 --- a/_atom/_atom.csproj +++ b/_atom/_atom.csproj @@ -5,11 +5,6 @@ Atom - - - - -