|
17 | 17 | using System.Runtime.CompilerServices;
|
18 | 18 | using System.Runtime.InteropServices;
|
19 | 19 |
|
20 |
| -// General Information about an assembly is controlled through the following |
21 |
| -// set of attributes. Change these attribute values to modify the information |
22 |
| -// associated with an assembly. |
23 |
| -[assembly: AssemblyTitle("Microsoft Azure Powershell")] |
| 20 | +[assembly: AssemblyTitle("Microsoft Azure Powershell - Resource Manager")] |
24 | 21 | [assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
|
25 | 22 | [assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
|
26 |
| -[assembly: AssemblyCopyright("Copyright © Microsoft 2014")] |
| 23 | +[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)] |
27 | 24 |
|
28 |
| -// Setting ComVisible to false makes the types in this assembly not visible |
29 |
| -// to COM components. If you need to access a type in this assembly from |
30 |
| -// COM, set the ComVisible attribute to true on that type. |
31 | 25 | [assembly: ComVisible(false)]
|
32 |
| - |
33 |
| -// The following GUID is for the ID of the typelib if this project is exposed to COM |
34 |
| -[assembly: Guid("13e3028d-ffe3-4864-b424-6c4b07dd61fb")] |
35 |
| - |
36 |
| -// Version information for an assembly consists of the following four values: |
37 |
| -// |
38 |
| -// Major Version |
39 |
| -// Minor Version |
40 |
| -// Build Number |
41 |
| -// Revision |
42 |
| -// |
43 |
| -// You can specify all the values or you can default the Build and Revision Numbers |
44 |
| -// by using the '*' as shown below: |
45 |
| -// [assembly: AssemblyVersion("1.0.*")] |
| 26 | +[assembly: CLSCompliant(false)] |
| 27 | +[assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] |
46 | 28 | [assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
|
47 | 29 | [assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
|
48 | 30 | #if SIGN
|
49 |
| -[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] |
| 31 | +[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.TrafficManager.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] |
50 | 32 | #else
|
51 |
| -[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Test")] |
52 |
| -#endif |
53 |
| -[assembly: CLSCompliant(false)] |
| 33 | +[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.TrafficManager.Test")] |
0 commit comments