Skip to content

Commit

Permalink
Replace + with r (for required) for inclusion
Browse files Browse the repository at this point in the history
The plus sign seems to be causing issues for the markdown inclusion.
  • Loading branch information
kzu committed Sep 27, 2024
1 parent fb94d01 commit 4945e7f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
[![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 -->
*This project uses [SponsorLink](https://github.com/devlooped#sponsorlink)
and may issue IDE-only warnings if no active sponsorship is detected.*
<!-- include https://github.com/devlooped/.github/raw/main/sponsorlinkr.md -->

<!-- https://github.com/devlooped/.github/raw/main/sponsorlink+.md -->
<!-- #meta -->
Expose project and assembly level information as constants in the ThisAssembly
class using source generators powered by Roslyn.
Expand Down
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/sponsorlinkr.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/sponsorlinkr.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/sponsorlinkr.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/sponsorlinkr.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/sponsorlinkr.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/sponsorlinkr.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/sponsorlinkr.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/sponsorlinkr.md -->
<!-- include ../../readme.md#meta -->

## ThisAssembly.AssemblyInfo
Expand Down

0 comments on commit 4945e7f

Please sign in to comment.