Skip to content

Commit 803e351

Browse files
authored
Dapper Plus (#2069)
add Dapper Plus as sponsor
1 parent 402f20c commit 803e351

File tree

9 files changed

+32
-8
lines changed

9 files changed

+32
-8
lines changed

Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.Build.Traversal/2.0.24">
22
<ItemGroup>
33
<ProjectReference Include="benchmarks/**/*.csproj" />
4-
<ProjectReference Include="*/*.csproj" />
4+
<ProjectReference Include="Dapper*/*.csproj" />
55
<ProjectReference Include="tests/**/*.csproj" />
66
</ItemGroup>
77
</Project>

Dapper.StrongName/Dapper.StrongName.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<AssemblyName>Dapper.StrongName</AssemblyName>
44
<PackageTags>orm;sql;micro-orm</PackageTags>
55
<Title>Dapper (Strong Named)</Title>
6-
<Description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..</Description>
6+
<Description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.</Description>
77
<Authors>Sam Saffron;Marc Gravell;Nick Craver</Authors>
88
<TargetFrameworks>net461;netstandard2.0;net5.0;net7.0</TargetFrameworks>
99
<SignAssembly>true</SignAssembly>

Dapper.sln

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ EndProject
4949
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.ProviderTools", "Dapper.ProviderTools\Dapper.ProviderTools.csproj", "{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}"
5050
EndProject
5151
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{9D960D4D-80A2-4DAC-B386-8F4235EC73E6}"
52-
ProjectSection(SolutionItems) = preProject
53-
docs\index.md = docs\index.md
54-
docs\readme.md = docs\readme.md
55-
EndProjectSection
52+
EndProject
53+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "docs", "docs\docs.csproj", "{C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}"
5654
EndProject
5755
Global
5856
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -96,6 +94,10 @@ Global
9694
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}.Debug|Any CPU.Build.0 = Debug|Any CPU
9795
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}.Release|Any CPU.ActiveCfg = Release|Any CPU
9896
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}.Release|Any CPU.Build.0 = Release|Any CPU
97+
{C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
98+
{C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Debug|Any CPU.Build.0 = Debug|Any CPU
99+
{C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Release|Any CPU.ActiveCfg = Release|Any CPU
100+
{C2F722AC-B2D4-4E97-AF8E-C036B3D9211F}.Release|Any CPU.Build.0 = Release|Any CPU
99101
EndGlobalSection
100102
GlobalSection(SolutionProperties) = preSolution
101103
HideSolutionNode = FALSE
@@ -110,6 +112,7 @@ Global
110112
{39D3EEB6-9C05-4F4A-8C01-7B209742A7EB} = {4E956F6B-6BD8-46F5-BC85-49292FF8F9AB}
111113
{F017075A-2969-4A8E-8971-26F154EB420F} = {568BD46C-1C65-4D44-870C-12CD72563262}
112114
{B06DB435-0C74-4BD3-BC97-52AF7CF9916B} = {4E956F6B-6BD8-46F5-BC85-49292FF8F9AB}
115+
{C2F722AC-B2D4-4E97-AF8E-C036B3D9211F} = {9D960D4D-80A2-4DAC-B386-8F4235EC73E6}
113116
EndGlobalSection
114117
GlobalSection(ExtensibilityGlobals) = postSolution
115118
SolutionGuid = {928A4226-96F3-409A-8A83-9E7444488710}

Dapper/Dapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<AssemblyName>Dapper</AssemblyName>
44
<Title>Dapper</Title>
55
<PackageTags>orm;sql;micro-orm</PackageTags>
6-
<Description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..</Description>
6+
<Description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.</Description>
77
<Authors>Sam Saffron;Marc Gravell;Nick Craver</Authors>
88
<TargetFrameworks>net461;netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks>
99
<Nullable>enable</Nullable>

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ Sponsors
3838
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.
3939
A huge thanks to everyone (individuals or organisations) who have sponsored Dapper, but a massive thanks in particular to:
4040

41+
- [Dapper Plus](https://dapper-plus.net/) is a major sponsor and is proud to contribute to the development of Dapper (from 2024 onwards)
4142
- [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)
4243

44+
<a href="https://www.learndapper.com/"><img alt="Dapper Plus logo" src="https://dapperlib.github.io/Dapper/dapper-sponsor.png" width="50" align="middle"/></a>
45+
4346
Features
4447
--------
4548
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

docs/dapper-sponsor.png

10.9 KB
Loading

docs/dapperplus.png

5.41 KB
Loading

docs/docs.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<!-- this is a placeholder to make it easier to use devenv to maintain files -->
3+
<PropertyGroup>
4+
<TargetFramework>net8.0</TargetFramework>
5+
</PropertyGroup>
6+
</Project>

docs/readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,16 @@ var customers = connection.Query<Customer>(
1414

1515
But all the execute/single-row/scalar/async/etc functionality you would expect: is there as extension methods on your `DbConnection`.
1616

17-
See [GitHub](https://github.com/DapperLib/Dapper) for more information and examples.
17+
See [GitHub](https://github.com/DapperLib/Dapper) for more information and examples.
18+
19+
Sponsors
20+
--------
21+
22+
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.
23+
A huge thanks to everyone (individuals or organisations) who have sponsored Dapper, but a massive thanks in particular to:
24+
25+
- [Dapper Plus](https://dapper-plus.net/) is a major sponsor and is proud to contribute to the development of Dapper (from 2024 onwards)
26+
- [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)
27+
28+
29+
<a href="https://www.learndapper.com/"><img alt="Dapper Plus logo" src="https://dapperlib.github.io/Dapper/dapper-sponsor.png" width="50" align="middle"/></a>

0 commit comments

Comments
 (0)