AssemblyInfo Properties | MSBuild Extension Pack Help 4.0.12.0 |
The AssemblyInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblyBuildNumber |
The build number of the assembly.
|
|
AssemblyBuildNumberFormat |
The format string to apply when converting the build number to a text string.
|
|
AssemblyBuildNumberType |
The type of update to use when setting the AssemblyBuildNumber property.
|
|
AssemblyCompany |
The company that created the assembly.
|
|
AssemblyConfiguration |
The configuration of the assembly.
|
|
AssemblyCopyright |
The copyright information for the assembly.
|
|
AssemblyCulture |
The culture information for the assembly.
|
|
AssemblyDelaySign |
Controls delay signing of the assembly.
|
|
AssemblyDescription |
The description of the assembly.
|
|
AssemblyFileBuildNumber |
The build number of the assembly file.
|
|
AssemblyFileBuildNumberFormat |
The format string to apply when converting the file build number to a text string.
|
|
AssemblyFileBuildNumberType |
The type of update to use when setting the AssemblyFileBuildNumber property.
|
|
AssemblyFileMajorVersion |
The major version of the assembly file.
|
|
AssemblyFileMinorVersion |
The minor version of the assembly file.
|
|
AssemblyFileRevision |
The revision of the assembly file.
|
|
AssemblyFileRevisionFormat |
The format string to apply when converting the file revision to a text string.
|
|
AssemblyFileRevisionReset |
Whether the AssemblyFileRevisionNumber will be reset to 0 when a DateString or Julian BuildNumberType is used in conjunction with an AutoIncrement AssemblyRevisionType.
|
|
AssemblyFileRevisionType |
The type of update to use when setting the AssemblyFileRevision property.
|
|
AssemblyFileVersion |
The complete version of the assembly file.
|
|
AssemblyIncludeSigningInformation |
Controls whether assembly signing information is replaced in the AssemblyInfo files.
|
|
AssemblyInfoFiles |
Specifies the list of AssemblyInfo files the task should update.
|
|
AssemblyInformationalVersion |
The AssemblyInformationalVersion for the assembly.
|
|
AssemblyKeyFile |
Specifies the key file used to sign the assembly.
|
|
AssemblyKeyName |
Specifies the name of a key container within the CSP containing the key pair used to generate a strong name.
|
|
AssemblyMajorVersion |
The major version of the assembly.
|
|
AssemblyMinorVersion |
The minor version of the assembly.
|
|
AssemblyProduct |
The product name of the assembly.
|
|
AssemblyRevision |
The revision of the assembly.
|
|
AssemblyRevisionFormat |
The format string to apply when converting the revision to a text string.
|
|
AssemblyRevisionReset |
Whether the AssemblyRevisionNumber will be reset to 0 when a DateString or Julian BuildNumberType is used in conjunction with an AutoIncrement AssemblyRevisionType.
|
|
AssemblyRevisionType |
The type of update to use when setting the AssemblyRevision property.
|
|
AssemblyTitle |
The title of the assembly.
|
|
AssemblyTrademark |
The trademark information for the assembly.
|
|
AssemblyVersion |
The complete version of the assembly.
|
|
ComVisible |
Specifies whether the assembly is visible to COM.
|
|
FirstDayOfWeek |
Set the first day of the week for IncrementMethod.YearWeekDay. Defaults to Monday
|
|
Guid |
The GUID for the assembly.
|
|
MaxAssemblyFileVersion |
Returns the largest assembly file version set by the task.
|
|
MaxAssemblyVersion |
Returns the largest assembly version set by the task.
|
|
PaddingCount |
Sets the number of padding digits to use, e.g. 4
|
|
PaddingDigit |
Sets the padding digit to use, e.g. 0
|
|
SkipVersioning |
Set to true to skip setting version information. Default is false.
|
|
StartDate |
Sets the start date to use when using IncrementMethod.ElapsedDays
|
|
TextEncoding |
The encoding to write the new file in. The default is UTF8
|
|
UpdateAssemblyInformationalVersion |
Set to true to update the AssemblyInformationalVersion.
|
|
UseUtc |
Set to true to use UTC Date / Time in calculations. Default is false.
|
See Also