From 32716d7047631684015d1c7578d8c0c93740c006 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:09 +0000 Subject: [PATCH 1/4] Initial plan From 25ebbc39682c58d3d680c8221828a297cee92587 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:50 +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 003da2d..4961094 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,6 +5,7 @@ icon.png readme.md + LICENSE.txt A C# strongly-typed file system library true true @@ -26,5 +27,6 @@ + \ No newline at end of file From a7d21dd54f7be9e45b150f8ee440454af758dd09 Mon Sep 17 00:00:00 2001 From: Declan Smith Date: Thu, 9 Jul 2026 22:16:43 +1000 Subject: [PATCH 3/4] fix(build): correct file references in build config and update copyright - Fixed incorrect file paths for `README.md`, `icon.png`, and `LICENSE.txt` in `Directory.Build.props` and `_atom.csproj`. - Updated copyright information in `LICENSE.txt` to reflect proper attribution. --- Directory.Build.props | 8 ++++---- LICENSE.txt | 2 +- _atom/_atom.csproj | 5 ----- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4961094..c3de712 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ Declan Smith icon.png - readme.md + README.md LICENSE.txt A C# strongly-typed file system library 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 - - - - - From c5d2ed046b14eb6fda1f7d3938bf009866e97510 Mon Sep 17 00:00:00 2001 From: Declan Smith Date: Thu, 9 Jul 2026 22:17:17 +1000 Subject: [PATCH 4/4] chore(dependencies): update Verify.NUnit to version 31.22.0 Updated the Verify.NUnit package in `Invex.FileSystem.Tests.csproj` from version 31.20.0 to 31.22.0 to ensure compatibility with the latest features and fixes. No code changes were required. --- tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj b/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj index f57b2ff..4a5bb31 100644 --- a/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj +++ b/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj @@ -16,7 +16,7 @@ - +