Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<AssemblyOriginatorKeyFile>../Dapper.snk</AssemblyOriginatorKeyFile>

<PackageId>$(AssemblyName)</PackageId>
<PackageReleaseNotes>https://dapperlib.github.io/Dapper/</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/DapperLib/Dapper</PackageProjectUrl>
<PackageReleaseNotes>https://dapperlib.dev/</PackageReleaseNotes>
<PackageProjectUrl>https://dapperlib.dev/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>Dapper.png</PackageIcon>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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 ([read more](https://dapperlib.github.io/Dapper/dapperplus))
- [Dapper Plus](https://dapper-plus.net/) is a major sponsor and is proud to contribute to the development of Dapper ([read more](https://dapperlib.dev/dapperplus))
- [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)

<a href="https://dapper-plus.net/"><img width="728" height="90" alt="Dapper Plus logo" src="https://raw.githubusercontent.com/DapperLib/Dapper/main/docs/dapper-sponsor.png" /></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/dapperplus.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ From 2024, Dapper Plus is now a major sponsor of Dapper, helping to secure ongoi
This sponsorship does not impact the ownership, license, or any other particulars of how Dapper operates. The core Dapper libraries continue
to be freely available and fully open source.

<a href="https://dapper-plus.net/"><img width="728" height="90" alt="Dapper Plus logo" src="https://dapperlib.github.io/Dapper/dapper-sponsor.png" /></a>
<a href="https://dapper-plus.net/"><img width="728" height="90" alt="Dapper Plus logo" src="https://dapperlib.dev/dapper-sponsor.png" /></a>
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 ([read more](https://dapperlib.github.io/Dapper/dapperplus))
- [Dapper Plus](https://dapper-plus.net/) is a major sponsor and is proud to contribute to the development of Dapper ([read more](https://dapperlib.dev/dapperplus))
- [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)

[![Dapper Plus logo](https://raw.githubusercontent.com/DapperLib/Dapper/main/docs/dapper-sponsor.png)](https://dapper-plus.net/)
Loading