Skip to content

Commit

Permalink
Add SL2 disclaimer to readme and package description
Browse files Browse the repository at this point in the history
Related to #126
  • Loading branch information
kzu committed Dec 3, 2024
1 parent 65ec9e8 commit 887a663
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![License](https://img.shields.io/github/license/devlooped/DependencyInjection.Attributed.svg?color=blue)](https://github.com//devlooped/DependencyInjection.Attributed/blob/main/license.txt)
[![Build](https://github.com/devlooped/DependencyInjection.Attributed/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/DependencyInjection.Attributed/actions)

<!-- include https://github.com/devlooped/.github/raw/main/sponsorlinkr.md -->

<!-- #content -->

Automatic compile-time service registrations for Microsoft.Extensions.DependencyInjection with no run-time dependencies,
Expand Down
3 changes: 2 additions & 1 deletion src/DependencyInjection/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- include ../../readme.md#content -->
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlinkr.md -->
<!-- include ../../readme.md#content -->
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
<!-- Exclude from auto-expansion in CI -->
<!-- exclude -->
9 changes: 9 additions & 0 deletions src/Directory.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<Project InitialTargets="SetLocalVersion">

<PropertyGroup>
<Description>
$(Description)

> This project uses SponsorLink to attribute sponsor status (direct, indirect or implicit). For IDE usage, sponsor status is required.
> IDE-only warnings will be emitted after a grace period otherwise. Learn more at https://github.com/devlooped#sponsorlink.
</Description>
</PropertyGroup>

<Target Name="SetLocalVersion" Condition="!$(CI)">
<GetVersion>
<Output TaskParameter="Version" PropertyName="Version" />
Expand Down

0 comments on commit 887a663

Please sign in to comment.