Commit 7ee7a0770cad28ff5ef01829c0b26d9cbde2307a
- Diff rendering mode:
- inline
- side by side
Sources/AssemblyInfo.cs
(2 / 2)
|   | |||
| 20 | 20 | using System.Reflection; | |
| 21 | 21 | using System.Runtime.CompilerServices; | |
| 22 | 22 | ||
| 23 | // Information about this assembly is defined by the following attributes. | ||
| 23 | // Information about this assembly is defined by the following attributes. | ||
| 24 | 24 | // Change them to the values specific to your project. | |
| 25 | 25 | ||
| 26 | 26 | [assembly: AssemblyTitle("GTK# Made Easy")] | |
| … | … | ||
| 38 | 38 | ||
| 39 | 39 | [assembly: AssemblyVersion("1.0.*")] | |
| 40 | 40 | ||
| 41 | // The following attributes are used to specify the signing key for the assembly, | ||
| 41 | // The following attributes are used to specify the signing key for the assembly, | ||
| 42 | 42 | // if desired. See the Mono documentation for more information about signing. | |
| 43 | 43 | ||
| 44 | 44 | [assembly: AssemblyDelaySign(false)] |

