Skip to content

Commit 675533a

Browse files
authored
Add more fields to the documented ThisAssembly type
1 parent 8c210b0 commit 675533a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/dotnet.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ internal sealed partial class ThisAssembly {
2828
internal const string AssemblyVersion = "1.0";
2929
internal const string AssemblyFileVersion = "1.0.24.15136";
3030
internal const string AssemblyInformationalVersion = "1.0.24.15136-alpha+g9a7eb6c819";
31+
internal const string AssemblyName = "Microsoft.VisualStudio.Validation";
32+
internal const string PublicKey = @"0024000004800000940000...reallylongkey..2342394234982734928";
33+
internal const string PublicKeyToken = "b03f5f7f11d50a3a";
34+
internal const string AssemblyTitle = "Microsoft.VisualStudio.Validation";
35+
internal const string AssemblyConfiguration = "Debug";
36+
internal const string RootNamespace = "Microsoft";
3137
}
3238
```
3339

0 commit comments

Comments
 (0)