Skip to content

Commit 68853c7

Browse files
committed
Improve project one-liner description a bit
1 parent a61b643 commit 68853c7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
<!-- #content -->
1010

11-
Automatic compile-time service registrations for Microsoft.Extensions.DependencyInjection with no run-time dependencies.
11+
Automatic compile-time service registrations for Microsoft.Extensions.DependencyInjection with no run-time dependencies,
12+
from conventions or attributes.
1213

1314
## Usage
1415

src/DependencyInjection/DependencyInjection.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<AssemblyName>Devlooped.Extensions.DependencyInjection</AssemblyName>
77
<PackageId>Devlooped.Extensions.DependencyInjection</PackageId>
8-
<Title>Automatic compile-time service registrations for Microsoft.Extensions.DependencyInjection with no run-time dependencies.</Title>
8+
<Title>
9+
Automatic compile-time service registrations for Microsoft.Extensions.DependencyInjection with no run-time dependencies, from conventions or attributes.
10+
</Title>
911
<Description>$(Title)</Description>
1012
<PackFolder>analyzers/dotnet</PackFolder>
1113
<IsRoslynComponent>true</IsRoslynComponent>

0 commit comments

Comments
 (0)