From 016cea4e92617b7f8756f903117212fb3782f5ab Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 11 Jun 2019 11:36:20 +0100 Subject: [PATCH] minor edit to Wiring C.W. into Your Project page. --- Wiring-Console.Waterworks-into-Your-Project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wiring-Console.Waterworks-into-Your-Project.md b/Wiring-Console.Waterworks-into-Your-Project.md index 30a6539..d0a5a3b 100644 --- a/Wiring-Console.Waterworks-into-Your-Project.md +++ b/Wiring-Console.Waterworks-into-Your-Project.md @@ -51,7 +51,7 @@ To change your console program's assembly information, you need to alter its "As ### .Net -One way to change the assembly information in your .Net program is to alter it via the "Properties" menu. For a more detailed guide, you can use the following links; +One way to change the assembly information in your .Net program is to alter it via the "Properties" menu. You can access it by right-clicking on a project in Solution Explorer and clicking on "Properties". For a more detailed guide, you can use the following links; - [Setting Assembly Attributes](https://docs.microsoft.com/en-us/dotnet/framework/app-domains/set-assembly-attributes): This applies to the traditional and Core versions of .Net. It provides information on what resides in an Assembly Information manifests and files. - [How to Target a version of .Net](https://docs.microsoft.com/en-us/visualstudio/ide/how-to-target-a-version-of-the-dotnet-framework?view=vs-2019): This provides extra context on the Properties page in Visual Studio and how it fits the Assembly Information dialog box into it -- from a traditional .Net angle.