Skip to content

Commit 7d74481

Browse files
greathongtuHongtu Zhang (FA Talent)
andauthored
Add missing Assemblyinfo.cs files (#21148)
Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
1 parent d76630c commit 7d74481

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
// General Information about an assembly is controlled through the following
20+
// set of attributes. Change these attribute values to modify the information
21+
// associated with an assembly.
22+
[assembly: AssemblyTitle("Microsoft Azure PowerShell AssemblyLoading")]
23+
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
24+
[assembly: AssemblyCompany("Microsoft Corporation")]
25+
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
26+
27+
// Setting ComVisible to false makes the types in this assembly not visible
28+
// to COM components. If you need to access a type in this assembly from
29+
// COM, set the ComVisible attribute to true on that type.
30+
[assembly: ComVisible(false)]
31+
32+
// The following GUID is for the ID of the typelib if this project is exposed to COM
33+
34+
35+
// Version information for an assembly consists of the following four values:
36+
//
37+
// Major Version
38+
// Minor Version
39+
// Build Number
40+
// Revision
41+
//
42+
// You can specify all the values or you can default the Build and Revision Numbers
43+
// by using the '*' as shown below:
44+
// [assembly: AssemblyVersion("1.0.*")]
45+
[assembly: AssemblyVersion("2.11.2")]
46+
[assembly: AssemblyFileVersion("2.11.2")]
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
// General Information about an assembly is controlled through the following
20+
// set of attributes. Change these attribute values to modify the information
21+
// associated with an assembly.
22+
[assembly: AssemblyTitle("Microsoft Azure PowerShell AuthenticationAssemblyLoadContext")]
23+
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
24+
[assembly: AssemblyCompany("Microsoft Corporation")]
25+
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
26+
27+
// Setting ComVisible to false makes the types in this assembly not visible
28+
// to COM components. If you need to access a type in this assembly from
29+
// COM, set the ComVisible attribute to true on that type.
30+
[assembly: ComVisible(false)]
31+
32+
// The following GUID is for the ID of the typelib if this project is exposed to COM
33+
34+
35+
// Version information for an assembly consists of the following four values:
36+
//
37+
// Major Version
38+
// Minor Version
39+
// Build Number
40+
// Revision
41+
//
42+
// You can specify all the values or you can default the Build and Revision Numbers
43+
// by using the '*' as shown below:
44+
// [assembly: AssemblyVersion("1.0.*")]
45+
[assembly: AssemblyVersion("2.11.2")]
46+
[assembly: AssemblyFileVersion("2.11.2")]

0 commit comments

Comments
 (0)