diff --git a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj index e36df5fd..b8a8f4cb 100644 --- a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj +++ b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj @@ -8,7 +8,7 @@ ThisAssembly.AssemblyInfo - ** C# 9.0+ ONLY ** + 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/ThisAssembly.Constants.csproj b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj index 2c318040..25cdce28 100644 --- a/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj +++ b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj @@ -8,7 +8,7 @@ ThisAssembly.Constants - ** C# 9.0+ ONLY ** + This package generates a static `ThisAssembly.Constants` class with public constants for each Constant MSBuild item in the project. diff --git a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj index ad4195c2..c0fa5dd1 100644 --- a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj +++ b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj @@ -8,7 +8,7 @@ ThisAssembly.Metadata - ** C# 9.0+ ONLY ** + This package generates a static `ThisAssembly.Metadata` class with public constants exposing each `[System.Reflection.AssemblyMetadata(..)]` defined for the project, such as when using .NET 5.0+ support for `AssemblyMetadata` MSBuild items. diff --git a/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj b/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj index 3802f252..154ee17c 100644 --- a/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj +++ b/src/ThisAssembly.Prerequisites/ThisAssembly.Prerequisites.csproj @@ -7,11 +7,7 @@ ThisAssembly.Prerequisites - Ensures that referencing project satisfies the prerequisites for ThisAssembly, namely: - -* MSBuild 16.8+: contains the Roslyn support for source generators -* C# 9.0 or greater language: it's the only language supported by Roslyn source generators at the moment. - + Ensures that referencing project is using a compatible Compiler API (Roslyn). diff --git a/src/ThisAssembly.Project/ThisAssembly.Project.csproj b/src/ThisAssembly.Project/ThisAssembly.Project.csproj index bd07c5b8..456fe9a5 100644 --- a/src/ThisAssembly.Project/ThisAssembly.Project.csproj +++ b/src/ThisAssembly.Project/ThisAssembly.Project.csproj @@ -8,7 +8,7 @@ ThisAssembly.Project - ** C# 9.0+ ONLY ** + This package generates a static `ThisAssembly.Project` class with public constants exposing project properties that have been opted into this mechanism by adding them as `ProjectProperty` MSBuild items in project file, such as: diff --git a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj index eff96439..0a22dd15 100644 --- a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj +++ b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj @@ -13,7 +13,6 @@ ThisAssembly.Resources - ** C# 9.0+ ONLY ** This package generates a static `ThisAssembly.Resources` class with public properties exposing `string` and `Stream` shortcuts to access embedded resources. diff --git a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj index 896ebd54..2beeb4ae 100644 --- a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj +++ b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj @@ -8,7 +8,7 @@ ThisAssembly.Strings - ** C# 9.0+ ONLY ** + This package generates a static `ThisAssembly.Strings` class with public constants exposing string resources in .resx files or methods with the right number of parameters for strings that use formatting parameters. diff --git a/src/ThisAssembly/ThisAssembly.csproj b/src/ThisAssembly/ThisAssembly.csproj index c9ec4736..23be382b 100644 --- a/src/ThisAssembly/ThisAssembly.csproj +++ b/src/ThisAssembly/ThisAssembly.csproj @@ -8,7 +8,7 @@ ThisAssembly - Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY ** + Meta-package that includes all ThisAssembly.* packages. @@ -26,11 +26,11 @@ + -