From 47d708c79c9dbbac24056ef8d1d230aad79b7a0e Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Jul 2026 11:55:56 +0000
Subject: [PATCH 1/3] Initial plan
From 9614ebe266472e906c192bb19a381fe6c39f21b4 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Jul 2026 11:59:45 +0000
Subject: [PATCH 2/3] fix: embed LICENSE.txt in nuget packages
---
Directory.Build.props | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Directory.Build.props b/Directory.Build.props
index 07ff667..8455b9e 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,6 +5,7 @@
icon.png
readme.md
+ LICENSE.txt
An opinionated task and build automation framework
true
true
@@ -26,5 +27,6 @@
+
\ No newline at end of file
From db54ee8623b86f2edf4fca7afddc50d0f88b2c24 Mon Sep 17 00:00:00 2001
From: Declan Smith
Date: Thu, 9 Jul 2026 22:51:27 +1000
Subject: [PATCH 3/3] chore: update project metadata and file references
- Added `.gitattributes` to manage line endings for specific files.
- Updated file paths in `_atom.csproj` and `Directory.Build.props` for consistency and flexibility by using `$(MSBuildThisFileDirectory)`.
- Fixed casing of `readme.md` to `README.md`.
- Modified copyright in `LICENSE.txt` to reflect the correct author.
---
.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 8455b9e..9085adb 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
Declan Smith
icon.png
- readme.md
+ README.md
LICENSE.txt
An opinionated task and build automation framework
true
@@ -25,8 +25,8 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/LICENSE.txt b/LICENSE.txt
index d87806e..a04d753 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2026 Invex Games
+Copyright (c) 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 fc21eca..8862d0b 100644
--- a/_atom/_atom.csproj
+++ b/_atom/_atom.csproj
@@ -5,11 +5,6 @@
Atom
-
-
-
-
-