|
2 | 2 | using System.Runtime.CompilerServices; |
3 | 3 | using System.Runtime.InteropServices; |
4 | 4 |
|
5 | | -// General Information about an assembly is controlled through the following |
| 5 | +// General Information about an assembly is controlled through the following |
6 | 6 | // set of attributes. Change these attribute values to modify the information |
7 | 7 | // associated with an assembly. |
8 | 8 | [assembly: AssemblyTitle("openstack.net")] |
|
14 | 14 | [assembly: AssemblyTrademark("")] |
15 | 15 | [assembly: AssemblyCulture("")] |
16 | 16 |
|
17 | | -// Setting ComVisible to false makes the types in this assembly not visible |
18 | | -// to COM components. If you need to access a type in this assembly from |
| 17 | +// Setting ComVisible to false makes the types in this assembly not visible |
| 18 | +// to COM components. If you need to access a type in this assembly from |
19 | 19 | // COM, set the ComVisible attribute to true on that type. |
20 | 20 | [assembly: ComVisible(false)] |
21 | 21 |
|
|
24 | 24 |
|
25 | 25 | // Refer to the following issue before changing these version numbers: |
26 | 26 | // https://github.com/JSIStudios/SimpleRestServices/issues/53 |
27 | | -[assembly: AssemblyVersion("1.3.0.0")] |
28 | | -[assembly: AssemblyFileVersion("1.3.6.1")] |
29 | | -[assembly: AssemblyInformationalVersion("1.3.6.1")] |
| 27 | +[assembly: AssemblyVersion("1.4.0.0")] |
| 28 | +[assembly: AssemblyFileVersion("1.4.0.0")] |
| 29 | +[assembly: AssemblyInformationalVersion("1.4.0.0")] |
30 | 30 |
|
31 | 31 | [assembly: InternalsVisibleTo("OpenStackNet.Testing.Integration, PublicKey=002400000480000094000000060200000024000052534131000400000100010097de8570a3c78aa87191a604e55b95acf1a5075a317d622ab84287f8267b45755a46894b653c8b72d6d38815d2fa2dde8ba5d61c26ce8d5f398dc74ac3eb945fe1c3447753bdf4a3bfc1de3a489c4b5fb82f4cdc67681efffbd627ceca15531f638db991a702d7b8ad6825b51a151db543bad746a157b59ef325e0f44fe1bed1")] |
32 | 32 | [assembly: InternalsVisibleTo("OpenStackNet.Testing.Unit, PublicKey=002400000480000094000000060200000024000052534131000400000100010097de8570a3c78aa87191a604e55b95acf1a5075a317d622ab84287f8267b45755a46894b653c8b72d6d38815d2fa2dde8ba5d61c26ce8d5f398dc74ac3eb945fe1c3447753bdf4a3bfc1de3a489c4b5fb82f4cdc67681efffbd627ceca15531f638db991a702d7b8ad6825b51a151db543bad746a157b59ef325e0f44fe1bed1")] |
0 commit comments