Skip to content

Commit b10643c

Browse files
committed
Addressing last comments
1 parent aabb668 commit b10643c

File tree

2 files changed

+14
-30
lines changed

2 files changed

+14
-30
lines changed

src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@
1818
// General Information about an assembly is controlled through the following
1919
// set of attributes. Change these attribute values to modify the information
2020
// associated with an assembly.
21-
[assembly: AssemblyTitle("Microsoft.Azure.Commands.TrafficManager.Test")]
22-
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
23-
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
24-
[assembly: AssemblyCopyright("Copyright (c) 2014")]
21+
[assembly: AssemblyTitle("Microsoft.Azure.Commands.Network.Test")]
22+
[assembly: AssemblyDescription("")]
23+
[assembly: AssemblyConfiguration("")]
24+
[assembly: AssemblyCompany("")]
25+
[assembly: AssemblyProduct("Microsoft.Azure.Commands.TrafficManager.Test")]
26+
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
27+
[assembly: AssemblyTrademark("")]
28+
[assembly: AssemblyCulture("")]
2529

2630
// Setting ComVisible to false makes the types in this assembly not visible
2731
// to COM components. If you need to access a type in this assembly from

src/ResourceManager/TrafficManager/Commands.TrafficManager2/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,17 @@
1717
using System.Runtime.CompilerServices;
1818
using System.Runtime.InteropServices;
1919

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")]
2421
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
2522
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
26-
[assembly: AssemblyCopyright("Copyright © Microsoft 2014")]
23+
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
2724

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.
3125
[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")]
4628
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
4729
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
4830
#if SIGN
49-
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
31+
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.TrafficManager.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5032
#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

Comments
 (0)