Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
uamqp/uamqp_generator/Properties/AssemblyInfo.cs@0:f7f1f0d76dd6, 2018-08-23 (annotated)
- Committer:
- XinZhangMS
- Date:
- Thu Aug 23 06:52:14 2018 +0000
- Revision:
- 0:f7f1f0d76dd6
azure-c-sdk for mbed os supporting NUCLEO_F767ZI
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
XinZhangMS | 0:f7f1f0d76dd6 | 1 | using System.Reflection; |
XinZhangMS | 0:f7f1f0d76dd6 | 2 | using System.Runtime.CompilerServices; |
XinZhangMS | 0:f7f1f0d76dd6 | 3 | using System.Runtime.InteropServices; |
XinZhangMS | 0:f7f1f0d76dd6 | 4 | |
XinZhangMS | 0:f7f1f0d76dd6 | 5 | // General Information about an assembly is controlled through the following |
XinZhangMS | 0:f7f1f0d76dd6 | 6 | // set of attributes. Change these attribute values to modify the information |
XinZhangMS | 0:f7f1f0d76dd6 | 7 | // associated with an assembly. |
XinZhangMS | 0:f7f1f0d76dd6 | 8 | [assembly: AssemblyTitle("amqplib_generator")] |
XinZhangMS | 0:f7f1f0d76dd6 | 9 | [assembly: AssemblyDescription("")] |
XinZhangMS | 0:f7f1f0d76dd6 | 10 | [assembly: AssemblyConfiguration("")] |
XinZhangMS | 0:f7f1f0d76dd6 | 11 | [assembly: AssemblyCompany("")] |
XinZhangMS | 0:f7f1f0d76dd6 | 12 | [assembly: AssemblyProduct("amqplib_generator")] |
XinZhangMS | 0:f7f1f0d76dd6 | 13 | [assembly: AssemblyCopyright("Copyright © 2015")] |
XinZhangMS | 0:f7f1f0d76dd6 | 14 | [assembly: AssemblyTrademark("")] |
XinZhangMS | 0:f7f1f0d76dd6 | 15 | [assembly: AssemblyCulture("")] |
XinZhangMS | 0:f7f1f0d76dd6 | 16 | |
XinZhangMS | 0:f7f1f0d76dd6 | 17 | // Setting ComVisible to false makes the types in this assembly not visible |
XinZhangMS | 0:f7f1f0d76dd6 | 18 | // to COM components. If you need to access a type in this assembly from |
XinZhangMS | 0:f7f1f0d76dd6 | 19 | // COM, set the ComVisible attribute to true on that type. |
XinZhangMS | 0:f7f1f0d76dd6 | 20 | [assembly: ComVisible(false)] |
XinZhangMS | 0:f7f1f0d76dd6 | 21 | |
XinZhangMS | 0:f7f1f0d76dd6 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
XinZhangMS | 0:f7f1f0d76dd6 | 23 | [assembly: Guid("5234fa1c-13a3-4da4-adb6-d656524556dd")] |
XinZhangMS | 0:f7f1f0d76dd6 | 24 | |
XinZhangMS | 0:f7f1f0d76dd6 | 25 | // Version information for an assembly consists of the following four values: |
XinZhangMS | 0:f7f1f0d76dd6 | 26 | // |
XinZhangMS | 0:f7f1f0d76dd6 | 27 | // Major Version |
XinZhangMS | 0:f7f1f0d76dd6 | 28 | // Minor Version |
XinZhangMS | 0:f7f1f0d76dd6 | 29 | // Build Number |
XinZhangMS | 0:f7f1f0d76dd6 | 30 | // Revision |
XinZhangMS | 0:f7f1f0d76dd6 | 31 | // |
XinZhangMS | 0:f7f1f0d76dd6 | 32 | // You can specify all the values or you can default the Build and Revision Numbers |
XinZhangMS | 0:f7f1f0d76dd6 | 33 | // by using the '*' as shown below: |
XinZhangMS | 0:f7f1f0d76dd6 | 34 | // [assembly: AssemblyVersion("1.0.*")] |
XinZhangMS | 0:f7f1f0d76dd6 | 35 | [assembly: AssemblyVersion("1.0.0.0")] |
XinZhangMS | 0:f7f1f0d76dd6 | 36 | [assembly: AssemblyFileVersion("1.0.0.0")] |