Skip to content

Commit e0d5966

Browse files
authored
Add a logo (#32156)
1 parent eb449a2 commit e0d5966

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<LangVersion>11.0</LangVersion>
4141
<DebugType>portable</DebugType>
4242
<PackageProjectUrl>https://docs.microsoft.com/ef/core/</PackageProjectUrl>
43+
<PackageIconFullPath>$(MSBuildThisFileDirectory)logo\ef-logo.png</PackageIconFullPath>
4344
</PropertyGroup>
4445

4546
<PropertyGroup Condition="'$(DeveloperBuild)' == 'true'">

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository is home to the following [.NET Foundation](https://dotnetfoundat
77
* [Entity Framework Core](#entity-framework-core)
88
* [Microsoft.Data.Sqlite](#microsoftdatasqlite)
99

10-
## Entity Framework Core
10+
## <img alt="EF" src="./logo/ef-logo.png" width="32"/> Entity Framework Core
1111

1212
[![latest version](https://img.shields.io/nuget/v/Microsoft.EntityFrameworkCore)](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore) [![preview version](https://img.shields.io/nuget/vpre/Microsoft.EntityFrameworkCore)](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/absoluteLatest) [![downloads](https://img.shields.io/nuget/dt/Microsoft.EntityFrameworkCore)](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore)
1313

logo/ef-logo.png

1.03 KB
Loading

logo/ef-logo.svg

+5
Loading

0 commit comments

Comments
 (0)