diff --git a/src/Microsoft.AspNetCore.Diagnostics.Abstractions/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Diagnostics.Abstractions/Properties/AssemblyInfo.cs index 3f4a3b62e0..e3ae91c58b 100644 --- a/src/Microsoft.AspNetCore.Diagnostics.Abstractions/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.Diagnostics.Abstractions/Properties/AssemblyInfo.cs @@ -6,3 +6,6 @@ using System.Resources; [assembly: AssemblyMetadata("Serviceable", "True")] [assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")] diff --git a/src/Microsoft.AspNetCore.Diagnostics.Elm/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Diagnostics.Elm/Properties/AssemblyInfo.cs index 3f4a3b62e0..e3ae91c58b 100644 --- a/src/Microsoft.AspNetCore.Diagnostics.Elm/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.Diagnostics.Elm/Properties/AssemblyInfo.cs @@ -6,3 +6,6 @@ using System.Resources; [assembly: AssemblyMetadata("Serviceable", "True")] [assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")] diff --git a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/AssemblyInfo.cs index 3f4a3b62e0..e3ae91c58b 100644 --- a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/AssemblyInfo.cs @@ -6,3 +6,6 @@ using System.Resources; [assembly: AssemblyMetadata("Serviceable", "True")] [assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")] diff --git a/src/Microsoft.AspNetCore.Diagnostics/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Diagnostics/Properties/AssemblyInfo.cs index b76bbd3bfe..13b0850b17 100644 --- a/src/Microsoft.AspNetCore.Diagnostics/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.Diagnostics/Properties/AssemblyInfo.cs @@ -9,3 +9,6 @@ using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: AssemblyMetadata("Serviceable", "True")] [assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")] diff --git a/src/Microsoft.AspNetCore.MiddlewareAnalysis/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.MiddlewareAnalysis/Properties/AssemblyInfo.cs index 9cb7b1f01b..e3ae91c58b 100644 --- a/src/Microsoft.AspNetCore.MiddlewareAnalysis/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.MiddlewareAnalysis/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; @@ -6,3 +6,6 @@ using System.Resources; [assembly: AssemblyMetadata("Serviceable", "True")] [assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")]