From 3e6670b7049925428865957b542522891a4b9fd5 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:53 +0000
Subject: [PATCH 1/4] Initial plan
From 3c1f37f768a0be8a17ff5b6c15e63291b5add370 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Jul 2026 11:58:07 +0000
Subject: [PATCH 2/4] fix: embed LICENSE.txt in NuGet package
---
Directory.Build.props | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Directory.Build.props b/Directory.Build.props
index 429a6b2..c6d7335 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,6 +5,7 @@
icon.png
readme.md
+ LICENSE.txt
A process runner library
true
true
@@ -26,5 +27,6 @@
+
\ No newline at end of file
From 54faf8100524828d525b2755647c9ac384d7f76a Mon Sep 17 00:00:00 2001
From: Declan Smith
Date: Thu, 9 Jul 2026 22:04:29 +1000
Subject: [PATCH 3/4] Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---
Directory.Build.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index c6d7335..70976a8 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
Declan Smith
icon.png
- readme.md
+ README.md
LICENSE.txt
A process runner library
true
@@ -26,7 +26,7 @@
-
+
\ No newline at end of file
From 56f415bdaaf3bbdcebf050f3ac73d5b269383216 Mon Sep 17 00:00:00 2001
From: Declan Smith
Date: Thu, 9 Jul 2026 22:44:27 +1000
Subject: [PATCH 4/4] chore: update metadata paths and copyright information
- Updated file inclusion paths in `Directory.Build.props` and `_atom.csproj` to use `$(MSBuildThisFileDirectory)` for consistency.
- Added `.gitattributes` to enforce LF endings on `.verified.txt` and `.received.txt` files.
- Updated copyright information in `LICENSE.txt` to reflect the correct author.
No functional changes introduced.
---
.gitattributes | 2 ++
Directory.Build.props | 6 +++---
LICENSE.txt | 2 +-
_atom/_atom.csproj | 5 -----
4 files changed, 6 insertions(+), 9 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 70976a8..32d31ce 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -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 3eb73d9..5db4a54 100644
--- a/_atom/_atom.csproj
+++ b/_atom/_atom.csproj
@@ -7,11 +7,6 @@
$(NoWarn);CS1591
-
-
-
-
-