Skip to content

Commit 887a663

Browse files
committed
Add SL2 disclaimer to readme and package description
Related to #126
1 parent 65ec9e8 commit 887a663

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
[![License](https://img.shields.io/github/license/devlooped/DependencyInjection.Attributed.svg?color=blue)](https://github.com//devlooped/DependencyInjection.Attributed/blob/main/license.txt)
77
[![Build](https://github.com/devlooped/DependencyInjection.Attributed/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/DependencyInjection.Attributed/actions)
88

9+
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlinkr.md -->
10+
911
<!-- #content -->
1012

1113
Automatic compile-time service registrations for Microsoft.Extensions.DependencyInjection with no run-time dependencies,

src/DependencyInjection/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<!-- include ../../readme.md#content -->
1+
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlinkr.md -->
2+
<!-- include ../../readme.md#content -->
23
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
34
<!-- Exclude from auto-expansion in CI -->
45
<!-- exclude -->

src/Directory.targets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<Project InitialTargets="SetLocalVersion">
22

3+
<PropertyGroup>
4+
<Description>
5+
$(Description)
6+
7+
> This project uses SponsorLink to attribute sponsor status (direct, indirect or implicit). For IDE usage, sponsor status is required.
8+
> IDE-only warnings will be emitted after a grace period otherwise. Learn more at https://github.com/devlooped#sponsorlink.
9+
</Description>
10+
</PropertyGroup>
11+
312
<Target Name="SetLocalVersion" Condition="!$(CI)">
413
<GetVersion>
514
<Output TaskParameter="Version" PropertyName="Version" />

0 commit comments

Comments
 (0)