AssemblyInfo Properties

MSBuild Extension Pack

AssemblyInfo Properties MSBuild Extension Pack Help 4.0.12.0

The AssemblyInfo type exposes the following members.

Properties

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

Reference