MSBuildSettingsExtensions.

SetAssemblyVersion(MSBuildSettings, string) Method

Summary

Sets the assembly version.

Syntax

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

Parameters

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

Return Value

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