From bcd116f767331a25dc62bcc32a61f165f76df6a8 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 10 Sep 2024 17:07:13 -0300 Subject: [PATCH] Make sure all packages include the note about SponsorLink This should account for nuget.org's Code of Conduct: > 5. Don't engage in activity that is false or misleading > (e.g., asking for money under false pretenses; impersonating > someone else; manipulating the Services to increase download > or install count, or affect rankings, ratings, or comments; > **or causing unexpected behavior that is not clearly documented > at the top of both the package description and package README**). See https://www.nuget.org/policies/Terms --- readme.md | 3 ++- src/ThisAssembly.AssemblyInfo/readme.md | 1 + src/ThisAssembly.Constants/readme.md | 1 + src/ThisAssembly.Git/readme.md | 1 + src/ThisAssembly.Metadata/readme.md | 1 + src/ThisAssembly.Project/readme.md | 1 + src/ThisAssembly.Resources/readme.md | 1 + src/ThisAssembly.Strings/readme.md | 1 + src/ThisAssembly/readme.md | 1 + 9 files changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 84d5a94f..c26b8f4e 100644 --- a/readme.md +++ b/readme.md @@ -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) + -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, diff --git a/src/ThisAssembly.AssemblyInfo/readme.md b/src/ThisAssembly.AssemblyInfo/readme.md index 8589daec..a9d02720 100644 --- a/src/ThisAssembly.AssemblyInfo/readme.md +++ b/src/ThisAssembly.AssemblyInfo/readme.md @@ -1,3 +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 b30f6589..53289c83 100644 --- a/src/ThisAssembly.Constants/readme.md +++ b/src/ThisAssembly.Constants/readme.md @@ -1,3 +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 52a65bff..29d7b769 100644 --- a/src/ThisAssembly.Git/readme.md +++ b/src/ThisAssembly.Git/readme.md @@ -1,3 +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 0152f079..13d5b4b7 100644 --- a/src/ThisAssembly.Metadata/readme.md +++ b/src/ThisAssembly.Metadata/readme.md @@ -1,3 +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 95dad930..fdfd3c27 100644 --- a/src/ThisAssembly.Project/readme.md +++ b/src/ThisAssembly.Project/readme.md @@ -1,3 +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 4184fbab..af1a7019 100644 --- a/src/ThisAssembly.Resources/readme.md +++ b/src/ThisAssembly.Resources/readme.md @@ -1,3 +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 4a30b382..b1fefc8a 100644 --- a/src/ThisAssembly.Strings/readme.md +++ b/src/ThisAssembly.Strings/readme.md @@ -1,3 +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 d638afdd..80f92c53 100644 --- a/src/ThisAssembly/readme.md +++ b/src/ThisAssembly/readme.md @@ -1,3 +1,4 @@ + ## ThisAssembly.AssemblyInfo