DotNetMSBuildSettingsExtensions.

SetFileVersion(DotNetMSBuildSettings, string) Method

Summary

Sets the file version.

Syntax

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

Parameters

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

Return Value

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