Skip to content

Commit

Permalink
Switch to readme wording on required sponsorlink, rather than optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 27, 2024
1 parent 0128f80 commit 6458b48
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/ThisAssembly.AssemblyInfo/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- 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
2 changes: 1 addition & 1 deletion src/ThisAssembly.Constants/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- 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
2 changes: 1 addition & 1 deletion src/ThisAssembly.Git/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- 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
2 changes: 1 addition & 1 deletion src/ThisAssembly.Metadata/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- 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
2 changes: 1 addition & 1 deletion src/ThisAssembly.Project/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- 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
2 changes: 1 addition & 1 deletion src/ThisAssembly.Resources/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink.md -->
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlink+.md -->
<!-- #resources -->

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

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

## ThisAssembly.AssemblyInfo
Expand Down

0 comments on commit 6458b48

Please sign in to comment.