From 904fcdf63edec010b2ad1b5f77f2b85c2dd612d0 Mon Sep 17 00:00:00 2001 From: Ed Ball Date: Mon, 25 May 2026 20:48:04 -0700 Subject: [PATCH 1/3] Remove generated solution items --- DapperUtility.slnx | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/DapperUtility.slnx b/DapperUtility.slnx index 416345c..36b7899 100644 --- a/DapperUtility.slnx +++ b/DapperUtility.slnx @@ -1,27 +1,4 @@ - - - - - - - - - - - - - - - - - - - - - - - From 17828ed18b60bcd0f4537c050c4ddc464b10f90a Mon Sep 17 00:00:00 2001 From: Ed Ball Date: Mon, 25 May 2026 21:12:54 -0700 Subject: [PATCH 2/3] Update generated convention markers --- CONTRIBUTING.md | 2 ++ Directory.Build.props | 2 +- Directory.Packages.props | 4 ++-- nuget.config | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b95b4fa..2bf2bb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,5 @@ + + # Contributing ## Publishing diff --git a/Directory.Build.props b/Directory.Build.props index 696a49c..2c04c73 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,7 +8,7 @@ DapperUtility - + 14.0 enable diff --git a/Directory.Packages.props b/Directory.Packages.props index c1c4231..96123bc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,5 +1,5 @@ - + true true @@ -14,7 +14,7 @@ - + diff --git a/nuget.config b/nuget.config index 95e879e..da2f86d 100644 --- a/nuget.config +++ b/nuget.config @@ -1,4 +1,4 @@ - + From 9562f942b839a2ca27b744cb876232998dfc5335 Mon Sep 17 00:00:00 2001 From: Ed Ball Date: Mon, 25 May 2026 21:21:36 -0700 Subject: [PATCH 3/3] Update package README --- Directory.Build.props | 2 +- ReleaseNotes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 2c04c73..507679a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 2.0.0 $(NoWarn);1591;1998;NU1507;NU5105 Faithlife diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 31104bf..faba794 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 2.0.1 + +* Update package README. + ## 2.0.0 * Upgrade to .NET Standard 2.0 and latest Dapper.