diff --git a/Build.csproj b/Build.csproj
index f2f2d0d6b..c2ed16c13 100644
--- a/Build.csproj
+++ b/Build.csproj
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/Dapper.StrongName/Dapper.StrongName.csproj b/Dapper.StrongName/Dapper.StrongName.csproj
index ef28e32b4..770b7ce7a 100644
--- a/Dapper.StrongName/Dapper.StrongName.csproj
+++ b/Dapper.StrongName/Dapper.StrongName.csproj
@@ -3,7 +3,7 @@
Dapper.StrongName
orm;sql;micro-orm
Dapper (Strong Named)
- A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
+ A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Sam Saffron;Marc Gravell;Nick Craver
net461;netstandard2.0;net5.0;net7.0
true
diff --git a/Dapper.sln b/Dapper.sln
index a0e6bd769..7df2cba0d 100644
--- a/Dapper.sln
+++ b/Dapper.sln
@@ -49,10 +49,8 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.ProviderTools", "Dapper.ProviderTools\Dapper.ProviderTools.csproj", "{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{9D960D4D-80A2-4DAC-B386-8F4235EC73E6}"
- ProjectSection(SolutionItems) = preProject
- docs\index.md = docs\index.md
- docs\readme.md = docs\readme.md
- EndProjectSection
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "docs", "docs\docs.csproj", "{C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -96,6 +94,10 @@ Global
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -110,6 +112,7 @@ Global
{39D3EEB6-9C05-4F4A-8C01-7B209742A7EB} = {4E956F6B-6BD8-46F5-BC85-49292FF8F9AB}
{F017075A-2969-4A8E-8971-26F154EB420F} = {568BD46C-1C65-4D44-870C-12CD72563262}
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B} = {4E956F6B-6BD8-46F5-BC85-49292FF8F9AB}
+ {C2F722AC-B2D4-4E97-AF8E-C036B3D9211F} = {9D960D4D-80A2-4DAC-B386-8F4235EC73E6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {928A4226-96F3-409A-8A83-9E7444488710}
diff --git a/Dapper/Dapper.csproj b/Dapper/Dapper.csproj
index 0ede9f790..28951f871 100644
--- a/Dapper/Dapper.csproj
+++ b/Dapper/Dapper.csproj
@@ -3,7 +3,7 @@
Dapper
Dapper
orm;sql;micro-orm
- A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
+ A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Sam Saffron;Marc Gravell;Nick Craver
net461;netstandard2.0;net5.0;net6.0;net7.0
enable
diff --git a/Readme.md b/Readme.md
index 8c8be6bd7..e5fbd8aec 100644
--- a/Readme.md
+++ b/Readme.md
@@ -38,8 +38,11 @@ Sponsors
Dapper was originally developed for and by Stack Overflow, but is F/OSS. Sponsorship is welcome and invited - see the sponsor link at the top of the page.
A huge thanks to everyone (individuals or organisations) who have sponsored Dapper, but a massive thanks in particular to:
+- [Dapper Plus](https://dapper-plus.net/) is a major sponsor and is proud to contribute to the development of Dapper (from 2024 onwards)
- [AWS](https://github.com/aws) who sponsored Dapper from Oct 2023 via the [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss)
+
+
Features
--------
Dapper is a [NuGet library](https://www.nuget.org/packages/Dapper) that you can add in to your project that will enhance your ADO.NET connections via
diff --git a/docs/dapper-sponsor.png b/docs/dapper-sponsor.png
new file mode 100644
index 000000000..f3c64f7f8
Binary files /dev/null and b/docs/dapper-sponsor.png differ
diff --git a/docs/dapperplus.png b/docs/dapperplus.png
new file mode 100644
index 000000000..2911442c4
Binary files /dev/null and b/docs/dapperplus.png differ
diff --git a/docs/docs.csproj b/docs/docs.csproj
new file mode 100644
index 000000000..d68df5c4a
--- /dev/null
+++ b/docs/docs.csproj
@@ -0,0 +1,6 @@
+
+
+
+ net8.0
+
+
diff --git a/docs/readme.md b/docs/readme.md
index 19da484b7..70df3947e 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -14,4 +14,16 @@ var customers = connection.Query(
But all the execute/single-row/scalar/async/etc functionality you would expect: is there as extension methods on your `DbConnection`.
-See [GitHub](https://github.com/DapperLib/Dapper) for more information and examples.
\ No newline at end of file
+See [GitHub](https://github.com/DapperLib/Dapper) for more information and examples.
+
+Sponsors
+--------
+
+Dapper was originally developed for and by Stack Overflow, but is F/OSS. Sponsorship is welcome and invited - see the sponsor link at the top of the page.
+A huge thanks to everyone (individuals or organisations) who have sponsored Dapper, but a massive thanks in particular to:
+
+- [Dapper Plus](https://dapper-plus.net/) is a major sponsor and is proud to contribute to the development of Dapper (from 2024 onwards)
+- [AWS](https://github.com/aws) who sponsored Dapper from Oct 2023 via the [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss)
+
+
+