MSBuildSettingsExtensions.

SetFileVersion(MSBuildSettings, string) Method

Summary

Sets the file version.

Syntax

public static MSBuildSettings SetFileVersion(this MSBuildSettings settings, string fileVersion)

Parameters

Name Type Description
settings MSBuildSettings The settings.
fileVersion string The file version.

Return Value

Type Description
MSBuildSettings The same MSBuildSettings instance so that multiple calls can be chained.