1
- /************************************************************************************************************
2
- * This software is distributed under a GNU Lesser License by Elastacloud Limited and it is free to *
3
- * modify and distribute providing the terms of the license are followed. From the root of the source the *
4
- * license can be found in /Resources/license.txt *
5
- * *
6
- * Web at: www.elastacloud.com *
7
-
8
- ************************************************************************************************************/
9
-
1
+ // <auto-generated/>
10
2
using System . Reflection ;
11
3
using System . Runtime . CompilerServices ;
12
4
using System . Runtime . InteropServices ;
13
5
14
- // General Information about an assembly is controlled through the following
15
- // set of attributes. Change these attribute values to modify the information
16
- // associated with an assembly.
17
-
18
- [ assembly: AssemblyTitle ( "Elastacloud.AzureManagement.Fluent" ) ]
19
- [ assembly:
20
- AssemblyDescription (
21
- "Library used for management of Windows Azure services, SQL, storage, networking, WASD, WAMS and VM's" ) ]
22
- [ assembly: AssemblyConfiguration ( "" ) ]
23
- [ assembly: AssemblyCompany ( "Elastacloud Limited" ) ]
24
- [ assembly: AssemblyProduct ( "Elastacloud.AzureManagement.Fluent" ) ]
25
- [ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
26
- [ assembly: AssemblyTrademark ( "" ) ]
27
- [ assembly: AssemblyCulture ( "" ) ]
28
-
29
- // Setting ComVisible to false makes the types in this assembly not visible
30
- // to COM components. If you need to access a type in this assembly from
31
- // COM, set the ComVisible attribute to true on that type.
32
-
33
- [ assembly: ComVisible ( false ) ]
34
-
35
- // The following GUID is for the ID of the typelib if this project is exposed to COM
36
-
37
- [ assembly: Guid ( "909b2b8c-10bf-4f0d-a94e-208ef3bdca52" ) ]
38
-
39
- // Version information for an assembly consists of the following four values:
40
- //
41
- // Major Version
42
- // Minor Version
43
- // Build Number
44
- // Revision
45
- //
46
- // You can specify all the values or you can default the Build and Revision Numbers
47
- // by using the '*' as shown below:
48
- // [assembly: AssemblyVersion("1.0.*")]
49
-
50
- // Make internal interfaces visible to Moq and the testing library
51
- [ assembly: InternalsVisibleTo ( "DynamicProxyGenAssembly2" ) , InternalsVisibleTo ( "Elastacloud.AzureManagement.Fluent.Tests" ) ]
52
- [ assembly: AssemblyVersion ( "0.5.1.6" ) ]
53
- [ assembly: AssemblyFileVersion ( "0.5.1.6" ) ]
6
+ [ assembly: AssemblyTitleAttribute ( "Elastacloud.AzureManagement.Fluent" ) ]
7
+ [ assembly: AssemblyDescriptionAttribute ( "Library used for management of Windows Azure services, SQL, storage, networking, WASD, WAMS and VM's" ) ]
8
+ [ assembly: AssemblyCompanyAttribute ( "Elastacloud Limited" ) ]
9
+ [ assembly: AssemblyProductAttribute ( "Azure Fluent Management" ) ]
10
+ [ assembly: AssemblyCopyrightAttribute ( "Copyright Elastacloud Limited © 2015" ) ]
11
+ [ assembly: ComVisibleAttribute ( false ) ]
12
+ [ assembly: GuidAttribute ( "909b2b8c-10bf-4f0d-a94e-208ef3bdca52" ) ]
13
+ [ assembly: InternalsVisibleToAttribute ( "DynamicProxyGenAssembly2" ) ]
14
+ [ assembly: InternalsVisibleToAttribute ( "Elastacloud.AzureManagement.Fluent.Tests" ) ]
15
+ [ assembly: AssemblyVersionAttribute ( "0.5.1.7" ) ]
16
+ [ assembly: AssemblyFileVersionAttribute ( "0.5.1.7" ) ]
17
+ namespace System {
18
+ internal static class AssemblyVersionInformation {
19
+ internal const string Version = "0.5.1.7" ;
20
+ }
21
+ }
0 commit comments