From 16ed36738a904e336d6306ac60eaab5c13311cf6 Mon Sep 17 00:00:00 2001 From: olfek <27283110+olfek@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:04:15 +0000 Subject: [PATCH 1/2] Specify where to actually set assembly attributes "Set assembly attributes" page ironically doesn't say where to set assembly attributes. Ha. --- docs/standard/assembly/set-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/assembly/set-attributes.md b/docs/standard/assembly/set-attributes.md index 9adc328970248..bbe0d56794089 100644 --- a/docs/standard/assembly/set-attributes.md +++ b/docs/standard/assembly/set-attributes.md @@ -15,7 +15,7 @@ dev_langs: # Set assembly attributes -Assembly attributes are values that provide information about an assembly. The attributes are divided into the following sets of information: +Assembly attributes are values that provide information about an assembly. They are usually set in a `AssemblyInfo.cs` file. The attributes are divided into the following sets of information: - Assembly identity attributes - Informational attributes From 97196a1424ebed5fefb704501031c4e72f4647f6 Mon Sep 17 00:00:00 2001 From: olfek <27283110+olfek@users.noreply.github.com> Date: Tue, 17 Jan 2023 19:01:53 +0000 Subject: [PATCH 2/2] Suggestion by @IEvangelist Co-authored-by: David Pine --- docs/standard/assembly/set-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/assembly/set-attributes.md b/docs/standard/assembly/set-attributes.md index bbe0d56794089..d72ea624036e7 100644 --- a/docs/standard/assembly/set-attributes.md +++ b/docs/standard/assembly/set-attributes.md @@ -15,7 +15,7 @@ dev_langs: # Set assembly attributes -Assembly attributes are values that provide information about an assembly. They are usually set in a `AssemblyInfo.cs` file. The attributes are divided into the following sets of information: +Assembly attributes are values that provide information about an assembly. They're usually set in an _AssemblyInfo.cs_ file. The attributes are divided into the following sets of information: - Assembly identity attributes - Informational attributes