Skip to content

Commit 3504109

Browse files
committed
Add Dapper logo
1 parent e26aa7b commit 3504109

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

Dapper.png

5.95 KB
Loading

Dapper.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
.editorconfig = .editorconfig
99
appveyor.yml = appveyor.yml
1010
build.ps1 = build.ps1
11+
Dapper.png = Dapper.png
1112
Directory.Build.props = Directory.Build.props
1213
global.json = global.json
1314
docs\index.md = docs\index.md

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PackageReleaseNotes>https://dapperlib.github.io/Dapper/</PackageReleaseNotes>
1111
<PackageProjectUrl>https://github.com/DapperLib/Dapper</PackageProjectUrl>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
13+
<PackageIcon>protobuf-net.png</PackageIcon>
1314
<RepositoryType>git</RepositoryType>
1415
<RepositoryUrl>https://github.com/DapperLib/Dapper</RepositoryUrl>
1516
<Deterministic>false</Deterministic>
@@ -37,5 +38,9 @@
3738
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
3839
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
3940
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
41+
<None Include="../Dapper.png">
42+
<Pack>True</Pack>
43+
<PackagePath></PackagePath>
44+
</None>
4045
</ItemGroup>
4146
</Project>

License.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
http://www.apache.org/licenses/LICENSE-2.0
1+
The Dapper library and tools are licenced under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0
2+
3+
The Dapper logo is copyright Marc Gravell 2021 onwards; it is fine to use the Dapper logo when referencing the Dapper library and utilities, but
4+
the Dapper logo (including derivatives) must not be used in a way that misrepresents an external product or library as being affiliated or endorsed
5+
with Dapper. For example, you must not use the Dapper logo as the package icon on your own external tool (even if it uses Dapper internally),
6+
without written permission. If in doubt: ask.

0 commit comments

Comments
 (0)