Version Property

MSBuild

Gets or sets the version number of the target assembly.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Version As String
C#
public string Version { get; set; }
C++
public property string Version sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Version();

/** property */
public void set_Version(string value);
JScript
public function get Version() : String

public function set Version(value : String);

Remarks

The parameter should look like 6.2.1.3.

Corresponds to command line option "/ver".

The default value is null.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.