From 4945e7f44694937bf5e4703bafde2ebf6022cc86 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 27 Sep 2024 01:46:11 -0300 Subject: [PATCH] Replace + with r (for required) for inclusion The plus sign seems to be causing issues for the markdown inclusion. --- readme.md | 5 +---- src/ThisAssembly.AssemblyInfo/readme.md | 2 +- src/ThisAssembly.Constants/readme.md | 2 +- src/ThisAssembly.Git/readme.md | 2 +- src/ThisAssembly.Metadata/readme.md | 2 +- src/ThisAssembly.Project/readme.md | 2 +- src/ThisAssembly.Resources/readme.md | 2 +- src/ThisAssembly.Strings/readme.md | 2 +- src/ThisAssembly/readme.md | 2 +- 9 files changed, 9 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 24b45ae2..02209b16 100644 --- a/readme.md +++ b/readme.md @@ -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) - -*This project uses [SponsorLink](https://github.com/devlooped#sponsorlink) -and may issue IDE-only warnings if no active sponsorship is detected.* + - Expose project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn. diff --git a/src/ThisAssembly.AssemblyInfo/readme.md b/src/ThisAssembly.AssemblyInfo/readme.md index 81029307..2f686566 100644 --- a/src/ThisAssembly.AssemblyInfo/readme.md +++ b/src/ThisAssembly.AssemblyInfo/readme.md @@ -1,4 +1,4 @@ - + This package generates a static `ThisAssembly.Info` class with public constants exposing the following attribute values generated by default for SDK style projects: diff --git a/src/ThisAssembly.Constants/readme.md b/src/ThisAssembly.Constants/readme.md index f383e3de..18145709 100644 --- a/src/ThisAssembly.Constants/readme.md +++ b/src/ThisAssembly.Constants/readme.md @@ -1,4 +1,4 @@ - + This package generates a static `ThisAssembly.Constants` class with public constants for `@(Constant)` MSBuild items in the project. diff --git a/src/ThisAssembly.Git/readme.md b/src/ThisAssembly.Git/readme.md index 81f63c05..8c4faaa0 100644 --- a/src/ThisAssembly.Git/readme.md +++ b/src/ThisAssembly.Git/readme.md @@ -1,4 +1,4 @@ - + This package generates a static `ThisAssembly.Git` class with constants for the following Git properties from the current project: diff --git a/src/ThisAssembly.Metadata/readme.md b/src/ThisAssembly.Metadata/readme.md index 6ff9b7f5..58336056 100644 --- a/src/ThisAssembly.Metadata/readme.md +++ b/src/ThisAssembly.Metadata/readme.md @@ -1,4 +1,4 @@ - + This package provides a static `ThisAssembly.Metadata` class with public constants exposing each `[System.Reflection.AssemblyMetadata(..)]` defined for diff --git a/src/ThisAssembly.Project/readme.md b/src/ThisAssembly.Project/readme.md index 82446076..c59b08b0 100644 --- a/src/ThisAssembly.Project/readme.md +++ b/src/ThisAssembly.Project/readme.md @@ -1,4 +1,4 @@ - + This package generates a static `ThisAssembly.Project` class with public constants exposing project properties that have been opted into this mechanism by adding diff --git a/src/ThisAssembly.Resources/readme.md b/src/ThisAssembly.Resources/readme.md index bc93b88d..32b98f49 100644 --- a/src/ThisAssembly.Resources/readme.md +++ b/src/ThisAssembly.Resources/readme.md @@ -1,4 +1,4 @@ - + This package generates a static `ThisAssembly.Resources` class with public diff --git a/src/ThisAssembly.Strings/readme.md b/src/ThisAssembly.Strings/readme.md index 4a7cfe45..2b749080 100644 --- a/src/ThisAssembly.Strings/readme.md +++ b/src/ThisAssembly.Strings/readme.md @@ -1,4 +1,4 @@ - + This package generates a static `ThisAssembly.Strings` class with public diff --git a/src/ThisAssembly/readme.md b/src/ThisAssembly/readme.md index 30bdbf8a..b8e1c171 100644 --- a/src/ThisAssembly/readme.md +++ b/src/ThisAssembly/readme.md @@ -1,4 +1,4 @@ - + ## ThisAssembly.AssemblyInfo