The AssemblyInfo type exposes the following members.

Constructors

  NameDescription
AssemblyInfo

Methods

  NameDescription
Execute
Executes the AssemblyInfo task.
(Overrides Task..::.Execute()()().)

Properties

  NameDescription
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.
AssemblyFileRevisionType
The type of update to use when setting the AssemblyFileRevision property.
AssemblyFileVersion
The complete version of the assembly file.
AssemblyGuid
The GUID for the assembly.
AssemblyIncludeSigningInformation
Controls whether assembly signing information is replaced in the AssemblyInfo files.
AssemblyInfoFiles
Specifies the list of AssemblyInfo files the task should update.
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.
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.
MaxAssemblyFileVersion
Returns the largest assembly file version set by the task.
MaxAssemblyVersion
Returns the largest assembly version set by the task.
SkipVersioning
Set to true to skip setting version information. Default is false.
TextEncoding
The encoding to write the new file in. The default is UTF8
UseUtc
Set to true to use UTC Date / Time in calculations. Default is false.

See Also