DotNetMSBuildSettingsExtensions.

SetAssemblyVersion(DotNetMSBuildSettings, string) Method

Summary

Sets the assembly version.

Syntax

public static DotNetMSBuildSettings SetAssemblyVersion(this DotNetMSBuildSettings settings, string assemblyVersion)

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.
assemblyVersion string The assembly version.

Return Value

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