From 087b0712704478ed6648676e00e76c62133d4c4d Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Jul 2026 11:56:06 +0000
Subject: [PATCH 1/3] Initial plan
From ce4e364a226deadc7eea6b86d3664b4f5d3aa5aa 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:12 +0000
Subject: [PATCH 2/3] 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 761c421..849db21 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,6 +5,7 @@
icon.png
readme.md
+ LICENSE.txt
Useful utilities for Microsoft.Extensions.Logging
true
true
@@ -26,5 +27,6 @@
+
\ No newline at end of file
From f779c8b13751e2f75a62fb14ce642184b1c13178 Mon Sep 17 00:00:00 2001
From: Declan Smith
Date: Thu, 9 Jul 2026 22:41:28 +1000
Subject: [PATCH 3/3] chore(build): fix paths and update project configuration
- Renamed `readme.md` to `README.md` in `Directory.Build.props`.
- Adjusted file paths in `Directory.Build.props` to use `MSBuildThisFileDirectory` for accuracy.
- Removed redundant `` entries from `_atom.csproj`.
- Added `.gitattributes` for consistent end-of-line handling of `*.verified.txt` and `*.received.txt`.
---
.gitattributes | 2 ++
Directory.Build.props | 8 ++++----
_atom/_atom.csproj | 5 -----
3 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 849db21..db5a7c5 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
Declan Smith
icon.png
- readme.md
+ README.md
LICENSE.txt
Useful utilities for Microsoft.Extensions.Logging
true
@@ -25,8 +25,8 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/_atom/_atom.csproj b/_atom/_atom.csproj
index c3389eb..9be3b8f 100644
--- a/_atom/_atom.csproj
+++ b/_atom/_atom.csproj
@@ -5,11 +5,6 @@
Atom
-
-
-
-
-