Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure all packages include the note about SponsorLink #377

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
[![License](https://img.shields.io/github/license/devlooped/ThisAssembly.svg?color=blue)](https://github.com//devlooped/ThisAssembly/blob/main/license.txt)
[![Build](https://github.com/devlooped/ThisAssembly/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/ThisAssembly/actions)

<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #meta -->
Exposes project and assembly level information as constants in the ThisAssembly
Expose project and assembly level information as constants in the ThisAssembly
class using source generators powered by Roslyn.

The main generated entry point type is `ThisAssembly` in the global namespace,
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly.AssemblyInfo/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #assembly -->
This package generates a static `ThisAssembly.Info` class with public
constants exposing the following attribute values generated by default for SDK style projects:
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly.Constants/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #constants -->
This package generates a static `ThisAssembly.Constants` class with public
constants for `@(Constant)` MSBuild items in the project.
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly.Git/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #git -->
This package generates a static `ThisAssembly.Git` class with constants
for the following Git properties from the current project:
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly.Metadata/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #metadata -->
This package provides a static `ThisAssembly.Metadata` class with public
constants exposing each `[System.Reflection.AssemblyMetadata(..)]` defined for
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly.Project/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #project -->
This package generates a static `ThisAssembly.Project` class with public
constants exposing project properties that have been opted into this mechanism by adding
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly.Resources/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #resources -->

This package generates a static `ThisAssembly.Resources` class with public
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly.Strings/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- #strings -->

This package generates a static `ThisAssembly.Strings` class with public
Expand Down
1 change: 1 addition & 0 deletions src/ThisAssembly/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- include ../../readme.md#meta -->

## ThisAssembly.AssemblyInfo
Expand Down