From 9a91ffc74c3334e7183a8526120c99aaaf64fc93 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 0ae43d0ca53532bce0686595a73b4beb488d5142 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:26 +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 f0a644a..55f97b2 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,6 +5,7 @@
icon.png
readme.md
+ LICENSE.txt
A library to implement the parsing and resolving of template text in .NET applications
true
true
@@ -26,5 +27,6 @@
+
\ No newline at end of file
From edfc57edf83f4db7dfb916abd99d0cef2ccf9ec8 Mon Sep 17 00:00:00 2001
From: Declan Smith
Date: Thu, 9 Jul 2026 22:46:17 +1000
Subject: [PATCH 3/3] chore: Normalize file references and add `.gitattributes`
for consistent line endings.
---
.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 55f97b2..7a09c13 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
Declan Smith
icon.png
- readme.md
+ README.md
LICENSE.txt
A library to implement the parsing and resolving of template text in .NET applications
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
-
-
-
-
-